@storyblok/nuxt 8.2.0 → 8.2.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/dist/module.json +1 -1
- package/package.json +7 -7
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storyblok/nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.2.
|
|
4
|
+
"version": "8.2.1",
|
|
5
5
|
"description": "Storyblok Nuxt module",
|
|
6
6
|
"homepage": "https://github.com/storyblok/monoblok/tree/main/packages/nuxt#readme",
|
|
7
7
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"dist"
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@storyblok/vue": "9.4.
|
|
28
|
+
"@storyblok/vue": "9.4.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@cypress/vite-dev-server": "^6.0.3",
|
|
@@ -69,16 +69,16 @@
|
|
|
69
69
|
"test:types": "tsc --noEmit --skipLibCheck",
|
|
70
70
|
"dev": "nuxi dev playground",
|
|
71
71
|
"dev:build": "nuxi build playground",
|
|
72
|
-
"dev:preview": "nuxi preview playground",
|
|
73
|
-
"dev:e2e": "nuxi dev playground-e2e",
|
|
72
|
+
"dev:preview": "nuxi preview playground --port 3100",
|
|
73
|
+
"dev:e2e": "nuxi dev playground-e2e --port 3100",
|
|
74
74
|
"prepare:playground": "nuxi prepare playground",
|
|
75
75
|
"dev:prepare": "nuxt-module-build build --stub && nuxi prepare playground",
|
|
76
76
|
"cy:open": "cypress open",
|
|
77
77
|
"cy:run": "cypress run",
|
|
78
|
-
"test:e2e": "start-server-and-test dev:e2e http://localhost:
|
|
79
|
-
"test:e2e-watch": "start-server-and-test dev:e2e http://localhost:
|
|
78
|
+
"test:e2e": "start-server-and-test dev:e2e http://localhost:3100 cy:run",
|
|
79
|
+
"test:e2e-watch": "start-server-and-test dev:e2e http://localhost:3100 cy:open",
|
|
80
80
|
"pretest:e2e-static": "nuxi generate playground-e2e",
|
|
81
|
-
"test:e2e-static": "start-server-and-test dev:preview http://localhost:
|
|
81
|
+
"test:e2e-static": "start-server-and-test dev:preview http://localhost:3100 cy:run",
|
|
82
82
|
"lint": "eslint .",
|
|
83
83
|
"lint:fix": "eslint . --fix",
|
|
84
84
|
"test": "pnpm run test:e2e"
|