@envelop/resource-limitations 8.0.1-alpha-20260116145543-f197583d9cd21e690cc9cff89254fcc8e1baa649 → 8.0.1-alpha-20260127131538-66c36e2fed5dae50d2fa29797772599af69094ae
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -112,7 +112,7 @@ const useResourceLimitations = (params) => {
|
|
|
112
112
|
nodeCostMap.set(ref, nodeCost);
|
|
113
113
|
} : void 0
|
|
114
114
|
})],
|
|
115
|
-
onValidationFailed: (params
|
|
115
|
+
onValidationFailed: (params) => handleResult(params)
|
|
116
116
|
}));
|
|
117
117
|
},
|
|
118
118
|
onExecute({ args }) {
|
package/dist/index.mjs
CHANGED
|
@@ -112,7 +112,7 @@ const useResourceLimitations = (params) => {
|
|
|
112
112
|
nodeCostMap.set(ref, nodeCost);
|
|
113
113
|
} : void 0
|
|
114
114
|
})],
|
|
115
|
-
onValidationFailed: (params
|
|
115
|
+
onValidationFailed: (params) => handleResult(params)
|
|
116
116
|
}));
|
|
117
117
|
},
|
|
118
118
|
onExecute({ args }) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@envelop/resource-limitations",
|
|
3
|
-
"version": "8.0.1-alpha-
|
|
3
|
+
"version": "8.0.1-alpha-20260127131538-66c36e2fed5dae50d2fa29797772599af69094ae",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A rate-limit implementation based on resource limitations and static calculation of the score (similar to GitHub GraphQL API)",
|
|
6
6
|
"repository": {
|
|
@@ -55,16 +55,16 @@
|
|
|
55
55
|
"check": "tsc --pretty --noEmit"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@envelop/core": "workspace
|
|
58
|
+
"@envelop/core": "workspace:*",
|
|
59
59
|
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@envelop/extended-validation": "workspace
|
|
62
|
+
"@envelop/extended-validation": "workspace:*",
|
|
63
63
|
"@graphql-tools/utils": "^10.0.0",
|
|
64
64
|
"tslib": "^2.5.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@envelop/core": "workspace
|
|
67
|
+
"@envelop/core": "workspace:*",
|
|
68
68
|
"@graphql-tools/schema": "10.0.30",
|
|
69
69
|
"graphql": "16.12.0",
|
|
70
70
|
"tsdown": "^0.20.0-beta.1",
|