@triplit/svelte 0.1.15 → 0.1.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @triplit/svelte
2
2
 
3
+ ## 0.1.17
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3202e60]
8
+ - @triplit/client@0.3.45
9
+
10
+ ## 0.1.16
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [8d35085]
15
+ - Updated dependencies [87f429a]
16
+ - @triplit/client@0.3.44
17
+
3
18
  ## 0.1.15
4
19
 
5
20
  ### 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.1.15",
4
+ "version": "0.1.17",
5
5
  "source": "./src/index.svelte.ts",
6
6
  "main": "./dist/index.svelte.js",
7
7
  "module": "./dist/index.svelte.js",
@@ -27,7 +27,7 @@
27
27
  "/dist"
28
28
  ],
29
29
  "dependencies": {
30
- "@triplit/client": "^0.3.43"
30
+ "@triplit/client": "^0.3.45"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@sveltejs/package": "^2.3.0",