@livestore/common 0.0.0-snapshot-762be1d0e6fa84bec1a6b54d36f89f303c0574bd → 0.0.0-snapshot-a7522e3467e0db70496d356d2a522e0b327302f8
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-a7522e3467e0db70496d356d2a522e0b327302f8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"exports": {
|
|
@@ -15,12 +15,12 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@opentelemetry/api": "1.9.0",
|
|
18
|
-
"@livestore/utils": "0.0.0-snapshot-
|
|
19
|
-
"@livestore/webmesh": "0.0.0-snapshot-
|
|
18
|
+
"@livestore/utils": "0.0.0-snapshot-a7522e3467e0db70496d356d2a522e0b327302f8",
|
|
19
|
+
"@livestore/webmesh": "0.0.0-snapshot-a7522e3467e0db70496d356d2a522e0b327302f8"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"vitest": "3.2.4",
|
|
23
|
-
"@livestore/utils-dev": "0.0.0-snapshot-
|
|
23
|
+
"@livestore/utils-dev": "0.0.0-snapshot-a7522e3467e0db70496d356d2a522e0b327302f8"
|
|
24
24
|
},
|
|
25
25
|
"files": [
|
|
26
26
|
"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-a7522e3467e0db70496d356d2a522e0b327302f8' as const
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* This version number is incremented whenever the internal storage format changes in a breaking way.
|