vona-cli-set-api 1.0.393 → 1.0.395

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.
@@ -46,7 +46,7 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "vona": "^5.0.225"
49
+ "vona": "^5.0.226"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@cabloy/lint": "^5.0.16",
@@ -17,6 +17,9 @@ export class CliToolsMetadata extends BeanCliBase {
17
17
  const { argv } = this.context;
18
18
  // super
19
19
  await super.execute();
20
+ // noformat: src/index.ts need format
21
+ // argv.noformat = true;
22
+ // moduleNames
20
23
  let moduleNames = argv._;
21
24
  const force = argv.force ?? moduleNames.length > 0;
22
25
  if (moduleNames.length === 0) {
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.393",
4
+ "version": "1.0.395",
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.64",
34
+ "@cabloy/cli": "^3.0.65",
35
35
  "@cabloy/dotenv": "^1.1.10",
36
36
  "@cabloy/extend": "^3.1.10",
37
37
  "@cabloy/module-glob": "^5.2.33",