@livestore/common 0.0.0-snapshot-77b7ac21718b3e60e1e60c83547477b71d16ee65 → 0.0.0-snapshot-e7979996b5469dc1a7a0a85157e53a8b2d8aedb3

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