@triplit/svelte 0.2.33-canary-20250206062549 → 0.2.33-canary-20250217185840

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