Skip to content

Commit

Permalink
Fix NPM build
Browse files Browse the repository at this point in the history
  • Loading branch information
arendjr committed Aug 23, 2023
1 parent b887af8 commit 5ca3e27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,18 @@ for (const [dir, name] of Object.entries(packages)) {
peerDependency: true,
version: "^1.4.0",
},
"./vendor/opentelemetry-core/mod.ts": {
name: "@opentelemetry/core",
version: "^1.15.0",
},
"./vendor/opentelemetry-exporter-prometheus/mod.ts": {
name: "@opentelemetry/exporter-prometheus",
version: "^0.41.0",
},
"./vendor/opentelemetry-resources/mod.ts": {
name: "@opentelemetry/resources",
version: "^1.15.0",
},
"./vendor/opentelemetry-sdk-metrics/mod.ts": {
name: "@opentelemetry/sdk-metrics",
version: "^1.15.0",
Expand Down

0 comments on commit 5ca3e27

Please sign in to comment.