vona-module-a-vona 5.0.30 → 5.0.31

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 -4
  2. package/package.json +2 -1
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { BeanInfo, BeanScopeBase } from 'vona';
2
+ import { __decorate } from 'tslib';
2
3
  import { Scope } from 'vona-module-a-bean';
3
4
 
4
- var _dec, _dec2, _class;
5
- let ScopeModuleAVona = (_dec = Scope(), _dec2 = BeanInfo({
5
+ let ScopeModuleAVona = class ScopeModuleAVona extends BeanScopeBase {};
6
+ ScopeModuleAVona = __decorate([Scope(), BeanInfo({
6
7
  module: "a-vona"
7
- }), _dec(_class = _dec2(_class = class ScopeModuleAVona extends BeanScopeBase {}) || _class) || _class);
8
-
8
+ })], ScopeModuleAVona);
9
9
  /** scope: end */
10
10
 
11
11
  export { ScopeModuleAVona };
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "vona-module-a-vona",
3
3
  "type": "module",
4
- "version": "5.0.30",
4
+ "version": "5.0.31",
5
5
  "title": "a-vona",
6
6
  "vonaModule": {
7
7
  "dependencies": {
8
+ "a-actions": "5.0.0",
8
9
  "a-aspect": "5.0.0",
9
10
  "a-aspectutils": "5.0.0",
10
11
  "a-auth": "5.0.0",