File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 37
37
"types" : " ./dist/bootstrap/main.d.ts" ,
38
38
"default" : " ./dist/bootstrap/main.js"
39
39
}
40
+ },
41
+ "./exporter-netlify" : {
42
+ "require" : {
43
+ "types" : " ./dist/exporters/netlify.d.cts" ,
44
+ "default" : " ./dist/exporters/netlify.cjs"
45
+ },
46
+ "import" : {
47
+ "types" : " ./dist/exporters/netlify.d.ts" ,
48
+ "default" : " ./dist/exporters/netlify.js"
49
+ },
50
+ "default" : {
51
+ "types" : " ./dist/exporters/netlify.d.ts" ,
52
+ "default" : " ./dist/exporters/netlify.js"
53
+ }
54
+ },
55
+ "./instrumentation-fetch" : {
56
+ "require" : {
57
+ "types" : " ./dist/instrumentations/fetch.d.cts" ,
58
+ "default" : " ./dist/instrumentations/fetch.cjs"
59
+ },
60
+ "import" : {
61
+ "types" : " ./dist/instrumentations/fetch.d.ts" ,
62
+ "default" : " ./dist/instrumentations/fetch.js"
63
+ },
64
+ "default" : {
65
+ "types" : " ./dist/instrumentations/fetch.d.ts" ,
66
+ "default" : " ./dist/instrumentations/fetch.js"
67
+ }
40
68
}
41
69
},
42
70
"files" : [
You can’t perform that action at this time.
0 commit comments