@moostjs/event-cli 0.3.44 → 0.4.1
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.cjs +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.mjs +1 -0
- package/package.json +5 -5
package/dist/index.cjs
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -128,6 +128,7 @@ interface TMoostCliOpts {
|
|
|
128
128
|
*/
|
|
129
129
|
declare class MoostCli implements TMoostAdapter<TCliHandlerMeta> {
|
|
130
130
|
protected opts?: TMoostCliOpts | undefined;
|
|
131
|
+
readonly name = "cli";
|
|
131
132
|
protected cliApp: WooksCli;
|
|
132
133
|
protected optionTypes: Record<string, TFunction[]>;
|
|
133
134
|
constructor(opts?: TMoostCliOpts | undefined);
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moostjs/event-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "@moostjs/event-cli",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"homepage": "https://github.com/moostjs/moostjs/tree/main/packages/event-cli#readme",
|
|
39
39
|
"peerDependencies": {},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"moost": "0.
|
|
42
|
-
"wooks": "^0.
|
|
43
|
-
"@wooksjs/event-core": "^0.
|
|
44
|
-
"@wooksjs/event-cli": "^0.
|
|
41
|
+
"moost": "0.4.1",
|
|
42
|
+
"wooks": "^0.5.1",
|
|
43
|
+
"@wooksjs/event-core": "^0.5.1",
|
|
44
|
+
"@wooksjs/event-cli": "^0.5.1"
|
|
45
45
|
}
|
|
46
46
|
}
|