nitro-graphql 2.0.0-beta.29 → 2.0.0-beta.30

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,4 +1,4 @@
1
- import * as nitro_deps_h35 from "nitro/deps/h3";
1
+ import * as nitro_deps_h30 from "nitro/deps/h3";
2
2
 
3
3
  //#region src/routes/debug.d.ts
4
4
 
@@ -10,7 +10,7 @@ import * as nitro_deps_h35 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: nitro_deps_h35.EventHandlerWithFetch<nitro_deps_h35.EventHandlerRequest, Promise<string | {
13
+ declare const _default: nitro_deps_h30.EventHandlerWithFetch<nitro_deps_h30.EventHandlerRequest, Promise<string | {
14
14
  timestamp: string;
15
15
  environment: {
16
16
  dev: any;
@@ -1,6 +1,6 @@
1
- import * as nitro_deps_h31 from "nitro/deps/h3";
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: nitro_deps_h31.EventHandlerWithFetch<nitro_deps_h31.EventHandlerRequest, Promise<Response>>;
4
+ declare const _default: nitro_deps_h35.EventHandlerWithFetch<nitro_deps_h35.EventHandlerRequest, Promise<Response>>;
5
5
  //#endregion
6
6
  export { _default as default };
@@ -1,7 +1,7 @@
1
- import * as nitro_deps_h30 from "nitro/deps/h3";
1
+ import * as nitro_deps_h31 from "nitro/deps/h3";
2
2
 
3
3
  //#region src/routes/health.d.ts
4
- declare const _default: nitro_deps_h30.EventHandlerWithFetch<nitro_deps_h30.EventHandlerRequest, Promise<{
4
+ declare const _default: nitro_deps_h31.EventHandlerWithFetch<nitro_deps_h31.EventHandlerRequest, Promise<{
5
5
  status: string;
6
6
  message: string;
7
7
  timestamp: string;
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "nitro-graphql",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.29",
5
- "packageManager": "pnpm@10.22.0",
4
+ "version": "2.0.0-beta.30",
6
5
  "description": "GraphQL integration for Nitro",
7
6
  "license": "MIT",
8
7
  "sideEffects": false,
@@ -71,22 +70,6 @@
71
70
  "files": [
72
71
  "dist"
73
72
  ],
74
- "scripts": {
75
- "prepack": "pnpm build",
76
- "build": "tsdown",
77
- "dev": "tsdown --watch",
78
- "bumpp": "bumpp package.json",
79
- "release": "pnpm build && pnpm bumpp && pnpm publish --no-git-checks --access public",
80
- "playground:nitro": "cd playgrounds/nitro && pnpm install && pnpm dev",
81
- "playground:nuxt": "cd playgrounds/nuxt && pnpm install && pnpm dev",
82
- "playground:federation": "cd playgrounds/federation && pnpm install && pnpm dev",
83
- "docs:dev": "cd .docs && pnpm install && pnpm update:metadata && pnpm dev",
84
- "docs:build": "cd .docs && pnpm install && pnpm update:metadata && pnpm build",
85
- "docs:preview": "cd .docs && pnpm preview",
86
- "lint": "eslint .",
87
- "lint:fix": "eslint . --fix",
88
- "test:types": "tsc --noEmit"
89
- },
90
73
  "peerDependencies": {
91
74
  "@apollo/server": "^5.0.0",
92
75
  "graphql": "^16.11.0",
@@ -98,56 +81,65 @@
98
81
  }
99
82
  },
100
83
  "dependencies": {
101
- "@apollo/subgraph": "catalog:",
102
- "@graphql-codegen/core": "catalog:",
103
- "@graphql-codegen/import-types-preset": "catalog:",
104
- "@graphql-codegen/typescript": "catalog:",
105
- "@graphql-codegen/typescript-generic-sdk": "catalog:",
106
- "@graphql-codegen/typescript-operations": "catalog:",
107
- "@graphql-codegen/typescript-resolvers": "catalog:",
108
- "@graphql-tools/graphql-file-loader": "catalog:",
109
- "@graphql-tools/load": "catalog:",
110
- "@graphql-tools/load-files": "catalog:",
111
- "@graphql-tools/merge": "catalog:",
112
- "@graphql-tools/schema": "catalog:",
113
- "@graphql-tools/url-loader": "catalog:",
114
- "@graphql-tools/utils": "catalog:",
115
- "chokidar": "catalog:",
116
- "consola": "catalog:",
117
- "defu": "catalog:",
118
- "graphql-config": "catalog:",
119
- "graphql-scalars": "catalog:",
120
- "knitwork": "catalog:",
121
- "ohash": "catalog:",
122
- "oxc-parser": "catalog:",
123
- "pathe": "catalog:",
124
- "tinyglobby": "catalog:"
84
+ "@apollo/subgraph": "^2.12.1",
85
+ "@graphql-codegen/core": "^5.0.0",
86
+ "@graphql-codegen/import-types-preset": "^3.0.1",
87
+ "@graphql-codegen/typescript": "^5.0.4",
88
+ "@graphql-codegen/typescript-generic-sdk": "^4.0.2",
89
+ "@graphql-codegen/typescript-operations": "^5.0.4",
90
+ "@graphql-codegen/typescript-resolvers": "^5.1.2",
91
+ "@graphql-tools/graphql-file-loader": "^8.1.6",
92
+ "@graphql-tools/load": "^8.1.6",
93
+ "@graphql-tools/load-files": "^7.0.1",
94
+ "@graphql-tools/merge": "^9.1.5",
95
+ "@graphql-tools/schema": "^10.0.29",
96
+ "@graphql-tools/url-loader": "^9.0.4",
97
+ "@graphql-tools/utils": "^10.10.3",
98
+ "chokidar": "^4.0.3",
99
+ "consola": "^3.4.2",
100
+ "defu": "^6.1.4",
101
+ "graphql-config": "^5.1.5",
102
+ "graphql-scalars": "^1.25.0",
103
+ "knitwork": "^1.3.0",
104
+ "ohash": "^2.0.11",
105
+ "oxc-parser": "^0.97.0",
106
+ "pathe": "^2.0.3",
107
+ "tinyglobby": "^0.2.15"
125
108
  },
126
109
  "devDependencies": {
127
- "@antfu/eslint-config": "catalog:",
128
- "@nuxt/kit": "catalog:",
129
- "@nuxt/schema": "catalog:",
130
- "@types/node": "catalog:",
131
- "@vitejs/devtools": "catalog:",
132
- "bumpp": "catalog:",
133
- "changelogen": "catalog:",
134
- "crossws": "catalog:",
135
- "eslint": "catalog:",
136
- "graphql": "catalog:",
137
- "graphql-yoga": "catalog:",
138
- "nitro": "catalog:",
139
- "tsdown": "catalog:",
140
- "typescript": "catalog:",
141
- "vite": "catalog:",
142
- "vitepress-plugin-llms": "catalog:"
143
- },
144
- "pnpm": {
145
- "overrides": {
146
- "nitro": "npm:nitro-nightly@latest",
147
- "vite": "npm:rolldown-vite@latest"
148
- }
110
+ "@antfu/eslint-config": "^6.2.0",
111
+ "@nuxt/kit": "^4.2.1",
112
+ "@nuxt/schema": "^4.2.1",
113
+ "@types/node": "^24.10.1",
114
+ "@vitejs/devtools": "^0.0.0-alpha.16",
115
+ "bumpp": "^10.3.1",
116
+ "changelogen": "^0.6.2",
117
+ "crossws": "^0.4.1",
118
+ "eslint": "^9.39.1",
119
+ "graphql": "16.12.0",
120
+ "graphql-yoga": "5.16.2",
121
+ "nitro": "npm:nitro-nightly@latest",
122
+ "tsdown": "^0.16.4",
123
+ "typescript": "^5.9.3",
124
+ "vite": "npm:rolldown-vite@latest",
125
+ "vitepress-plugin-llms": "^1.9.1"
149
126
  },
150
127
  "resolutions": {
151
128
  "nitro-graphql": "link:."
129
+ },
130
+ "scripts": {
131
+ "build": "tsdown",
132
+ "dev": "tsdown --watch",
133
+ "bumpp": "bumpp package.json",
134
+ "release": "pnpm build && pnpm bumpp && pnpm publish --no-git-checks --access public",
135
+ "playground:nitro": "cd playgrounds/nitro && pnpm install && pnpm dev",
136
+ "playground:nuxt": "cd playgrounds/nuxt && pnpm install && pnpm dev",
137
+ "playground:federation": "cd playgrounds/federation && pnpm install && pnpm dev",
138
+ "docs:dev": "cd .docs && pnpm install && pnpm update:metadata && pnpm dev",
139
+ "docs:build": "cd .docs && pnpm install && pnpm update:metadata && pnpm build",
140
+ "docs:preview": "cd .docs && pnpm preview",
141
+ "lint": "eslint .",
142
+ "lint:fix": "eslint . --fix",
143
+ "test:types": "tsc --noEmit"
152
144
  }
153
- }
145
+ }