@livestore/common 0.0.0-snapshot-86da245345da3c295ca54bc7fc8074f1769a3f4f → 0.0.0-snapshot-420bb2b69d8c373a14e12f3aa6ecc0c8b80dd6a3
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 +4 -4
- package/src/version.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@livestore/common",
|
|
3
|
-
"version": "0.0.0-snapshot-
|
|
3
|
+
"version": "0.0.0-snapshot-420bb2b69d8c373a14e12f3aa6ecc0c8b80dd6a3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"graphology": "0.26.0-alpha1",
|
|
55
55
|
"graphology-dag": "0.4.1",
|
|
56
56
|
"graphology-types": "0.24.8",
|
|
57
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
58
|
-
"@livestore/webmesh": "0.0.0-snapshot-
|
|
57
|
+
"@livestore/utils": "0.0.0-snapshot-420bb2b69d8c373a14e12f3aa6ecc0c8b80dd6a3",
|
|
58
|
+
"@livestore/webmesh": "0.0.0-snapshot-420bb2b69d8c373a14e12f3aa6ecc0c8b80dd6a3"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"vitest": "^3.1.2",
|
|
62
|
-
"@livestore/utils-dev": "0.0.0-snapshot-
|
|
62
|
+
"@livestore/utils-dev": "0.0.0-snapshot-420bb2b69d8c373a14e12f3aa6ecc0c8b80dd6a3"
|
|
63
63
|
},
|
|
64
64
|
"files": [
|
|
65
65
|
"package.json",
|
package/src/version.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// import packageJson from '../package.json' with { type: 'json' }
|
|
3
3
|
// export const liveStoreVersion = packageJson.version
|
|
4
4
|
|
|
5
|
-
export const liveStoreVersion = '0.0.0-snapshot-
|
|
5
|
+
export const liveStoreVersion = '0.0.0-snapshot-420bb2b69d8c373a14e12f3aa6ecc0c8b80dd6a3' as const
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* This version number is incremented whenever the internal storage format changes in a breaking way.
|