vona-module-a-captcha 5.0.11 → 5.0.12
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.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -241,7 +241,9 @@ async function resolverDefault(_ctx, providers) {
|
|
|
241
241
|
}
|
|
242
242
|
|
|
243
243
|
var _dec$4, _dec2$4, _class$4;
|
|
244
|
-
let CacheRedisCaptcha = (_dec$4 = CacheRedis(
|
|
244
|
+
let CacheRedisCaptcha = (_dec$4 = CacheRedis({
|
|
245
|
+
disableTransactionCompensate: true
|
|
246
|
+
}), _dec2$4 = BeanInfo({
|
|
245
247
|
module: "a-captcha"
|
|
246
248
|
}), _dec$4(_class$4 = _dec2$4(_class$4 = class CacheRedisCaptcha extends BeanCacheRedisBase {}) || _class$4) || _class$4);
|
|
247
249
|
|