@livestore/common 0.0.0-snapshot-e7979996b5469dc1a7a0a85157e53a8b2d8aedb3 → 0.0.0-snapshot-33ed5976233dca44a1287c68002748310761c18a

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-e7979996b5469dc1a7a0a85157e53a8b2d8aedb3",
3
+ "version": "0.0.0-snapshot-33ed5976233dca44a1287c68002748310761c18a",
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-e7979996b5469dc1a7a0a85157e53a8b2d8aedb3",
19
- "@livestore/webmesh": "0.0.0-snapshot-e7979996b5469dc1a7a0a85157e53a8b2d8aedb3"
18
+ "@livestore/utils": "0.0.0-snapshot-33ed5976233dca44a1287c68002748310761c18a",
19
+ "@livestore/webmesh": "0.0.0-snapshot-33ed5976233dca44a1287c68002748310761c18a"
20
20
  },
21
21
  "devDependencies": {
22
22
  "vitest": "3.2.4",
23
- "@livestore/utils-dev": "0.0.0-snapshot-e7979996b5469dc1a7a0a85157e53a8b2d8aedb3"
23
+ "@livestore/utils-dev": "0.0.0-snapshot-33ed5976233dca44a1287c68002748310761c18a"
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-e7979996b5469dc1a7a0a85157e53a8b2d8aedb3' as const
5
+ export const liveStoreVersion = '0.0.0-snapshot-33ed5976233dca44a1287c68002748310761c18a' as const
6
6
 
7
7
  /**
8
8
  * This version number is incremented whenever the internal storage format changes in a breaking way.