File tree Expand file tree Collapse file tree 3 files changed +451
-3
lines changed Expand file tree Collapse file tree 3 files changed +451
-3
lines changed Original file line number Diff line number Diff line change 1212 "sideEffects" : false ,
1313 "type" : " module" ,
1414 "exports" : {
15- "import" : " ./dist/index.js" ,
16- "require" : " ./dist/index.cjs"
15+ "." : {
16+ "next-js" : {
17+ "import" : " ./dist/index.next-js.js" ,
18+ "require" : " ./dist/index.next-js.cjs"
19+ },
20+ "import" : " ./dist/index.js" ,
21+ "require" : " ./dist/index.cjs"
22+ }
1723 },
1824 "main" : " ./dist/index.cjs" ,
1925 "module" : " ./dist/index.js" ,
5359 "eslint-config-custom" : " workspace:*" ,
5460 "jest" : " 29.7.0" ,
5561 "jest-fetch-mock" : " 3.0.3" ,
62+ "next" : " 16.0.0-canary.6" ,
5663 "node-domexception" : " 2.0.1" ,
5764 "prettier" : " 3.5.2" ,
5865 "ts-jest" : " 29.2.6" ,
6168 "typescript" : " 5.7.3"
6269 },
6370 "peerDependencies" : {
64- "@opentelemetry/api" : " ^1.7.0"
71+ "@opentelemetry/api" : " ^1.7.0" ,
72+ "next" : " >=10"
6573 },
6674 "peerDependenciesMeta" : {
6775 "@opentelemetry/api" : {
6876 "optional" : true
77+ },
78+ "next" : {
79+ "optional" : true
6980 }
7081 },
7182 "engines" : {
You can’t perform that action at this time.
0 commit comments