@triplit/svelte 0.2.33-canary-20250207224403 → 0.2.33-canary-20250218050211

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @triplit/svelte
2
2
 
3
+ ## 0.2.33-canary-20250218050211
4
+
5
+ ### Patch Changes
6
+
7
+ - @triplit/client@0.7.0-canary-20250218050211
8
+
9
+ ## 0.2.33-canary-20250217185840
10
+
11
+ ### Patch Changes
12
+
13
+ - @triplit/client@0.7.0-canary-20250217185840
14
+
15
+ ## 0.2.33-canary-20250217180655
16
+
17
+ ### Patch Changes
18
+
19
+ - @triplit/client@0.7.0-canary-20250217180655
20
+
3
21
  ## 0.2.33-canary-20250207224403
4
22
 
5
23
  ### 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-20250207224403",
4
+ "version": "0.2.33-canary-20250218050211",
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-20250207224403"
32
+ "@triplit/client": "^0.7.0-canary-20250218050211"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@sveltejs/package": "^2.3.5",