Skip to content

Commit 2bb465c

Browse files
committed
chore: bump bob to 0.40
1 parent fe4d4b8 commit 2bb465c

File tree

3 files changed

+22
-53
lines changed

3 files changed

+22
-53
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v22

bun.lock

Lines changed: 14 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,14 @@
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",
@@ -82,7 +77,7 @@
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": {
@@ -94,24 +89,12 @@
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
},

0 commit comments

Comments
 (0)