vona-module-a-worker 5.0.13 → 5.0.15

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 (2) hide show
  1. package/dist/index.js +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -77,7 +77,10 @@ let BroadcastReloadAll = (_dec$2 = Broadcast(), _dec2$2 = BeanInfo({
77
77
  }) || _class$2) || _class$2);
78
78
 
79
79
  var _dec$1, _dec2$1, _class$1;
80
- let CacheRedisWorkerAlive = (_dec$1 = CacheRedis(), _dec2$1 = BeanInfo({
80
+ let CacheRedisWorkerAlive = (_dec$1 = CacheRedis({
81
+ disableInstance: true,
82
+ disableTransactionCompensate: true
83
+ }), _dec2$1 = BeanInfo({
81
84
  module: "a-worker"
82
85
  }), _dec$1(_class$1 = _dec2$1(_class$1 = class CacheRedisWorkerAlive extends BeanCacheRedisBase {}) || _class$1) || _class$1);
83
86
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-module-a-worker",
3
3
  "type": "module",
4
- "version": "5.0.13",
4
+ "version": "5.0.15",
5
5
  "title": "a-worker",
6
6
  "vonaModule": {
7
7
  "dependencies": {},