nitro-graphql 2.0.0-beta.2 → 2.0.0-beta.3

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/README.md CHANGED
@@ -52,7 +52,7 @@ pnpm add nitro-graphql @apollo/server @apollo/utils.withrequired @as-integration
52
52
 
53
53
  ```ts
54
54
  // nitro.config.ts
55
- import { defineNitroConfig } from 'nitropack/config'
55
+ import { defineNitroConfig } from 'nitro/config'
56
56
 
57
57
  export default defineNitroConfig({
58
58
  modules: ['nitro-graphql'],
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import { StandardSchemaV1 } from "./types/standard-schema.js";
2
2
  import { CodegenClientConfig, CodegenServerConfig, ExternalGraphQLService, FederationConfig, GenImport, GenericSdkConfig, NitroGraphQLOptions } from "./types/index.js";
3
- import * as nitropack0 from "nitropack";
3
+ import * as nitro_types0 from "nitro/types";
4
4
 
5
5
  //#region src/index.d.ts
6
- declare const _default: nitropack0.NitroModule;
6
+ declare const _default: nitro_types0.NitroModule;
7
7
  //#endregion
8
8
  export { CodegenClientConfig, CodegenServerConfig, ExternalGraphQLService, FederationConfig, GenImport, GenericSdkConfig, NitroGraphQLOptions, StandardSchemaV1, _default as default };
@@ -1,6 +1,6 @@
1
- import * as h31 from "h3";
1
+ import * as h30 from "h3";
2
2
 
3
3
  //#region src/routes/apollo-server.d.ts
4
- declare const _default: h31.EventHandler<h31.EventHandlerRequest, unknown>;
4
+ declare const _default: h30.EventHandler<h30.EventHandlerRequest, unknown>;
5
5
  //#endregion
6
6
  export { _default as default };
@@ -1,6 +1,6 @@
1
- import * as h30 from "h3";
1
+ import * as h33 from "h3";
2
2
 
3
3
  //#region src/routes/graphql-yoga.d.ts
4
- declare const _default: h30.EventHandler<h30.EventHandlerRequest, unknown>;
4
+ declare const _default: h33.EventHandler<h33.EventHandlerRequest, unknown>;
5
5
  //#endregion
6
6
  export { _default as default };
@@ -1,6 +1,6 @@
1
- import * as h33 from "h3";
1
+ import * as h31 from "h3";
2
2
 
3
3
  //#region src/routes/health.d.ts
4
- declare const _default: h33.EventHandler<h33.EventHandlerRequest, unknown>;
4
+ declare const _default: h31.EventHandler<h31.EventHandlerRequest, unknown>;
5
5
  //#endregion
6
6
  export { _default as default };
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.2",
4
+ "version": "2.0.0-beta.3",
5
5
  "description": "GraphQL integration for Nitro",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
@@ -78,13 +78,13 @@
78
78
  }
79
79
  },
80
80
  "dependencies": {
81
- "@apollo/subgraph": "^2.11.2",
81
+ "@apollo/subgraph": "^2.11.3",
82
82
  "@graphql-codegen/core": "^5.0.0",
83
83
  "@graphql-codegen/import-types-preset": "^3.0.1",
84
- "@graphql-codegen/typescript": "^5.0.1",
84
+ "@graphql-codegen/typescript": "^5.0.2",
85
85
  "@graphql-codegen/typescript-generic-sdk": "^4.0.2",
86
- "@graphql-codegen/typescript-operations": "^5.0.1",
87
- "@graphql-codegen/typescript-resolvers": "^5.0.1",
86
+ "@graphql-codegen/typescript-operations": "^5.0.2",
87
+ "@graphql-codegen/typescript-resolvers": "^5.1.0",
88
88
  "@graphql-tools/graphql-file-loader": "^8.1.2",
89
89
  "@graphql-tools/load": "^8.1.2",
90
90
  "@graphql-tools/load-files": "^7.0.1",
@@ -96,19 +96,19 @@
96
96
  "consola": "^3.4.2",
97
97
  "defu": "^6.1.4",
98
98
  "graphql-config": "^5.1.5",
99
- "graphql-scalars": "^1.24.2",
99
+ "graphql-scalars": "^1.25.0",
100
100
  "knitwork": "^1.2.0",
101
101
  "ohash": "^2.0.11",
102
- "oxc-parser": "^0.93.0",
102
+ "oxc-parser": "^0.95.0",
103
103
  "pathe": "^2.0.3",
104
104
  "tinyglobby": "^0.2.15"
105
105
  },
106
106
  "devDependencies": {
107
- "@antfu/eslint-config": "^5.4.1",
108
- "@nuxt/kit": "^4.1.2",
109
- "@nuxt/schema": "^4.1.2",
110
- "@types/node": "^24.6.2",
111
- "bumpp": "^10.2.3",
107
+ "@antfu/eslint-config": "^6.0.0",
108
+ "@nuxt/kit": "^4.1.3",
109
+ "@nuxt/schema": "^4.1.3",
110
+ "@types/node": "^24.7.2",
111
+ "bumpp": "^10.3.1",
112
112
  "changelogen": "^0.6.2",
113
113
  "crossws": "0.3.5",
114
114
  "eslint": "^9.37.0",
@@ -116,7 +116,7 @@
116
116
  "graphql-yoga": "^5.16.0",
117
117
  "h3": "^2.0.1-rc.2",
118
118
  "nitro": "^3.0.1-alpha.0",
119
- "tsdown": "^0.15.6",
119
+ "tsdown": "^0.15.7",
120
120
  "typescript": "^5.9.3"
121
121
  },
122
122
  "resolutions": {