nitro-graphql 2.0.0-beta.34 → 2.0.0-beta.36
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as nitro_deps_h30 from "nitro/deps/h3";
|
|
2
2
|
|
|
3
3
|
//#region src/routes/apollo-server.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: nitro_deps_h30.EventHandlerWithFetch<nitro_deps_h30.EventHandlerRequest, Promise<any>>;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { _default as default };
|
package/dist/routes/debug.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as nitro_deps_h31 from "nitro/deps/h3";
|
|
2
2
|
|
|
3
3
|
//#region src/routes/debug.d.ts
|
|
4
4
|
|
|
@@ -10,7 +10,7 @@ import * as nitro_deps_h33 from "nitro/deps/h3";
|
|
|
10
10
|
* - /_nitro/graphql/debug - HTML dashboard
|
|
11
11
|
* - /_nitro/graphql/debug?format=json - JSON API
|
|
12
12
|
*/
|
|
13
|
-
declare const _default:
|
|
13
|
+
declare const _default: nitro_deps_h31.EventHandlerWithFetch<nitro_deps_h31.EventHandlerRequest, Promise<string | {
|
|
14
14
|
timestamp: string;
|
|
15
15
|
environment: {
|
|
16
16
|
dev: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as nitro_deps_h35 from "nitro/deps/h3";
|
|
2
2
|
|
|
3
3
|
//#region src/routes/graphql-yoga.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: nitro_deps_h35.EventHandlerWithFetch<nitro_deps_h35.EventHandlerRequest, Promise<Response>>;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { _default as default };
|
package/dist/routes/health.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as nitro_deps_h33 from "nitro/deps/h3";
|
|
2
2
|
|
|
3
3
|
//#region src/routes/health.d.ts
|
|
4
|
-
declare const _default:
|
|
4
|
+
declare const _default: nitro_deps_h33.EventHandlerWithFetch<nitro_deps_h33.EventHandlerRequest, Promise<{
|
|
5
5
|
status: string;
|
|
6
6
|
message: string;
|
|
7
7
|
timestamp: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nitro-graphql",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.36",
|
|
5
5
|
"description": "GraphQL integration for Nitro",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"dependencies": {
|
|
88
|
-
"@apollo/subgraph": "^2.12.
|
|
88
|
+
"@apollo/subgraph": "^2.12.2",
|
|
89
89
|
"@graphql-codegen/core": "^5.0.0",
|
|
90
90
|
"@graphql-codegen/import-types-preset": "^3.0.1",
|
|
91
91
|
"@graphql-codegen/typescript": "^5.0.6",
|
|
@@ -106,27 +106,27 @@
|
|
|
106
106
|
"graphql-scalars": "^1.25.0",
|
|
107
107
|
"knitwork": "^1.3.0",
|
|
108
108
|
"ohash": "^2.0.11",
|
|
109
|
-
"oxc-parser": "^0.
|
|
109
|
+
"oxc-parser": "^0.102.0",
|
|
110
110
|
"pathe": "^2.0.3",
|
|
111
111
|
"tinyglobby": "^0.2.15"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@antfu/eslint-config": "^6.
|
|
115
|
-
"@nuxt/kit": "^4.2.
|
|
116
|
-
"@nuxt/schema": "^4.2.
|
|
117
|
-
"@types/node": "^24.10.
|
|
114
|
+
"@antfu/eslint-config": "^6.7.1",
|
|
115
|
+
"@nuxt/kit": "^4.2.2",
|
|
116
|
+
"@nuxt/schema": "^4.2.2",
|
|
117
|
+
"@types/node": "^24.10.4",
|
|
118
118
|
"@vitejs/devtools": "^0.0.0-alpha.16",
|
|
119
119
|
"@vitest/ui": "^4.0.15",
|
|
120
120
|
"bumpp": "^10.3.2",
|
|
121
121
|
"changelogen": "^0.6.2",
|
|
122
122
|
"crossws": "^0.4.1",
|
|
123
|
-
"eslint": "^9.39.
|
|
123
|
+
"eslint": "^9.39.2",
|
|
124
124
|
"graphql": "16.12.0",
|
|
125
125
|
"graphql-yoga": "5.16.2",
|
|
126
126
|
"nitro": "npm:nitro-nightly@latest",
|
|
127
|
-
"tsdown": "^0.
|
|
127
|
+
"tsdown": "^0.17.4",
|
|
128
128
|
"typescript": "^5.9.3",
|
|
129
|
-
"vite": "
|
|
129
|
+
"vite": "8.0.0-beta.0",
|
|
130
130
|
"vitepress-plugin-llms": "^1.9.3",
|
|
131
131
|
"vitest": "^4.0.15"
|
|
132
132
|
},
|