@livestore/common 0.0.0-snapshot-fdf10d61ec34e46aef6f2da6a36d8b2aa4506191 → 0.0.0-snapshot-7c0558dd97518d181c6572b9c845ac2682d6e66d

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.
Files changed (2) hide show
  1. package/package.json +4 -4
  2. 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-fdf10d61ec34e46aef6f2da6a36d8b2aa4506191",
3
+ "version": "0.0.0-snapshot-7c0558dd97518d181c6572b9c845ac2682d6e66d",
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-fdf10d61ec34e46aef6f2da6a36d8b2aa4506191",
58
- "@livestore/webmesh": "0.0.0-snapshot-fdf10d61ec34e46aef6f2da6a36d8b2aa4506191"
57
+ "@livestore/utils": "0.0.0-snapshot-7c0558dd97518d181c6572b9c845ac2682d6e66d",
58
+ "@livestore/webmesh": "0.0.0-snapshot-7c0558dd97518d181c6572b9c845ac2682d6e66d"
59
59
  },
60
60
  "devDependencies": {
61
61
  "vitest": "^3.1.2",
62
- "@livestore/utils-dev": "0.0.0-snapshot-fdf10d61ec34e46aef6f2da6a36d8b2aa4506191"
62
+ "@livestore/utils-dev": "0.0.0-snapshot-7c0558dd97518d181c6572b9c845ac2682d6e66d"
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-fdf10d61ec34e46aef6f2da6a36d8b2aa4506191' as const
5
+ export const liveStoreVersion = '0.0.0-snapshot-7c0558dd97518d181c6572b9c845ac2682d6e66d' as const
6
6
 
7
7
  /**
8
8
  * This version number is incremented whenever the internal storage format changes in a breaking way.