@powersync/react-native 1.23.2 → 1.24.1
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/README.md +1 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -37,6 +37,7 @@ npx expo install @journeyapps/react-native-quick-sqlite
|
|
|
37
37
|
Watched queries can be used with either a callback response or Async Iterator response.
|
|
38
38
|
|
|
39
39
|
Watched queries using the Async Iterator response format require support for Async Iterators.
|
|
40
|
+
`PowerSyncDatabase.getCrudTransactions()` also returns an Async Iterator and requires this workaround.
|
|
40
41
|
|
|
41
42
|
Expo apps currently require polyfill and Babel plugins in order to use this functionality.
|
|
42
43
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powersync/react-native",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.24.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"homepage": "https://docs.powersync.com/",
|
|
26
26
|
"peerDependencies": {
|
|
27
|
-
"@journeyapps/react-native-quick-sqlite": "^2.4.
|
|
28
|
-
"@powersync/common": "^1.
|
|
27
|
+
"@journeyapps/react-native-quick-sqlite": "^2.4.7",
|
|
28
|
+
"@powersync/common": "^1.37.0",
|
|
29
29
|
"react": "*",
|
|
30
30
|
"react-native": "*"
|
|
31
31
|
},
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@powersync/common": "1.
|
|
39
|
-
"@powersync/react": "1.7.
|
|
38
|
+
"@powersync/common": "1.37.0",
|
|
39
|
+
"@powersync/react": "1.7.2"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@craftzdog/react-native-buffer": "^6.0.5",
|
|
43
|
-
"@journeyapps/react-native-quick-sqlite": "^2.4.
|
|
43
|
+
"@journeyapps/react-native-quick-sqlite": "^2.4.7",
|
|
44
44
|
"@rollup/plugin-alias": "^5.1.0",
|
|
45
45
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
46
46
|
"@rollup/plugin-inject": "^5.0.5",
|