@graphql-tools/delegate
Advanced tools
Comparing version 10.1.2 to 10.1.3-alpha-c1f969d9556b274c8e1313a3d2a4742f231bc03a
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "10.1.2", | ||
"version": "10.1.3-alpha-c1f969d9556b274c8e1313a3d2a4742f231bc03a", | ||
"type": "module", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/batch-execute": "^9.0.6", | ||
"@graphql-tools/executor": "^1.3.3", | ||
"@graphql-tools/schema": "^10.0.8", | ||
"@graphql-tools/utils": "^10.5.6", | ||
"@repeaterjs/repeater": "^3.0.6", | ||
"dataloader": "^2.2.2", | ||
"dset": "^3.1.2", | ||
"tslib": "^2.5.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "ardatan/graphql-tools", | ||
"url": "graphql-hive/gateway", | ||
"directory": "packages/delegate" | ||
@@ -26,42 +13,44 @@ }, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": ">=18.0.0" | ||
}, | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"typings": "typings/index.d.ts", | ||
"typescript": { | ||
"definition": "typings/index.d.ts" | ||
}, | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"require": { | ||
"types": "./typings/index.d.cts", | ||
"default": "./cjs/index.js" | ||
"types": "./dist/index.d.cts", | ||
"default": "./dist/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
}, | ||
"default": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"./*": { | ||
"require": { | ||
"types": "./typings/*.d.cts", | ||
"default": "./cjs/*.js" | ||
}, | ||
"import": { | ||
"types": "./typings/*.d.ts", | ||
"default": "./esm/*.js" | ||
}, | ||
"default": { | ||
"types": "./typings/*.d.ts", | ||
"default": "./esm/*.js" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
}, | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "pkgroll --clean-dist", | ||
"prepack": "yarn build" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/batch-execute": "^9.0.6", | ||
"@graphql-tools/executor": "^1.3.3", | ||
"@graphql-tools/schema": "^10.0.8", | ||
"@graphql-tools/utils": "^10.5.6", | ||
"@repeaterjs/repeater": "^3.0.6", | ||
"dataloader": "^2.2.2", | ||
"dset": "^3.1.2", | ||
"tslib": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"graphql": "^16.9.0", | ||
"pkgroll": "2.5.1" | ||
}, | ||
"sideEffects": false | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
284113
5492
2
7
2
2