@forge/bridge 2.5.2 → 2.5.3-next.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.
- package/CHANGELOG.md +6 -0
- package/out/invoke/invoke.d.ts.map +1 -1
- package/out/invoke/invoke.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invoke.d.ts","sourceRoot":"","sources":["../../src/invoke/invoke.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"invoke.d.ts","sourceRoot":"","sources":["../../src/invoke/invoke.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAkB,MAAM,UAAU,CAAC;AAuBzD,eAAO,MAAM,MAAM,6EAA4F,CAAC"}
|
package/out/invoke/invoke.js
CHANGED
|
@@ -19,4 +19,4 @@ const _invoke = (functionKey, payload) => {
|
|
|
19
19
|
validatePayload(payload);
|
|
20
20
|
return callBridge('invoke', { functionKey, payload });
|
|
21
21
|
};
|
|
22
|
-
exports.invoke = (0, utils_1.withRateLimiter)(_invoke,
|
|
22
|
+
exports.invoke = (0, utils_1.withRateLimiter)(_invoke, 500, 1000 * 25, 'Resolver calls are rate limited at 500req/25s');
|