@storyblok/svelte 3.1.6 → 3.2.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.
- package/README.md +2 -0
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -82,6 +82,8 @@ 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
|
|
85
87
|
- `cn`: For spaces created in China
|
|
86
88
|
|
|
87
89
|
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.
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Storyblok SDK to connect Storyblok with Svelte",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -26,19 +26,19 @@
|
|
|
26
26
|
"prepublishOnly": "npm run build && cp ../README.md ."
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@storyblok/js": "^
|
|
29
|
+
"@storyblok/js": "^3.0.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@babel/core": "^7.
|
|
33
|
-
"@sveltejs/package": "^2.2.
|
|
32
|
+
"@babel/core": "^7.23.6",
|
|
33
|
+
"@sveltejs/package": "^2.2.3",
|
|
34
34
|
"@tsconfig/svelte": "^5.0.2",
|
|
35
35
|
"babel-jest": "^29",
|
|
36
|
-
"eslint-plugin-jest": "^27.
|
|
37
|
-
"jest": "^29.
|
|
38
|
-
"svelte": "^4.2.
|
|
39
|
-
"svelte-preprocess": "^5.
|
|
40
|
-
"typescript": "^5.
|
|
41
|
-
"vite": "^
|
|
36
|
+
"eslint-plugin-jest": "^27.6.0",
|
|
37
|
+
"jest": "^29.7.0",
|
|
38
|
+
"svelte": "^4.2.7",
|
|
39
|
+
"svelte-preprocess": "^5.1.2",
|
|
40
|
+
"typescript": "^5.3.3",
|
|
41
|
+
"vite": "^5.0.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"svelte": "^3.0.0 || ^4.0.0"
|