nitro-graphql 2.0.0-beta.23 → 2.0.0-beta.24

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 h30 from "h3";
1
+ import * as h33 from "h3";
2
2
 
3
3
  //#region src/routes/apollo-server.d.ts
4
- declare const _default: h30.EventHandlerWithFetch<h30.EventHandlerRequest, Promise<any>>;
4
+ declare const _default: h33.EventHandlerWithFetch<h33.EventHandlerRequest, Promise<any>>;
5
5
  //#endregion
6
6
  export { _default as default };
@@ -1,4 +1,4 @@
1
- import * as h33 from "h3";
1
+ import * as h31 from "h3";
2
2
 
3
3
  //#region src/routes/debug.d.ts
4
4
 
@@ -10,7 +10,7 @@ import * as h33 from "h3";
10
10
  * - /_nitro/graphql/debug - HTML dashboard
11
11
  * - /_nitro/graphql/debug?format=json - JSON API
12
12
  */
13
- declare const _default: h33.EventHandlerWithFetch<h33.EventHandlerRequest, Promise<string | {
13
+ declare const _default: h31.EventHandlerWithFetch<h31.EventHandlerRequest, Promise<string | {
14
14
  timestamp: string;
15
15
  environment: {
16
16
  dev: any;
@@ -1,7 +1,7 @@
1
- import * as h31 from "h3";
1
+ import * as h30 from "h3";
2
2
 
3
3
  //#region src/routes/health.d.ts
4
- declare const _default: h31.EventHandlerWithFetch<h31.EventHandlerRequest, Promise<{
4
+ declare const _default: h30.EventHandlerWithFetch<h30.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.23",
4
+ "version": "2.0.0-beta.24",
5
5
  "description": "GraphQL integration for Nitro",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
@@ -82,28 +82,28 @@
82
82
  }
83
83
  },
84
84
  "dependencies": {
85
- "@apollo/subgraph": "^2.11.4",
85
+ "@apollo/subgraph": "^2.12.1",
86
86
  "@graphql-codegen/core": "^5.0.0",
87
87
  "@graphql-codegen/import-types-preset": "^3.0.1",
88
- "@graphql-codegen/typescript": "^5.0.2",
88
+ "@graphql-codegen/typescript": "^5.0.4",
89
89
  "@graphql-codegen/typescript-generic-sdk": "^4.0.2",
90
- "@graphql-codegen/typescript-operations": "^5.0.2",
91
- "@graphql-codegen/typescript-resolvers": "^5.1.0",
92
- "@graphql-tools/graphql-file-loader": "^8.1.4",
93
- "@graphql-tools/load": "^8.1.4",
90
+ "@graphql-codegen/typescript-operations": "^5.0.4",
91
+ "@graphql-codegen/typescript-resolvers": "^5.1.2",
92
+ "@graphql-tools/graphql-file-loader": "^8.1.6",
93
+ "@graphql-tools/load": "^8.1.6",
94
94
  "@graphql-tools/load-files": "^7.0.1",
95
- "@graphql-tools/merge": "^9.1.3",
96
- "@graphql-tools/schema": "^10.0.27",
97
- "@graphql-tools/url-loader": "^9.0.2",
98
- "@graphql-tools/utils": "^10.10.1",
95
+ "@graphql-tools/merge": "^9.1.5",
96
+ "@graphql-tools/schema": "^10.0.29",
97
+ "@graphql-tools/url-loader": "^9.0.4",
98
+ "@graphql-tools/utils": "^10.10.3",
99
99
  "chokidar": "^4.0.3",
100
100
  "consola": "^3.4.2",
101
101
  "defu": "^6.1.4",
102
102
  "graphql-config": "^5.1.5",
103
103
  "graphql-scalars": "^1.25.0",
104
- "knitwork": "^1.2.0",
104
+ "knitwork": "^1.3.0",
105
105
  "ohash": "^2.0.11",
106
- "oxc-parser": "^0.96.0",
106
+ "oxc-parser": "^0.97.0",
107
107
  "pathe": "^2.0.3",
108
108
  "tinyglobby": "^0.2.15"
109
109
  },
@@ -111,7 +111,7 @@
111
111
  "@antfu/eslint-config": "^6.2.0",
112
112
  "@nuxt/kit": "^4.2.1",
113
113
  "@nuxt/schema": "^4.2.1",
114
- "@types/node": "^24.10.0",
114
+ "@types/node": "^24.10.1",
115
115
  "@vitejs/devtools": "^0.0.0-alpha.16",
116
116
  "bumpp": "^10.3.1",
117
117
  "changelogen": "^0.6.2",
@@ -121,7 +121,7 @@
121
121
  "graphql-yoga": "^5.16.2",
122
122
  "h3": "^2.0.1-rc.5",
123
123
  "nitro": "npm:nitro-nightly@latest",
124
- "tsdown": "^0.16.1",
124
+ "tsdown": "^0.16.4",
125
125
  "typescript": "^5.9.3",
126
126
  "vite": "npm:rolldown-vite@latest",
127
127
  "vitepress-plugin-llms": "^1.9.1"
@@ -137,8 +137,8 @@
137
137
  "playground:nitro": "cd playgrounds/nitro && pnpm install && pnpm dev",
138
138
  "playground:nuxt": "cd playgrounds/nuxt && pnpm install && pnpm dev",
139
139
  "playground:federation": "cd playgrounds/federation && pnpm install && pnpm dev",
140
- "docs:dev": "cd .docs && pnpm install && pnpm dev",
141
- "docs:build": "cd .docs && pnpm install && pnpm build",
140
+ "docs:dev": "cd .docs && pnpm install && pnpm update:metadata && pnpm dev",
141
+ "docs:build": "cd .docs && pnpm install && pnpm update:metadata && pnpm build",
142
142
  "docs:preview": "cd .docs && pnpm preview",
143
143
  "lint": "eslint .",
144
144
  "lint:fix": "eslint . --fix",