vona-cli-set-api 1.0.366 → 1.0.368
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/cli/templates/create/module/boilerplate/_package.json +2 -2
- package/cli/templates/create/project/basic/boilerplate/package.original.json +1 -1
- package/cli/templates/create/suite/_package.json +2 -2
- package/dist/lib/command/create.module.d.ts +0 -8
- package/dist/lib/command/create.module.js +0 -8
- package/dist/lib/command/create.suite.d.ts +0 -8
- package/dist/lib/command/create.suite.js +0 -8
- package/dist/lib/commands.d.ts +0 -16
- package/package.json +2 -2
package/dist/lib/commands.d.ts
CHANGED
|
@@ -168,14 +168,6 @@ export declare const commands: {
|
|
|
168
168
|
};
|
|
169
169
|
required: boolean;
|
|
170
170
|
};
|
|
171
|
-
description: {
|
|
172
|
-
type: string;
|
|
173
|
-
message: string;
|
|
174
|
-
};
|
|
175
|
-
author: {
|
|
176
|
-
type: string;
|
|
177
|
-
message: string;
|
|
178
|
-
};
|
|
179
171
|
};
|
|
180
172
|
};
|
|
181
173
|
};
|
|
@@ -212,14 +204,6 @@ export declare const commands: {
|
|
|
212
204
|
type: string;
|
|
213
205
|
message: string;
|
|
214
206
|
};
|
|
215
|
-
description: {
|
|
216
|
-
type: string;
|
|
217
|
-
message: string;
|
|
218
|
-
};
|
|
219
|
-
author: {
|
|
220
|
-
type: string;
|
|
221
|
-
message: string;
|
|
222
|
-
};
|
|
223
207
|
};
|
|
224
208
|
};
|
|
225
209
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vona-cli-set-api",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.368",
|
|
5
5
|
"description": "vona cli-set-api",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
32
32
|
"@babel/plugin-transform-class-properties": "^7.25.9",
|
|
33
33
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
34
|
-
"@cabloy/cli": "^3.0.
|
|
34
|
+
"@cabloy/cli": "^3.0.60",
|
|
35
35
|
"@cabloy/dotenv": "^1.1.10",
|
|
36
36
|
"@cabloy/extend": "^3.1.10",
|
|
37
37
|
"@cabloy/module-glob": "^5.2.32",
|