@escape.tech/graphql-armor-cost-limit
Advanced tools
Comparing version 1.7.3 to 2.0.0
{ | ||
"name": "@escape.tech/graphql-armor-cost-limit", | ||
"version": "1.7.3", | ||
"version": "2.0.0", | ||
"description": "Limit the cost of a GraphQL Query.", | ||
"packageManager": "yarn@3.5.0", | ||
"packageManager": "yarn@3.5.1", | ||
"main": "dist/graphql-armor-cost-limit.cjs.js", | ||
@@ -26,2 +26,5 @@ "module": "dist/graphql-armor-cost-limit.esm.js", | ||
"homepage": "https://github.com/Escape-Technologies/graphql-armor", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"dependencies": { | ||
@@ -31,13 +34,13 @@ "graphql": "^16.0.0" | ||
"optionalDependencies": { | ||
"@envelop/core": "^3.0.0", | ||
"@envelop/core": "^4.0.0", | ||
"@escape.tech/graphql-armor-types": "0.4.1" | ||
}, | ||
"devDependencies": { | ||
"@envelop/core": "3.0.6", | ||
"@envelop/testing": "5.0.6", | ||
"@envelop/types": "3.0.2", | ||
"@envelop/core": "4.0.0", | ||
"@envelop/testing": "6.0.0", | ||
"@envelop/types": "4.0.0", | ||
"@escape.tech/graphql-armor-types": "0.4.1", | ||
"graphql": "16.6.0", | ||
"typescript": "5.0.3" | ||
"typescript": "5.0.4" | ||
} | ||
} |
15886