@triplit/svelte 0.2.33-canary-20250204182912 → 0.2.33-canary-20250205191258

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/CHANGELOG.md +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @triplit/svelte
2
2
 
3
+ ## 0.2.33-canary-20250205191258
4
+
5
+ ### Patch Changes
6
+
7
+ - @triplit/client@0.7.0-canary-20250205191258
8
+
9
+ ## 0.2.33-canary-20250204212628
10
+
11
+ ### Patch Changes
12
+
13
+ - @triplit/client@0.7.0-canary-20250204212628
14
+
3
15
  ## 0.2.33-canary-20250204182912
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@triplit/svelte",
3
3
  "packageManager": "yarn@3.4.1",
4
- "version": "0.2.33-canary-20250204182912",
4
+ "version": "0.2.33-canary-20250205191258",
5
5
  "source": "./src/index.svelte.ts",
6
6
  "main": "./dist/index.svelte.js",
7
7
  "module": "./dist/index.svelte.js",
@@ -29,7 +29,7 @@
29
29
  "/dist"
30
30
  ],
31
31
  "dependencies": {
32
- "@triplit/client": "^0.7.0-canary-20250204182912"
32
+ "@triplit/client": "^0.7.0-canary-20250205191258"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@sveltejs/package": "^2.3.5",