@envelop/resource-limitations 9.0.0-alpha-20260118015108-040d8145e5634fe7bc98813b7896bc98c26bebd7 → 9.0.0-alpha-20260119025927-b2e0db7c8182a7c52f4637dd9b3096cb177c3afd

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": "9.0.0-alpha-20260118015108-040d8145e5634fe7bc98813b7896bc98c26bebd7",
3
+ "version": "9.0.0-alpha-20260119025927-b2e0db7c8182a7c52f4637dd9b3096cb177c3afd",
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
7
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
8
- "@envelop/core": "^5.5.0-alpha-20260118015108-040d8145e5634fe7bc98813b7896bc98c26bebd7"
8
+ "@envelop/core": "^5.5.0-alpha-20260119025927-b2e0db7c8182a7c52f4637dd9b3096cb177c3afd"
9
9
  },
10
10
  "dependencies": {
11
11
  "@graphql-tools/utils": "^11.0.0",
12
12
  "tslib": "^2.5.0",
13
- "@envelop/extended-validation": "^8.0.0-alpha-20260118015108-040d8145e5634fe7bc98813b7896bc98c26bebd7"
13
+ "@envelop/extended-validation": "^8.0.0-alpha-20260119025927-b2e0db7c8182a7c52f4637dd9b3096cb177c3afd"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",