@livestore/adapter-node 0.0.0-snapshot-4d696e2b3c63f4d9b117aa57102f887ded2eb6e5 → 0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00
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/LICENSE +201 -0
- package/dist/.tsbuildinfo +1 -1
- package/package.json +7 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/adapter-node",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@livestore/devtools-vite": "0.3.0
|
|
29
|
+
"@livestore/devtools-vite": "0.3.0",
|
|
30
30
|
"@opentelemetry/api": "1.9.0",
|
|
31
31
|
"vite": "6.3.4",
|
|
32
|
-
"@livestore/common": "0.0.0-snapshot-
|
|
33
|
-
"@livestore/sqlite-wasm": "0.0.0-snapshot-
|
|
34
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
35
|
-
"@livestore/webmesh": "0.0.0-snapshot-
|
|
32
|
+
"@livestore/common": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00",
|
|
33
|
+
"@livestore/sqlite-wasm": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00",
|
|
34
|
+
"@livestore/utils": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00",
|
|
35
|
+
"@livestore/webmesh": "0.0.0-snapshot-270572d11b5bcd2ab992fbd4f99bf47fc385df00"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
@@ -45,6 +45,7 @@
|
|
|
45
45
|
"src",
|
|
46
46
|
"dist"
|
|
47
47
|
],
|
|
48
|
+
"license": "Apache-2.0",
|
|
48
49
|
"publishConfig": {
|
|
49
50
|
"access": "public"
|
|
50
51
|
},
|