@envelop/resource-limitations 6.0.0-alpha-20250218174904-db6c62e8548bdb0a8d31a5b8521c0626836ef69b → 6.0.0-alpha-20250219000503-0cdd4823cb59c8fb01b05a0352613389d21888be

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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@envelop/resource-limitations",
3
- "version": "6.0.0-alpha-20250218174904-db6c62e8548bdb0a8d31a5b8521c0626836ef69b",
3
+ "version": "6.0.0-alpha-20250219000503-0cdd4823cb59c8fb01b05a0352613389d21888be",
4
4
  "description": "A rate-limit implementation based on resource limitations and static calculation of the score (similar to GitHub GraphQL API)",
5
5
  "sideEffects": false,
6
6
  "peerDependencies": {
7
- "@envelop/core": "5.1.0-alpha-20250218174904-db6c62e8548bdb0a8d31a5b8521c0626836ef69b",
7
+ "@envelop/core": "5.1.0-alpha-20250219000503-0cdd4823cb59c8fb01b05a0352613389d21888be",
8
8
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "@graphql-tools/utils": "^10.0.0",
12
12
  "tslib": "^2.5.0",
13
- "@envelop/extended-validation": "^5.0.0-alpha-20250218174904-db6c62e8548bdb0a8d31a5b8521c0626836ef69b"
13
+ "@envelop/extended-validation": "^5.0.0-alpha-20250219000503-0cdd4823cb59c8fb01b05a0352613389d21888be"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",