@livestore/livestore 0.0.0-snapshot-5784f5b6f7197bdaddda676088a6642920d5b9bb → 0.0.0-snapshot-8d0e81e940b47b6092a575d384210db01456b5ba

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-5784f5b6f7197bdaddda676088a6642920d5b9bb",
3
+ "version": "0.0.0-snapshot-8d0e81e940b47b6092a575d384210db01456b5ba",
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-5784f5b6f7197bdaddda676088a6642920d5b9bb",
41
- "@livestore/utils": "0.0.0-snapshot-5784f5b6f7197bdaddda676088a6642920d5b9bb"
40
+ "@livestore/common": "0.0.0-snapshot-8d0e81e940b47b6092a575d384210db01456b5ba",
41
+ "@livestore/utils": "0.0.0-snapshot-8d0e81e940b47b6092a575d384210db01456b5ba"
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-5784f5b6f7197bdaddda676088a6642920d5b9bb",
50
- "@livestore/utils-dev": "0.0.0-snapshot-5784f5b6f7197bdaddda676088a6642920d5b9bb"
49
+ "@livestore/adapter-web": "0.0.0-snapshot-8d0e81e940b47b6092a575d384210db01456b5ba",
50
+ "@livestore/utils-dev": "0.0.0-snapshot-8d0e81e940b47b6092a575d384210db01456b5ba"
51
51
  },
52
52
  "files": [
53
53
  "package.json",