@livestore/devtools-expo 0.0.0-snapshot-62bc7f41b957a091d290e8c2d6c5f226c2c3ea8a → 0.0.0-snapshot-92d5c84f31b723c87dbb27f07c091e790cd2e35e
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 +3 -3
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/devtools-expo",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-92d5c84f31b723c87dbb27f07c091e790cd2e35e",
|
|
4
4
|
"main": "./dist/index.cjs",
|
|
5
5
|
"types": "./dist/index.d.cts",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@livestore/devtools-react": "0.1.0
|
|
7
|
+
"@livestore/devtools-react": "0.1.0",
|
|
8
8
|
"@livestore/wa-sqlite": "1.0.3-dev.2",
|
|
9
9
|
"vite": "^5.4.10",
|
|
10
10
|
"ws": "^8.18.0",
|
|
11
|
-
"@livestore/web": "0.0.0-snapshot-
|
|
11
|
+
"@livestore/web": "0.0.0-snapshot-92d5c84f31b723c87dbb27f07c091e790cd2e35e"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@types/node": "^22.8.5",
|