@triplit/svelte 0.2.33-canary-20250205191258 → 0.2.33

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 +2 -57
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,65 +1,10 @@
1
1
  # @triplit/svelte
2
2
 
3
- ## 0.2.33-canary-20250205191258
3
+ ## 0.2.33
4
4
 
5
5
  ### Patch Changes
6
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
-
15
- ## 0.2.33-canary-20250204182912
16
-
17
- ### Patch Changes
18
-
19
- - @triplit/client@0.7.0-canary-20250204182912
20
-
21
- ## 0.2.33-canary-20250204165459
22
-
23
- ### Patch Changes
24
-
25
- - @triplit/client@0.7.0-canary-20250204165459
26
-
27
- ## 0.2.33-canary-20250204062109
28
-
29
- ### Patch Changes
30
-
31
- - @triplit/client@0.7.0-canary-20250204062109
32
-
33
- ## 0.2.33-canary-20250204060424
34
-
35
- ### Patch Changes
36
-
37
- - @triplit/client@0.7.0-canary-20250204060424
38
-
39
- ## 0.2.33-canary-20250204055631
40
-
41
- ### Patch Changes
42
-
43
- - @triplit/client@0.7.0-canary-20250204055631
44
-
45
- ## 0.2.33-canary-20250204042452
46
-
47
- ### Patch Changes
48
-
49
- - @triplit/client@0.7.0-canary-20250204042452
50
-
51
- ## 0.2.33-canary-20250204035012
52
-
53
- ### Patch Changes
54
-
55
- - @triplit/client@0.7.0-canary-20250204035012
56
-
57
- ## 0.2.33-canary-20250204025207
58
-
59
- ### Patch Changes
60
-
61
- - Updated dependencies [4866105f]
62
- - @triplit/client@0.7.0-canary-20250204025207
7
+ - @triplit/client@0.6.14
63
8
 
64
9
  ## 0.2.32
65
10
 
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-20250205191258",
4
+ "version": "0.2.33",
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-20250205191258"
32
+ "@triplit/client": "^0.6.14"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@sveltejs/package": "^2.3.5",