Skip to content

Commit

Permalink
Merge pull request #80 from guybedford/patch-1
Browse files Browse the repository at this point in the history
fix: package exports definitions
  • Loading branch information
harmony7 committed May 14, 2024
2 parents fad7d00 + 8be5ec9 commit 3221f22
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": "./build/index.js",
"./auto-instrumentations-compute-js": "./build/auto-instrumentations-compute-js/index.js",
"./diag-fastly-logger": "./build/diag-fastly-logger/index.js",
"./exporter-metrics-otlp-fastly-backend": "./build/opentelemetry-exporter-metrics-otlp-fastly-backend/index.js",
"./exporter-metrics-otlp-fastly-logger": "./build/opentelemetry-exporter-metrics-otlp-fastly-logger/index.js",
"./exporter-trace-otlp-fastly-backend": "./build/exporter-trace-otlp-fastly-backend/index.js",
"./exporter-trace-otlp-fastly-logger": "./build/exporter-trace-otlp-fastly-logger/index.js",
"./instrumentation-fastly-backend-fetch": "./build/opentelemetry-instrumentation-fastly-backend-fetch/index.js",
"./instrumentation-fastly-compute-js": "./build/opentelemetry-instrumentation-fastly-compute-js/index.js",
"./otlp-exporter-fastly-base": "./build/otlp-exporter-fastly-base/index.js",
"./sdk-fastly": "./build/opentelemetry-sdk-fastly/index.js",
"./sdk-metrics-fastly": "./build/opentelemetry-sdk-metrics-fastly/index.js",
"./sdk-trace-fastly": "./build/opentelemetry-sdk-trace-fastly/index.js"
".": "./build/src/index.js",
"./auto-instrumentations-compute-js": "./build/src/auto-instrumentations-compute-js/index.js",
"./diag-fastly-logger": "./build/src/diag-fastly-logger/index.js",
"./exporter-metrics-otlp-fastly-backend": "./build/src/opentelemetry-exporter-metrics-otlp-fastly-backend/index.js",
"./exporter-metrics-otlp-fastly-logger": "./build/src/opentelemetry-exporter-metrics-otlp-fastly-logger/index.js",
"./exporter-trace-otlp-fastly-backend": "./build/src/exporter-trace-otlp-fastly-backend/index.js",
"./exporter-trace-otlp-fastly-logger": "./build/src/exporter-trace-otlp-fastly-logger/index.js",
"./instrumentation-fastly-backend-fetch": "./build/src/opentelemetry-instrumentation-fastly-backend-fetch/index.js",
"./instrumentation-fastly-compute-js": "./build/src/opentelemetry-instrumentation-fastly-compute-js/index.js",
"./otlp-exporter-fastly-base": "./build/src/otlp-exporter-fastly-base/index.js",
"./sdk-fastly": "./build/src/opentelemetry-sdk-fastly/index.js",
"./sdk-metrics-fastly": "./build/src/opentelemetry-sdk-metrics-fastly/index.js",
"./sdk-trace-fastly": "./build/src/opentelemetry-sdk-trace-fastly/index.js"
},
"scripts": {
"prepack": "npm run build",
Expand Down

0 comments on commit 3221f22

Please sign in to comment.