@envelop/resource-limitations 8.0.1-alpha-20260116142832-a2277336f0a5a4d64d168c98cf97b7513f70b9f7 → 8.0.1-alpha-20260127124319-32372c4364e0caabb6bc56ae1a8f1a5c13787d8a

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.
package/dist/index.cjs CHANGED
@@ -112,7 +112,7 @@ const useResourceLimitations = (params) => {
112
112
  nodeCostMap.set(ref, nodeCost);
113
113
  } : void 0
114
114
  })],
115
- onValidationFailed: (params$1) => handleResult(params$1)
115
+ onValidationFailed: (params) => handleResult(params)
116
116
  }));
117
117
  },
118
118
  onExecute({ args }) {
package/dist/index.mjs CHANGED
@@ -112,7 +112,7 @@ const useResourceLimitations = (params) => {
112
112
  nodeCostMap.set(ref, nodeCost);
113
113
  } : void 0
114
114
  })],
115
- onValidationFailed: (params$1) => handleResult(params$1)
115
+ onValidationFailed: (params) => handleResult(params)
116
116
  }));
117
117
  },
118
118
  onExecute({ args }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@envelop/resource-limitations",
3
- "version": "8.0.1-alpha-20260116142832-a2277336f0a5a4d64d168c98cf97b7513f70b9f7",
3
+ "version": "8.0.1-alpha-20260127124319-32372c4364e0caabb6bc56ae1a8f1a5c13787d8a",
4
4
  "type": "module",
5
5
  "description": "A rate-limit implementation based on resource limitations and static calculation of the score (similar to GitHub GraphQL API)",
6
6
  "repository": {
@@ -55,16 +55,16 @@
55
55
  "check": "tsc --pretty --noEmit"
56
56
  },
57
57
  "peerDependencies": {
58
- "@envelop/core": "workspace:^",
58
+ "@envelop/core": "workspace:*",
59
59
  "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
60
60
  },
61
61
  "dependencies": {
62
- "@envelop/extended-validation": "workspace:^",
62
+ "@envelop/extended-validation": "workspace:*",
63
63
  "@graphql-tools/utils": "^10.0.0",
64
64
  "tslib": "^2.5.0"
65
65
  },
66
66
  "devDependencies": {
67
- "@envelop/core": "workspace:^",
67
+ "@envelop/core": "workspace:*",
68
68
  "@graphql-tools/schema": "10.0.30",
69
69
  "graphql": "16.12.0",
70
70
  "tsdown": "^0.20.0-beta.1",