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