@livestore/devtools-expo 0.0.0-snapshot-2c861249e50661661613204300b1fc0d902c2e46 → 0.0.0-snapshot-95d4278a98ec3caa352327892993ebc4ea9c589e
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/dist/.tsbuildinfo +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/devtools-expo",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-95d4278a98ec3caa352327892993ebc4ea9c589e",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"types": "./dist/index.d.cts",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@livestore/adapter-node": "0.0.0-snapshot-
|
|
8
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
7
|
+
"@livestore/adapter-node": "0.0.0-snapshot-95d4278a98ec3caa352327892993ebc4ea9c589e",
|
|
8
|
+
"@livestore/utils": "0.0.0-snapshot-95d4278a98ec3caa352327892993ebc4ea9c589e"
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@types/node": "^22.13.10",
|
|
12
|
-
"expo": "^
|
|
12
|
+
"expo": "^53.0.0-preview.5",
|
|
13
13
|
"vite": "^6.2.1"
|
|
14
14
|
},
|
|
15
15
|
"main": "./dist/index.cjs",
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"expo": "
|
|
17
|
+
"expo": "^53.0.0-preview.5"
|
|
18
18
|
},
|
|
19
19
|
"publishConfig": {
|
|
20
20
|
"access": "public"
|