evanderkoogh / otel-cf-workers

An OpenTelemetry compatible library for instrumenting and exporting traces for Cloudflare Workers
BSD 3-Clause "New" or "Revised" License
210 stars 40 forks source link

Fix types exports #30

Closed yacinehmito closed 11 months ago

yacinehmito commented 11 months ago

After the changes, here is the output of pnpm run build && npm x --package=@arethetypeswrong/cli -c "attw $(pnpm pack)":

"@microlabs/otel-cf-workers"
node10 🟢
node16 (from CJS) 🟢 (CJS)
node16 (from ESM) 🟢 (ESM)
bundler 🟢

Closes #29.

evanderkoogh commented 11 months ago

Thanks for that @yacinehmito!