We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad8a7d commit 65f4651Copy full SHA for 65f4651
1 file changed
packages/plugin-network-instrumentation/package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "@bugsnag/plugin-network-instrumentation",
3
"version": "8.8.1",
4
- "main": "./dist/cjs/network-instrumentation.ts",
5
- "module": "./dist/esm/network-instrumentation.ts",
+ "main": "./dist/cjs/network-instrumentation.js",
+ "module": "./dist/esm/network-instrumentation.js",
6
"types": "./dist/cjs/network-instrumentation.d.ts",
7
"exports": {
8
".": {
9
"import": {
10
"types": "./dist/esm/network-instrumentation.d.ts",
11
- "default": "./dist/esm/network-instrumentation.ts"
+ "default": "./dist/esm/network-instrumentation.js"
12
},
13
"require": {
14
"types": "./dist/cjs/network-breadcrumbs.d.ts",
0 commit comments