react-native-nitro-sqlite 9.2.0 → 9.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +2 -2
- package/package.json +2 -2
package/android/build.gradle
CHANGED
|
@@ -140,8 +140,8 @@ android {
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
compileOptions {
|
|
143
|
-
sourceCompatibility JavaVersion.
|
|
144
|
-
targetCompatibility JavaVersion.
|
|
143
|
+
sourceCompatibility JavaVersion.VERSION_17
|
|
144
|
+
targetCompatibility JavaVersion.VERSION_17
|
|
145
145
|
}
|
|
146
146
|
|
|
147
147
|
sourceSets {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-nitro-sqlite",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.2",
|
|
4
4
|
"description": "Fast SQLite library for React Native built using Nitro Modules",
|
|
5
5
|
"main": "./lib/module/index",
|
|
6
6
|
"module": "./lib/module/index",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"registry": "https://registry.npmjs.org/"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"typeorm": "0.3.
|
|
69
|
+
"typeorm": "0.3.27"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"jest": "^30.2.0",
|