@graphql-mesh/plugin-rate-limit 0.105.0 → 0.105.1-alpha-20250919083103-ae482992d04508e2aeb49c323476f9cc6f7d2169

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 +2 -2
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@graphql-mesh/plugin-rate-limit",
3
- "version": "0.105.0",
3
+ "version": "0.105.1-alpha-20250919083103-ae482992d04508e2aeb49c323476f9cc6f7d2169",
4
4
  "sideEffects": false,
5
5
  "peerDependencies": {
6
6
  "graphql": "*"
7
7
  },
8
8
  "dependencies": {
9
- "@envelop/rate-limiter": "^8.1.0",
9
+ "@envelop/rate-limiter": "^8.1.1",
10
10
  "@graphql-mesh/cross-helpers": "^0.4.10",
11
11
  "@graphql-mesh/string-interpolation": "0.5.9",
12
12
  "@graphql-mesh/types": "^0.104.13",