graphile-build
Advanced tools
Comparing version 4.8.0 to 4.9.0
@@ -40,3 +40,3 @@ "use strict"; | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; if (obj != null) { var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
@@ -43,0 +43,0 @@ let recurseDataGeneratorsForFieldWarned = false; |
@@ -20,3 +20,3 @@ import { | ||
type mixed = {} | string | number | boolean | undefined | null; | ||
type mixed = Record<string, any> | string | number | boolean | undefined | null; | ||
@@ -49,2 +49,3 @@ export interface Options { | ||
} | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
export interface Scope<Type> { | ||
@@ -51,0 +52,0 @@ [str: string]: any; |
@@ -20,3 +20,3 @@ "use strict"; | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; if (obj != null) { var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; } | ||
@@ -23,0 +23,0 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } |
{ | ||
"name": "graphile-build", | ||
"version": "4.8.0", | ||
"version": "4.9.0", | ||
"description": "Build a GraphQL schema from plugins", | ||
@@ -33,6 +33,6 @@ "main": "node8plus/index.js", | ||
"dependencies": { | ||
"@graphile/lru": "4.8.0-rc.0", | ||
"@graphile/lru": "4.9.0", | ||
"chalk": "^2.4.2", | ||
"debug": "^4.1.1", | ||
"graphql-parse-resolve-info": "4.8.0-rc.0", | ||
"graphql-parse-resolve-info": "4.9.0", | ||
"iterall": "^1.2.2", | ||
@@ -49,6 +49,6 @@ "lodash": ">=4 <5", | ||
"@babel/cli": "^7.0.0", | ||
"eslint_d": "^8.0.0", | ||
"flow-copy-source": "^1.2.0", | ||
"jest": "^24.8.0", | ||
"jest-serializer-graphql-schema": "4.8.0" | ||
"eslint_d": "^9.1.2", | ||
"flow-copy-source": "^2.0.9", | ||
"jest": "25.x", | ||
"jest-serializer-graphql-schema": "4.9.0" | ||
}, | ||
@@ -62,3 +62,3 @@ "peerDependencies": { | ||
], | ||
"gitHead": "9bd73ee7d20c059856af8e8d347e3711ba1b0d72" | ||
"gitHead": "a575f0ac46f7636e726ed9092a374aef65ef23eb" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
378002
2760
+ Added@graphile/lru@4.9.0(transitive)
+ Addedgraphql-parse-resolve-info@4.9.0(transitive)
+ Addedtslib@2.8.1(transitive)
- Removed@graphile/lru@4.8.0-rc.0(transitive)
- Removedgraphql-parse-resolve-info@4.8.0-rc.0(transitive)
- Removedtslib@1.14.1(transitive)
Updated@graphile/lru@4.9.0