@storyblok/svelte 2.4.10 → 2.4.11

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 +8 -0
  2. package/package.json +10 -3
package/README.md CHANGED
@@ -29,6 +29,14 @@
29
29
  </a>
30
30
  </p>
31
31
 
32
+ #### Compatibility
33
+
34
+ | Version to install | Support |
35
+ | --------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- |
36
+ | Latest (from v3) `@storyblok/svelte` | Modern browsers + Node 18+ |
37
+ | Latest (from v3) `@storyblok/svelte` <br> + Fetch polyfill like [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) | Browsers and Node versions with no Fetch API support |
38
+ | [Version 2](https://github.com/storyblok/@storyblok/svelte/tree/v2.5.0) `@storyblok/svelte@2` | Internet Explorer support |
39
+
32
40
  ## 🚀 Usage
33
41
 
34
42
  `@storyblok/svelte` helps you connect your Svelte project to Storyblok by:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/svelte",
3
- "version": "2.4.10",
3
+ "version": "2.4.11",
4
4
  "type": "module",
5
5
  "description": "Storyblok SDK to connect Storyblok with Svelte",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "prepublishOnly": "npm run build && cp ../README.md ."
26
26
  },
27
27
  "dependencies": {
28
- "@storyblok/js": "^2.1.0",
28
+ "@storyblok/js": "^2.1.2",
29
29
  "svelte": "^3.0.0"
30
30
  },
31
31
  "devDependencies": {
@@ -68,7 +68,14 @@
68
68
  "homepage": "https://github.com/storyblok/storyblok-svelte",
69
69
  "release": {
70
70
  "branches": [
71
- "main"
71
+ {
72
+ "name": "v2",
73
+ "range": "2.x",
74
+ "channel": "v2"
75
+ },
76
+ {
77
+ "name": "main"
78
+ }
72
79
  ]
73
80
  },
74
81
  "publishConfig": {