@storyblok/nuxt 5.7.10 → 6.0.1
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/dist/module.json +1 -1
- package/dist/types.d.mts +2 -2
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -143,6 +143,8 @@ Possible values:
|
|
|
143
143
|
|
|
144
144
|
- `eu` (default): For spaces created in the EU
|
|
145
145
|
- `us`: For spaces created in the US
|
|
146
|
+
- `ap`: For spaces created in Australia
|
|
147
|
+
- `ca`: For spaces created in Canada
|
|
146
148
|
- `cn`: For spaces created in China
|
|
147
149
|
|
|
148
150
|
Full example for a space created in the US:
|
package/dist/module.json
CHANGED
package/dist/types.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import type { ModuleOptions } from './module'
|
|
2
|
+
import type { ModuleOptions } from './module.js'
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
declare module '@nuxt/schema' {
|
|
@@ -13,4 +13,4 @@ declare module 'nuxt/schema' {
|
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
export type { ModuleOptions, default } from './module'
|
|
16
|
+
export type { ModuleOptions, default } from './module.js'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storyblok/nuxt",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.1",
|
|
4
4
|
"description": "Storyblok Nuxt module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/module.cjs",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"@commitlint/config-conventional": "^18.1.0",
|
|
38
38
|
"@cypress/vite-dev-server": "^5.0.6",
|
|
39
39
|
"@nuxt/eslint-config": "^0.2.0",
|
|
40
|
+
"@nuxt/kit": "^3.8.0",
|
|
40
41
|
"@nuxt/module-builder": "^0.5.2",
|
|
41
42
|
"@nuxt/schema": "^3.8.0",
|
|
42
43
|
"@nuxt/test-utils": "^3.8.0",
|
|
@@ -54,9 +55,7 @@
|
|
|
54
55
|
"start-server-and-test": "^2.0.1"
|
|
55
56
|
},
|
|
56
57
|
"dependencies": {
|
|
57
|
-
"@
|
|
58
|
-
"@storyblok/vue": "^7.3.1",
|
|
59
|
-
"prettier": "^3.0.3"
|
|
58
|
+
"@storyblok/vue": "^8.0.0"
|
|
60
59
|
},
|
|
61
60
|
"lint-staged": {
|
|
62
61
|
"*.{vue,js,css}": [
|