graphql-parse-resolve-info
Advanced tools
Comparing version 4.8.0-rc.0 to 4.9.0
import { GraphQLResolveInfo, GraphQLType } from "graphql"; | ||
declare type mixed = {} | string | number | boolean | undefined | null; | ||
declare type mixed = Record<string, any> | string | number | boolean | undefined | null; | ||
export interface FieldsByTypeName { | ||
@@ -4,0 +4,0 @@ [str: string]: { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAlias = exports.simplify = exports.parse = exports.simplifyParsedResolveInfoFragmentWithType = exports.parseResolveInfo = exports.getAliasFromResolveInfo = void 0; | ||
const assert = require("assert"); | ||
@@ -4,0 +5,0 @@ const graphql_1 = require("graphql"); |
import { GraphQLResolveInfo, GraphQLType } from "graphql"; | ||
declare type mixed = {} | string | number | boolean | undefined | null; | ||
declare type mixed = Record<string, any> | string | number | boolean | undefined | null; | ||
export interface FieldsByTypeName { | ||
@@ -4,0 +4,0 @@ [str: string]: { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getAlias = exports.simplify = exports.parse = exports.simplifyParsedResolveInfoFragmentWithType = exports.parseResolveInfo = exports.getAliasFromResolveInfo = void 0; | ||
const assert = require("assert"); | ||
@@ -4,0 +5,0 @@ const graphql_1 = require("graphql"); |
{ | ||
"name": "graphql-parse-resolve-info", | ||
"version": "4.8.0-rc.0", | ||
"version": "4.9.0", | ||
"description": "Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree", | ||
@@ -36,13 +36,13 @@ "main": "index.js", | ||
"@types/debug": "^4.1.4", | ||
"@types/jest": "^24.0.12", | ||
"@types/node": "^12.0.0", | ||
"eslint_d": "^8.0.0", | ||
"jest": "^24.8.0", | ||
"ts-jest": "^24.0.2", | ||
"ts-node": "^8.1.0", | ||
"typescript": "^3.4.5" | ||
"@types/jest": "25.x", | ||
"@types/node": "^14.6.4", | ||
"eslint_d": "^9.1.2", | ||
"jest": "25.x", | ||
"ts-jest": "25.x", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.2" | ||
}, | ||
"dependencies": { | ||
"debug": "^4.1.1", | ||
"tslib": "^1.13.0" | ||
"tslib": "^2.0.1" | ||
}, | ||
@@ -57,3 +57,3 @@ "files": [ | ||
}, | ||
"gitHead": "f9d4d21c67bc3af908dbf070190fe1a1230c8d1f" | ||
"gitHead": "a575f0ac46f7636e726ed9092a374aef65ef23eb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
57235
570
0
+ Addedtslib@2.8.1(transitive)
- Removedtslib@1.14.1(transitive)
Updatedtslib@^2.0.1