@pylonsync/react-native 0.3.296 → 0.3.297
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/package.json +4 -4
- package/src/index.ts +2 -4
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.3.
|
|
6
|
+
"version": "0.3.297",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "src/index.ts",
|
|
9
9
|
"types": "src/index.ts",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"check": "tsc -p tsconfig.json --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@pylonsync/react": "0.3.
|
|
16
|
-
"@pylonsync/sdk": "0.3.
|
|
17
|
-
"@pylonsync/sync": "0.3.
|
|
15
|
+
"@pylonsync/react": "0.3.297",
|
|
16
|
+
"@pylonsync/sdk": "0.3.297",
|
|
17
|
+
"@pylonsync/sync": "0.3.297"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"react": ">=19",
|
package/src/index.ts
CHANGED
|
@@ -13,10 +13,8 @@
|
|
|
13
13
|
// - `AsyncStoragePersistence` / `OfflineStore` — optional manual cache
|
|
14
14
|
// for apps that want a separate offline layer
|
|
15
15
|
//
|
|
16
|
-
// Why no parallel hook implementations?
|
|
17
|
-
//
|
|
18
|
-
// `usePaginatedQuery`, `where` / `orderBy` / `include`. Re-exporting from
|
|
19
|
-
// React keeps the two surfaces in lockstep.
|
|
16
|
+
// Why no parallel hook implementations? Re-exporting from React keeps the
|
|
17
|
+
// two surfaces in lockstep.
|
|
20
18
|
// ---------------------------------------------------------------------------
|
|
21
19
|
|
|
22
20
|
import {
|