@graphql-tools/batch-execute
Advanced tools
Comparing version 7.1.3-alpha-6470bbd8.0 to 7.1.3-alpha-c3984f32.0
{ | ||
"name": "@graphql-tools/batch-execute/es5", | ||
"version": "7.1.3-alpha-6470bbd8.0", | ||
"version": "7.1.3-alpha-c3984f32.0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,6 +10,6 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/utils": "7.9.0-alpha-6470bbd8.0", | ||
"@graphql-tools/utils": "8.0.0-alpha-c3984f32.0", | ||
"dataloader": "2.0.0", | ||
"tslib": "~2.2.0", | ||
"value-or-promise": "1.0.6" | ||
"tslib": "~2.3.0", | ||
"value-or-promise": "1.0.10" | ||
}, | ||
@@ -22,8 +22,18 @@ "repository": { | ||
"license": "MIT", | ||
"main": "index.cjs.js", | ||
"module": "index.esm.js", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
}, | ||
"./*": { | ||
"require": "./*.js", | ||
"import": "./*.mjs" | ||
} | ||
} | ||
} |
{ | ||
"name": "@graphql-tools/batch-execute", | ||
"version": "7.1.3-alpha-6470bbd8.0", | ||
"version": "7.1.3-alpha-c3984f32.0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,6 +10,6 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/utils": "7.9.0-alpha-6470bbd8.0", | ||
"@graphql-tools/utils": "8.0.0-alpha-c3984f32.0", | ||
"dataloader": "2.0.0", | ||
"tslib": "~2.2.0", | ||
"value-or-promise": "1.0.6" | ||
"tslib": "~2.3.0", | ||
"value-or-promise": "1.0.10" | ||
}, | ||
@@ -22,8 +22,18 @@ "repository": { | ||
"license": "MIT", | ||
"main": "index.cjs.js", | ||
"module": "index.esm.js", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
}, | ||
"./*": { | ||
"require": "./*.js", | ||
"import": "./*.mjs" | ||
} | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
173996
1
+ Added@graphql-tools/utils@8.0.0-alpha-c3984f32.0(transitive)
+ Addedtslib@2.3.1(transitive)
+ Addedvalue-or-promise@1.0.10(transitive)
- Removed@graphql-tools/utils@7.9.0-alpha-6470bbd8.0(transitive)
- Removedtslib@2.2.0(transitive)
- Removedvalue-or-promise@1.0.6(transitive)
Updatedtslib@~2.3.0
Updatedvalue-or-promise@1.0.10