@livestore/devtools-expo 0.0.0-snapshot-1d99fea7d2ce2c7a5d9ed0a3752f8a7bda6bc3db → 0.0.0-snapshot-7d3074f682f31cfc38b26ed2c4c2972ce1e9121e
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,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/devtools-expo",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-7d3074f682f31cfc38b26ed2c4c2972ce1e9121e",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"types": "./dist/index.d.cts",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@livestore/devtools-react": "0.3.0-dev.
|
|
7
|
+
"@livestore/devtools-react": "0.3.0-dev.12",
|
|
8
8
|
"@livestore/wa-sqlite": "1.0.3-dev.7",
|
|
9
9
|
"vite": "6.0.11",
|
|
10
10
|
"ws": "8.18.0",
|
|
11
|
-
"@livestore/node": "0.0.0-snapshot-
|
|
12
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
13
|
-
"@livestore/web": "0.0.0-snapshot-
|
|
11
|
+
"@livestore/node": "0.0.0-snapshot-7d3074f682f31cfc38b26ed2c4c2972ce1e9121e",
|
|
12
|
+
"@livestore/utils": "0.0.0-snapshot-7d3074f682f31cfc38b26ed2c4c2972ce1e9121e",
|
|
13
|
+
"@livestore/web": "0.0.0-snapshot-7d3074f682f31cfc38b26ed2c4c2972ce1e9121e"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@types/node": "^22.10.5",
|