@storyblok/nuxt 10.0.0 → 10.1.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 CHANGED
@@ -52,7 +52,7 @@ If you'd like to contribute, please refer to the [contributing guidelines](CONTR
52
52
 
53
53
  For help, discussion about best practices, or any other conversation that would benefit from being searchable:
54
54
 
55
- - [Discuss Storyblok on Github Discussions](https://github.com/storyblok/monoblok/discussions)
55
+ - [Discuss Storyblok on GitHub Discussions](https://github.com/storyblok/monoblok/discussions)
56
56
 
57
57
  For community support, chatting with other users, please visit:
58
58
 
@@ -67,7 +67,7 @@ For bugs or feature requests, please [submit an issue](https://github.com/storyb
67
67
 
68
68
  ### I can't share my company project code
69
69
 
70
- We understand that you might not be able to share your company's project code. Please provide a minimal reproducible example that demonstrates the issue by using tools like [Stackblitz](https://stackblitz.com) or a link to a Github Repo lease make sure you include a README file with the instructions to build and run the project, important not to include any access token, password or personal information of any kind.
70
+ We understand that you might not be able to share your company's project code. Please provide a minimal reproducible example that demonstrates the issue by using tools like [Stackblitz](https://stackblitz.com) or a link to a GitHub repo. Please make sure you include a README file with the instructions to build and run the project, important not to include any access token, password or personal information of any kind.
71
71
 
72
72
  ### Feedback
73
73
 
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@storyblok/nuxt",
3
3
  "configKey": "storyblok",
4
- "version": "10.0.0",
4
+ "version": "10.1.1",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "unknown"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@storyblok/nuxt",
3
3
  "type": "module",
4
- "version": "10.0.0",
4
+ "version": "10.1.1",
5
5
  "description": "Storyblok Nuxt module",
6
6
  "homepage": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt#readme",
7
7
  "repository": {
@@ -30,7 +30,7 @@
30
30
  "nuxt": "^3.15.0 || ^4.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@storyblok/vue": "10.0.0"
33
+ "@storyblok/vue": "10.1.1"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@cypress/vite-dev-server": "^6.0.3",
@@ -40,7 +40,7 @@
40
40
  "@nuxt/module-builder": "^1.0.0",
41
41
  "@nuxt/schema": "^4.2.2",
42
42
  "@nuxt/test-utils": "^3.23.0",
43
- "@types/node": "^22.15.18",
43
+ "@types/node": "^24.11.0",
44
44
  "cypress": "^14.3.3",
45
45
  "eslint": "^9.26.0",
46
46
  "eslint-config-prettier": "^10.0.1",
@@ -49,7 +49,7 @@
49
49
  "nuxt": "^4.2.2",
50
50
  "prettier": "^3.4.2",
51
51
  "start-server-and-test": "^2.0.11",
52
- "@storyblok/eslint-config": "0.4.2"
52
+ "@storyblok/eslint-config": "0.5.0"
53
53
  },
54
54
  "release": {
55
55
  "branches": [