vona-module-a-vona 5.0.13 → 5.0.16
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 +11 -1
- package/package.json +3 -2
- package/dist/.metadata/index.js +0 -17
- package/dist/.metadata/this.js +0 -2
package/dist/index.js
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import { BeanInfo, BeanScopeBase } from 'vona';
|
|
2
|
+
import { Scope } from 'vona-module-a-bean';
|
|
3
|
+
|
|
4
|
+
var _dec, _dec2, _class;
|
|
5
|
+
let ScopeModuleAVona = (_dec = Scope(), _dec2 = BeanInfo({
|
|
6
|
+
module: "a-vona"
|
|
7
|
+
}), _dec(_class = _dec2(_class = class ScopeModuleAVona extends BeanScopeBase {}) || _class) || _class);
|
|
8
|
+
|
|
9
|
+
/** scope: end */
|
|
10
|
+
|
|
11
|
+
export { ScopeModuleAVona };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vona-module-a-vona",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.
|
|
4
|
+
"version": "5.0.16",
|
|
5
5
|
"title": "a-vona",
|
|
6
6
|
"vonaModule": {
|
|
7
7
|
"dependencies": {
|
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
"a-body": "5.0.0",
|
|
13
13
|
"a-broadcast": "5.0.0",
|
|
14
14
|
"a-cache": "5.0.0",
|
|
15
|
+
"a-caching": "5.0.0",
|
|
15
16
|
"a-core": "5.0.0",
|
|
16
17
|
"a-database": "5.0.0",
|
|
17
18
|
"a-databasedialect": "5.0.0",
|
|
@@ -72,6 +73,6 @@
|
|
|
72
73
|
},
|
|
73
74
|
"scripts": {
|
|
74
75
|
"clean": "rimraf dist tsconfig.build.tsbuildinfo",
|
|
75
|
-
"tsc:publish": "npm run clean && tsc -p tsconfig.build.json"
|
|
76
|
+
"tsc:publish": "npm run clean && vona :bin:buildModule && tsc -p tsconfig.build.json"
|
|
76
77
|
}
|
|
77
78
|
}
|
package/dist/.metadata/index.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
|
-
};
|
|
7
|
-
/** scope: begin */
|
|
8
|
-
import { BeanScopeBase } from 'vona';
|
|
9
|
-
import { Scope } from 'vona-module-a-bean';
|
|
10
|
-
import 'vona';
|
|
11
|
-
let ScopeModuleAVona = class ScopeModuleAVona extends BeanScopeBase {
|
|
12
|
-
};
|
|
13
|
-
ScopeModuleAVona = __decorate([
|
|
14
|
-
Scope()
|
|
15
|
-
], ScopeModuleAVona);
|
|
16
|
-
export { ScopeModuleAVona };
|
|
17
|
-
/** scope: end */
|
package/dist/.metadata/this.js
DELETED