@storyblok/svelte 3.1.1 → 3.1.2

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/README.md +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -143,6 +143,7 @@ You can pass [Bridge options](https://www.storyblok.com/docs/Guides/storyblok-la
143
143
  ```js
144
144
  useStoryblokBridge(story.id, (newStory) => (story = newStory), {
145
145
  resolveRelations: ["Article.author"],
146
+ resolveLinks: "url",
146
147
  });
147
148
  ```
148
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/svelte",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "type": "module",
5
5
  "description": "Storyblok SDK to connect Storyblok with Svelte",
6
6
  "main": "./dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "prepublishOnly": "npm run build && cp ../README.md ."
27
27
  },
28
28
  "dependencies": {
29
- "@storyblok/js": "^2.2.3"
29
+ "@storyblok/js": "^2.2.6"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/core": "^7.22.9",
@@ -34,11 +34,11 @@
34
34
  "@tsconfig/svelte": "^5.0.0",
35
35
  "babel-jest": "^29",
36
36
  "eslint-plugin-jest": "^27.2.3",
37
- "jest": "^29.6.1",
38
- "svelte": "^4.1.1",
37
+ "jest": "^29.6.2",
38
+ "svelte": "^4.1.2",
39
39
  "svelte-preprocess": "^5.0.4",
40
40
  "typescript": "^5.1.6",
41
- "vite": "^4.4.6"
41
+ "vite": "^4.4.8"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "svelte": "^3.0.0 || ^4.0.0"