@graphql-codegen/typescript 4.1.0-rc-20240819145930-90d39ea6494140ce72b609291e8bad5d5e99e1f3 → 4.1.0-rc-20240819150831-5a6a3114d1f180e5d8ff9f075fb170634e5e0548
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/cjs/index.js +2 -2
- package/package.json +2 -2
package/cjs/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.plugin = void 0;
|
|
4
|
+
exports.includeIntrospectionTypesDefinitions = includeIntrospectionTypesDefinitions;
|
|
4
5
|
const tslib_1 = require("tslib");
|
|
5
6
|
const plugin_helpers_1 = require("@graphql-codegen/plugin-helpers");
|
|
6
7
|
const schema_ast_1 = require("@graphql-codegen/schema-ast");
|
|
@@ -74,4 +75,3 @@ function includeIntrospectionTypesDefinitions(schema, documents, config) {
|
|
|
74
75
|
}
|
|
75
76
|
return result.definitions;
|
|
76
77
|
}
|
|
77
|
-
exports.includeIntrospectionTypesDefinitions = includeIntrospectionTypesDefinitions;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphql-codegen/typescript",
|
|
3
|
-
"version": "4.1.0-rc-
|
|
3
|
+
"version": "4.1.0-rc-20240819150831-5a6a3114d1f180e5d8ff9f075fb170634e5e0548",
|
|
4
4
|
"description": "GraphQL Code Generator plugin for generating TypeScript types",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@graphql-codegen/plugin-helpers": "^5.0.4",
|
|
10
10
|
"@graphql-codegen/schema-ast": "^4.0.2",
|
|
11
|
-
"@graphql-codegen/visitor-plugin-common": "5.4.0-rc-
|
|
11
|
+
"@graphql-codegen/visitor-plugin-common": "5.4.0-rc-20240819150831-5a6a3114d1f180e5d8ff9f075fb170634e5e0548",
|
|
12
12
|
"auto-bind": "~4.0.0",
|
|
13
13
|
"tslib": "~2.6.0"
|
|
14
14
|
},
|