@envelop/resource-limitations 4.0.1-rc-20230815071502-f903acf6 → 4.0.1-rc-20230819033725-e1b588de

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  ## `@envelop/resource-limitations`
2
2
 
3
- This plugins uses `extended-valiations` concept
3
+ This plugins uses `extended-validation` concept
4
4
  ([details here](https://github.com/n1ru4l/envelop/tree/main/packages/plugins/extended-validation#envelopextended-validation))
5
- for implemeting a resource-limitations rate-limit similar to GitHub GraphQL API (see
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
 
8
8
  ## Getting Started
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@envelop/resource-limitations",
3
- "version": "4.0.1-rc-20230815071502-f903acf6",
3
+ "version": "4.0.1-rc-20230819033725-e1b588de",
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": "4.0.1-rc-20230815071502-f903acf6",
7
+ "@envelop/core": "4.0.1-rc-20230819033725-e1b588de",
8
8
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
9
9
  },
10
10
  "dependencies": {
11
- "@envelop/extended-validation": "3.0.1-rc-20230815071502-f903acf6",
11
+ "@envelop/extended-validation": "3.0.1-rc-20230819033725-e1b588de",
12
12
  "@graphql-tools/utils": "^10.0.0",
13
13
  "tslib": "^2.5.0"
14
14
  },