@tanstack/offline-transactions 1.0.25 → 1.0.27

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tanstack/offline-transactions",
3
- "version": "1.0.25",
3
+ "version": "1.0.27",
4
4
  "description": "Offline-first transaction capabilities for TanStack DB",
5
5
  "author": "TanStack",
6
6
  "license": "MIT",
@@ -15,7 +15,8 @@
15
15
  "offline",
16
16
  "transactions",
17
17
  "persistence",
18
- "sync"
18
+ "sync",
19
+ "tanstack-intent"
19
20
  ],
20
21
  "type": "module",
21
22
  "main": "dist/cjs/index.cjs",
@@ -51,7 +52,7 @@
51
52
  "skills"
52
53
  ],
53
54
  "dependencies": {
54
- "@tanstack/db": "0.6.0"
55
+ "@tanstack/db": "0.6.2"
55
56
  },
56
57
  "peerDependencies": {
57
58
  "@react-native-community/netinfo": ">=11.0.0",
@@ -10,7 +10,7 @@ description: >
10
10
  React Native support via separate entry point.
11
11
  type: composition
12
12
  library: db
13
- library_version: '0.5.30'
13
+ library_version: '0.6.0'
14
14
  requires:
15
15
  - db-core
16
16
  - db-core/mutations-optimistic