Skip to content

Commit 56591f1

Browse files
committed
Merge branch 'main' into nitro-modules-v0.17.0
2 parents e1c35d1 + d609ff9 commit 56591f1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

bun.lockb

424 Bytes
Binary file not shown.

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ PODS:
15961596
- React-logger (= 0.76.1)
15971597
- React-perflogger (= 0.76.1)
15981598
- React-utils (= 0.76.1)
1599-
- RNNitroSQLite (9.0.1):
1599+
- RNNitroSQLite (9.0.2):
16001600
- DoubleConversion
16011601
- glog
16021602
- hermes-engine
@@ -1943,7 +1943,7 @@ SPEC CHECKSUMS:
19431943
React-utils: 5362bd16a9563f9916e7a56c011ddc533507650f
19441944
ReactCodegen: 4e26d365313307cc7c95e693529e539acfb5c64c
19451945
ReactCommon: 422e364463f33e336fc4db196aeb50fd801d90d6
1946-
RNNitroSQLite: d174704fac9ac5a1d1b57a512f97ccb690fdbed3
1946+
RNNitroSQLite: b85d596f4cc2ba5972ba609fe3af091d7392fa77
19471947
RNScreens: e389d6a6a66a4f0d3662924ecae803073ccce8ec
19481948
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19491949
Yoga: db69236006b8b1c6d55ab453390c882306cbf219

example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"expo-status-bar": "^1.12.1",
2424
"react": "*",
2525
"react-native": "*",
26-
"react-native-nitro-modules": "https://gitpkg.vercel.app/mrousavy/nitro/packages/react-native-nitro-modules?5334d8c902ea36d3f630be0c5b3e2e3ec5029661",
27-
"react-native-nitro-sqlite": "9.0.1",
26+
"react-native-nitro-modules": "*",
27+
"react-native-nitro-sqlite": "9.0.2",
2828
"react-native-safe-area-context": "^4.14.0",
2929
"react-native-screens": "^3.35.0",
3030
"reflect-metadata": "^0.1.13",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"patch-package": "^8.0.0",
3232
"react": "18.3.1",
3333
"react-native": "0.76.1",
34-
"react-native-nitro-modules": "https://gitpkg.vercel.app/mrousavy/nitro/packages/react-native-nitro-modules?5334d8c902ea36d3f630be0c5b3e2e3ec5029661"
34+
"react-native-nitro-modules": "^0.18.1"
3535
},
3636
"devDependencies": {
3737
"@babel/core": "^7.25.2",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-nitro-sqlite",
3-
"version": "9.0.1",
3+
"version": "9.0.2",
44
"description": "Fast SQLite library for React Native built using Nitro Modules",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index",

0 commit comments

Comments
 (0)