@forge/bridge
Advanced tools
Comparing version 2.5.2 to 2.5.3-next.0
# @forge/bridge | ||
## 2.5.3-next.0 | ||
### Patch Changes | ||
- 8fec8af: Update rate limit on invoke | ||
## 2.5.2 | ||
@@ -4,0 +10,0 @@ |
@@ -22,2 +22,2 @@ "use strict"; | ||
}; | ||
exports.invoke = (0, utils_1.withRateLimiter)(_invoke, 20, 2000, 'Resolver calls are rate limited at 20req/2s'); | ||
exports.invoke = (0, utils_1.withRateLimiter)(_invoke, 500, 1000 * 25, 'Resolver calls are rate limited at 500req/25s'); |
{ | ||
"name": "@forge/bridge", | ||
"version": "2.5.2", | ||
"version": "2.5.3-next.0", | ||
"description": "Forge bridge API for custom UI apps", | ||
@@ -5,0 +5,0 @@ "author": "Atlassian", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33405
4048
2