Skip to content

Commit

Permalink
fix(otel): import assert {type} to import with {type}
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Apr 25, 2024
1 parent 3756b7d commit c788e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/otel/src/lib/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import { normalizeHeaderKey, setSpan } from './util.js'

// eslint-disable-next-line import/max-dependencies
// eslint-disable-next-line import/max-dependencies
import PKG from '#package.json' assert { type: 'json' }
import PKG from '#package.json' with { type: 'json' }


/** OpenTelemetry Component */
Expand Down

0 comments on commit c788e6b

Please sign in to comment.