@livestore/common 0.0.0-snapshot-7dfe93c26fdd2ae08be5514cfb6a8474f8cc15eb → 0.0.0-snapshot-da88b31876d7b028f6473751b4cc8e02d94acf59
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-da88b31876d7b028f6473751b4cc8e02d94acf59",
|
|
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-da88b31876d7b028f6473751b4cc8e02d94acf59",
|
|
58
|
+
"@livestore/webmesh": "0.0.0-snapshot-da88b31876d7b028f6473751b4cc8e02d94acf59"
|
|
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-da88b31876d7b028f6473751b4cc8e02d94acf59"
|
|
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-da88b31876d7b028f6473751b4cc8e02d94acf59' as const
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* This version number is incremented whenever the internal storage format changes in a breaking way.
|