@stonecrop/nuxt-grafserv 0.7.0 → 0.7.2
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stonecrop/nuxt-grafserv",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Pluggable Grafserv GraphQL server as Nuxt Module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"grafserv": "^1.0.0-rc.3",
|
|
45
45
|
"graphile-config": "^1.0.0-rc.2",
|
|
46
46
|
"graphql": "^16.12.0",
|
|
47
|
-
"@stonecrop/graphql-middleware": "0.7.
|
|
47
|
+
"@stonecrop/graphql-middleware": "0.7.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@casl/ability": "^6.7.5",
|
|
@@ -57,7 +57,6 @@
|
|
|
57
57
|
"@nuxt/test-utils": "^3.23.0",
|
|
58
58
|
"@vitest/coverage-istanbul": "^4.0.17",
|
|
59
59
|
"@types/node": "^22.19.5",
|
|
60
|
-
"zod": "^3.25.76",
|
|
61
60
|
"h3": "^1.15.4",
|
|
62
61
|
"nitropack": "^2.13.0",
|
|
63
62
|
"changelogen": "^0.6.2",
|
|
@@ -68,12 +67,12 @@
|
|
|
68
67
|
"vite": "^7.3.1",
|
|
69
68
|
"vitest": "^4.0.17",
|
|
70
69
|
"vue-tsc": "^3.2.2",
|
|
71
|
-
"@stonecrop/casl-middleware": "0.7.
|
|
72
|
-
"@stonecrop/rockfoil": "0.7.
|
|
70
|
+
"@stonecrop/casl-middleware": "0.7.2",
|
|
71
|
+
"@stonecrop/rockfoil": "0.7.2"
|
|
73
72
|
},
|
|
74
73
|
"peerDependencies": {
|
|
75
|
-
"@stonecrop/casl-middleware": "0.7.
|
|
76
|
-
"@stonecrop/rockfoil": "0.7.
|
|
74
|
+
"@stonecrop/casl-middleware": "0.7.2",
|
|
75
|
+
"@stonecrop/rockfoil": "0.7.2"
|
|
77
76
|
},
|
|
78
77
|
"peerDependenciesMeta": {
|
|
79
78
|
"@stonecrop/casl-middleware": {
|
|
@@ -87,6 +86,7 @@
|
|
|
87
86
|
"_phase:build": "rushx dev:prepare && rushx prepack",
|
|
88
87
|
"build": "rushx dev:prepare && rushx prepack",
|
|
89
88
|
"build:module": "rushx dev:prepare && rushx prepack",
|
|
89
|
+
"docs": "echo 'Nuxt modules use custom build system - skipping API docs generation'",
|
|
90
90
|
"dev": "nuxi dev playground",
|
|
91
91
|
"dev:build": "nuxi build playground",
|
|
92
92
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|