File tree Expand file tree Collapse file tree 3 files changed +22
-53
lines changed
Expand file tree Collapse file tree 3 files changed +22
-53
lines changed Original file line number Diff line number Diff line change 1- v20
1+ v22
Original file line number Diff line number Diff line change 2323 "registry" : " https://registry.npmjs.org/"
2424 },
2525 "source" : " ./src/index.tsx" ,
26- "main" : " ./lib/commonjs /index.js" ,
26+ "main" : " ./lib/module /index.js" ,
2727 "module" : " ./lib/module/index.js" ,
2828 "exports" : {
2929 "." : {
30- "import" : {
31- "types" : " ./lib/typescript/module/src/index.d.ts" ,
32- "default" : " ./lib/module/index.js"
33- },
34- "require" : {
35- "types" : " ./lib/typescript/commonjs/src/index.d.ts" ,
36- "default" : " ./lib/commonjs/index.js"
37- }
38- }
30+ "types" : " ./lib/typescript/src/index.d.ts" ,
31+ "default" : " ./lib/module/index.js"
32+ },
33+ "./package.json" : " ./package.json"
3934 },
4035 "files" : [
4136 " src" ,
8277 "oxlint" : " ^0.16.5" ,
8378 "react" : " 19.0.0" ,
8479 "react-native" : " 0.78.1" ,
85- "react-native-builder-bob" : " ^0.36.0 " ,
80+ "react-native-builder-bob" : " ^0.40.6 " ,
8681 "typescript" : " ^5.8.3"
8782 },
8883 "peerDependencies" : {
9489 "output" : " lib" ,
9590 "targets" : [
9691 " codegen" ,
97- [
98- " commonjs" ,
99- {
100- "esm" : true
101- }
102- ],
92+ " typescript" ,
10393 [
10494 " module" ,
10595 {
10696 "esm" : true
10797 }
108- ],
109- [
110- " typescript" ,
111- {
112- "project" : " tsconfig.build.json" ,
113- "esm" : true
114- }
11598 ]
11699 ]
117100 },
You can’t perform that action at this time.
0 commit comments