vona-module-a-core 5.0.3 → 5.0.7
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/package.json +67 -13
- package/static/img/vona.png +0 -0
- package/static/img/vona.svg +16 -0
- package/dist/.metadata/index.d.ts +0 -17
- package/dist/.metadata/index.d.ts.map +0 -1
- package/dist/.metadata/index.js +0 -17
- package/dist/.metadata/index.js.map +0 -1
- package/dist/.metadata/this.d.ts +0 -3
- package/dist/.metadata/this.d.ts.map +0 -1
- package/dist/.metadata/this.js +0 -3
- package/dist/.metadata/this.js.map +0 -1
- package/dist/index.d.ts +0 -2
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,32 +1,86 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vona-module-a-core",
|
|
3
|
-
"
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "5.0.7",
|
|
4
5
|
"title": "a-core",
|
|
5
6
|
"vonaModule": {
|
|
6
|
-
"dependencies": {}
|
|
7
|
+
"dependencies": {},
|
|
8
|
+
"globalDependencies": {
|
|
9
|
+
"@cabloy/deps": true,
|
|
10
|
+
"@cabloy/json5": true,
|
|
11
|
+
"@cabloy/module-info:": true,
|
|
12
|
+
"@cabloy/set": true,
|
|
13
|
+
"@cabloy/utils": true,
|
|
14
|
+
"@cabloy/word-utils": true,
|
|
15
|
+
"boxen": true,
|
|
16
|
+
"chalk": true,
|
|
17
|
+
"cli-table3": true,
|
|
18
|
+
"fs-extra": true,
|
|
19
|
+
"moment": true,
|
|
20
|
+
"retry": true,
|
|
21
|
+
"uuid": true,
|
|
22
|
+
"vona-shared": true,
|
|
23
|
+
"winston": true
|
|
24
|
+
},
|
|
25
|
+
"globalDependenciesDev": {
|
|
26
|
+
"@cabloy/cli": true,
|
|
27
|
+
"@cabloy/lint": true,
|
|
28
|
+
"@swc/core": true,
|
|
29
|
+
"@swc/helpers": true,
|
|
30
|
+
"@types/node": true,
|
|
31
|
+
"@types/retry": true,
|
|
32
|
+
"cross-env": true,
|
|
33
|
+
"eslint": true,
|
|
34
|
+
"ts-node": true,
|
|
35
|
+
"tslib": true,
|
|
36
|
+
"typescript": true,
|
|
37
|
+
"vona-mock": true,
|
|
38
|
+
"why-is-node-running": true
|
|
39
|
+
}
|
|
7
40
|
},
|
|
8
|
-
"
|
|
41
|
+
"description": "",
|
|
42
|
+
"author": "",
|
|
43
|
+
"keywords": [
|
|
44
|
+
"Vona Module"
|
|
45
|
+
],
|
|
9
46
|
"exports": {
|
|
10
47
|
".": {
|
|
11
48
|
"types": [
|
|
12
49
|
"./src/index.ts",
|
|
13
50
|
"./dist/index.d.ts"
|
|
14
51
|
],
|
|
15
|
-
"
|
|
16
|
-
"import": "./dist/index.js",
|
|
17
|
-
"default": "./src/index.ts"
|
|
52
|
+
"default": "./dist/index.js"
|
|
18
53
|
},
|
|
19
54
|
"./package.json": "./package.json"
|
|
20
55
|
},
|
|
21
|
-
"description": "",
|
|
22
|
-
"keywords": [
|
|
23
|
-
"Vona Module"
|
|
24
|
-
],
|
|
25
|
-
"author": "",
|
|
26
56
|
"files": [
|
|
27
57
|
"dist",
|
|
28
58
|
"static"
|
|
29
59
|
],
|
|
30
|
-
"scripts": {
|
|
31
|
-
|
|
60
|
+
"scripts": {
|
|
61
|
+
"clean": "rimraf dist tsconfig.tsbuildinfo",
|
|
62
|
+
"tsc:publish": "npm run clean && tsc",
|
|
63
|
+
"prepublishOnly": "npm run tsc:publish",
|
|
64
|
+
"prepack": "clean-package",
|
|
65
|
+
"postpack": "clean-package restore"
|
|
66
|
+
},
|
|
67
|
+
"dependencies": {
|
|
68
|
+
"@cabloy/deps": "^1.0.12",
|
|
69
|
+
"@cabloy/json5": "^1.0.11",
|
|
70
|
+
"@cabloy/module-info": "^1.3.11",
|
|
71
|
+
"@cabloy/set": "^1.0.10",
|
|
72
|
+
"@cabloy/utils": "^1.0.18",
|
|
73
|
+
"@cabloy/word-utils": "^2.0.1",
|
|
74
|
+
"boxen": "^8.0.1",
|
|
75
|
+
"chalk": "^5.3.0",
|
|
76
|
+
"cli-table3": "^0.6.5",
|
|
77
|
+
"fs-extra": "^11.2.0",
|
|
78
|
+
"koa-override": "^4.0.0",
|
|
79
|
+
"moment": "^2.30.1",
|
|
80
|
+
"retry": "^0.13.1",
|
|
81
|
+
"uuid": "^11.0.3",
|
|
82
|
+
"vona-shared": "^1.0.10",
|
|
83
|
+
"winston": "^3.17.0"
|
|
84
|
+
},
|
|
85
|
+
"gitHead": "df34902798a7fa93b09c494ef0ff86fe07598c83"
|
|
32
86
|
}
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
3
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xl="http://www.w3.org/1999/xlink" version="1.1" viewBox="341.5 169 86.8125 155" width="86.8125" height="155">
|
|
4
|
+
<defs/>
|
|
5
|
+
<g id="Canvas_1" stroke-dasharray="none" stroke="none" fill-opacity="1" fill="none" stroke-opacity="1">
|
|
6
|
+
<title>Canvas 1</title>
|
|
7
|
+
<g id="Canvas_1_Layer_1">
|
|
8
|
+
<title>Layer 1</title>
|
|
9
|
+
<g id="Graphic_2">
|
|
10
|
+
<text transform="translate(346.5 174)" fill="#ff9300">
|
|
11
|
+
<tspan font-family="Courier New" font-weight="bold" font-size="128" fill="#ff9300" x="0" y="107" xml:space="preserve">V</tspan>
|
|
12
|
+
</text>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/** scope: begin */
|
|
2
|
-
import { BeanScopeBase, TypeModuleResource } from 'vona';
|
|
3
|
-
export declare class ScopeModuleACore extends BeanScopeBase {
|
|
4
|
-
}
|
|
5
|
-
export interface ScopeModuleACore extends TypeModuleResource<any, any, any, any, any, any> {
|
|
6
|
-
}
|
|
7
|
-
import 'vona';
|
|
8
|
-
declare module 'vona' {
|
|
9
|
-
interface IBeanScopeRecord {
|
|
10
|
-
'a-core': ScopeModuleACore;
|
|
11
|
-
}
|
|
12
|
-
interface BeanBase {
|
|
13
|
-
$scopeCore: ScopeModuleACore;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
/** scope: end */
|
|
17
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/.metadata/index.ts"],"names":[],"mappings":"AAAA,mBAAmB;AACnB,OAAO,EAAE,aAAa,EAAS,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAEhE,qBACa,gBAAiB,SAAQ,aAAa;CAAG;AAEtD,MAAM,WAAW,gBAAiB,SAAQ,kBAAkB,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;CAAG;AAE7F,OAAO,MAAM,CAAC;AACd,OAAO,QAAQ,MAAM,CAAC;IACpB,UAAiB,gBAAgB;QAC/B,QAAQ,EAAE,gBAAgB,CAAC;KAC5B;IAED,UAAiB,QAAQ;QACvB,UAAU,EAAE,gBAAgB,CAAC;KAC9B;CACF;AACD,iBAAiB"}
|
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, Scope } from 'vona';
|
|
9
|
-
let ScopeModuleACore = class ScopeModuleACore extends BeanScopeBase {
|
|
10
|
-
};
|
|
11
|
-
ScopeModuleACore = __decorate([
|
|
12
|
-
Scope()
|
|
13
|
-
], ScopeModuleACore);
|
|
14
|
-
export { ScopeModuleACore };
|
|
15
|
-
import 'vona';
|
|
16
|
-
/** scope: end */
|
|
17
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/.metadata/index.ts"],"names":[],"mappings":";;;;;;AAAA,mBAAmB;AACnB,OAAO,EAAE,aAAa,EAAE,KAAK,EAAsB,MAAM,MAAM,CAAC;AAGzD,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,aAAa;CAAG,CAAA;AAAzC,gBAAgB;IAD5B,KAAK,EAAE;GACK,gBAAgB,CAAyB;;AAItD,OAAO,MAAM,CAAC;AAUd,iBAAiB"}
|
package/dist/.metadata/this.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"this.d.ts","sourceRoot":"","sources":["../../src/.metadata/this.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,WAAW,CAAC;AACvC,OAAO,EAAE,gBAAgB,IAAI,WAAW,EAAE,MAAM,YAAY,CAAC"}
|
package/dist/.metadata/this.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"this.js","sourceRoot":"","sources":["../../src/.metadata/this.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,cAAc,GAAG,QAAQ,CAAC;AACvC,OAAO,EAAE,gBAAgB,IAAI,WAAW,EAAE,MAAM,YAAY,CAAC"}
|
package/dist/index.d.ts
DELETED
package/dist/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
package/dist/index.js
DELETED
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|