@storyblok/svelte 3.2.0 → 3.3.0

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 +0 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -82,8 +82,6 @@ Possible values:
82
82
 
83
83
  - `eu` (default): For spaces created in the EU
84
84
  - `us`: For spaces created in the US
85
- - `ap`: For spaces created in Australia
86
- - `ca`: For spaces created in Canada
87
85
  - `cn`: For spaces created in China
88
86
 
89
87
  Full example for a space created in the US:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/svelte",
3
- "version": "3.2.0",
3
+ "version": "3.3.0",
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": "^3.0.0"
29
+ "@storyblok/js": "^2.3.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@babel/core": "^7.23.6",
@@ -38,7 +38,7 @@
38
38
  "svelte": "^4.2.7",
39
39
  "svelte-preprocess": "^5.1.2",
40
40
  "typescript": "^5.3.3",
41
- "vite": "^5.0.0"
41
+ "vite": "^4.5.1"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "svelte": "^3.0.0 || ^4.0.0"