@envelop/resource-limitations 7.0.0-rc-20250304073852-e6afc71246cc740977d8a20d8292b891e7e27bb6 → 7.0.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ## `@envelop/resource-limitations`
2
2
 
3
3
  This plugins uses `extended-validation` concept
4
- ([details here](https://github.com/n1ru4l/envelop/tree/main/packages/plugins/extended-validation#envelopextended-validation))
4
+ ([details here](https://github.com/graphql-hive/envelop/tree/main/packages/plugins/extended-validation#envelopextended-validation))
5
5
  for implementing a resource-limitations rate-limit similar to GitHub GraphQL API (see
6
6
  https://docs.github.com/en/graphql/overview/resource-limitations for more details)
7
7
 
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@envelop/resource-limitations",
3
- "version": "7.0.0-rc-20250304073852-e6afc71246cc740977d8a20d8292b891e7e27bb6",
3
+ "version": "7.0.0",
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.2.0-rc-20250304073852-e6afc71246cc740977d8a20d8292b891e7e27bb6"
8
+ "@envelop/core": "^5.3.0"
9
9
  },
10
10
  "dependencies": {
11
11
  "@graphql-tools/utils": "^10.0.0",
12
12
  "tslib": "^2.5.0",
13
- "@envelop/extended-validation": "^6.0.0-rc-20250304073852-e6afc71246cc740977d8a20d8292b891e7e27bb6"
13
+ "@envelop/extended-validation": "^6.0.0"
14
14
  },
15
15
  "repository": {
16
16
  "type": "git",
17
- "url": "https://github.com/n1ru4l/envelop.git",
17
+ "url": "https://github.com/graphql-hive/envelop.git",
18
18
  "directory": "packages/plugins/resource-limitations"
19
19
  },
20
20
  "author": "Laurin Quast <laurinquast@googlemail.com>",