@storyblok/nuxt 6.0.6 → 6.0.7

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 CHANGED
@@ -44,8 +44,7 @@ If you are in a hurry, check out our official **[live demo](https://stackblitz.c
44
44
  Install `@storyblok/nuxt`:
45
45
 
46
46
  ```bash
47
- npm install @storyblok/nuxt
48
- # yarn add @storyblok/nuxt
47
+ npx nuxi@latest module add storyblok
49
48
  ```
50
49
 
51
50
  Add following code to modules section of `nuxt.config.js` and replace the accessToken with API token from Storyblok space.
@@ -96,7 +95,7 @@ When you initialize the module, you can pass all [_@storyblok/vue_ options](http
96
95
  }]
97
96
  ```
98
97
 
99
- **Define your own plugin**
98
+ #### Define your own plugin
100
99
 
101
100
  While the recommended approach covers most cases, there are specific instances where you may need to use the `enableSudoMode` option and disable our plugin, allowing you to incorporate your own.
102
101
 
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@storyblok/nuxt",
3
3
  "configKey": "storyblok",
4
- "version": "6.0.6"
4
+ "version": "6.0.7"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storyblok/nuxt",
3
- "version": "6.0.6",
3
+ "version": "6.0.7",
4
4
  "description": "Storyblok Nuxt module",
5
5
  "type": "module",
6
6
  "main": "./dist/module.cjs",
@@ -36,7 +36,7 @@
36
36
  "@commitlint/cli": "^19.0.3",
37
37
  "@commitlint/config-conventional": "^19.0.3",
38
38
  "@cypress/vite-dev-server": "^5.0.6",
39
- "@nuxt/eslint-config": "^0.2.0",
39
+ "@nuxt/eslint-config": "^0.3.6",
40
40
  "@nuxt/kit": "^3.8.0",
41
41
  "@nuxt/module-builder": "^0.5.2",
42
42
  "@nuxt/schema": "^3.8.0",