@livestore/livestore 0.0.0-snapshot-00986e9689b358bb0c03c581329d29ef76ccfc77 → 0.0.0-snapshot-2cc2dcc1f7d0a534a2247a531ff3ecf6a83f0e63

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/README.md +3 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
1
  # @livestore/livestore
2
2
 
3
- [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/RbMcjUAPd7)
3
+ [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white)](https://discord.gg/RbMcjUAPd7)
4
+
5
+ Please see the [development branch](https://github.com/livestorejs/livestore/tree/wip/0.3.0) for the latest version of LiveStore.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livestore/livestore",
3
- "version": "0.0.0-snapshot-00986e9689b358bb0c03c581329d29ef76ccfc77",
3
+ "version": "0.0.0-snapshot-2cc2dcc1f7d0a534a2247a531ff3ecf6a83f0e63",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "exports": {
@@ -37,8 +37,8 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@opentelemetry/api": "1.9.0",
40
- "@livestore/common": "0.0.0-snapshot-00986e9689b358bb0c03c581329d29ef76ccfc77",
41
- "@livestore/utils": "0.0.0-snapshot-00986e9689b358bb0c03c581329d29ef76ccfc77"
40
+ "@livestore/common": "0.0.0-snapshot-2cc2dcc1f7d0a534a2247a531ff3ecf6a83f0e63",
41
+ "@livestore/utils": "0.0.0-snapshot-2cc2dcc1f7d0a534a2247a531ff3ecf6a83f0e63"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@opentelemetry/sdk-trace-base": "^2.0.0",
@@ -46,8 +46,8 @@
46
46
  "typescript": "^5.8.3",
47
47
  "vite": "^6.3.4",
48
48
  "vitest": "^3.1.2",
49
- "@livestore/adapter-web": "0.0.0-snapshot-00986e9689b358bb0c03c581329d29ef76ccfc77",
50
- "@livestore/utils-dev": "0.0.0-snapshot-00986e9689b358bb0c03c581329d29ef76ccfc77"
49
+ "@livestore/adapter-web": "0.0.0-snapshot-2cc2dcc1f7d0a534a2247a531ff3ecf6a83f0e63",
50
+ "@livestore/utils-dev": "0.0.0-snapshot-2cc2dcc1f7d0a534a2247a531ff3ecf6a83f0e63"
51
51
  },
52
52
  "files": [
53
53
  "package.json",