vona-cli-set-api 1.1.120 → 1.1.122

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -754,6 +754,7 @@ class CliBinDev extends BeanCliBase {
754
754
  cwd: projectPath,
755
755
  exec: 'node',
756
756
  execArgs: [getImportEsm()],
757
+ ext: 'ts,tsx,json',
757
758
  // execArgs: ['--experimental-transform-types', getImportEsm(), '--trace-deprecation'],
758
759
  // signal: 'SIGHUP',
759
760
  watch: ['packages-utils', 'packages-vona', './src'],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vona-cli-set-api",
3
- "version": "1.1.120",
4
- "gitHead": "1913cb61cb8a487eeab669e24872110de75dc1a2",
3
+ "version": "1.1.122",
4
+ "gitHead": "0bd26319e98664b1916220b3a15477c2464a470f",
5
5
  "description": "vona cli-set-api",
6
6
  "keywords": [
7
7
  "framework",
@@ -41,12 +41,12 @@
41
41
  "@babel/plugin-proposal-decorators": "^7.29.0",
42
42
  "@babel/plugin-transform-class-properties": "^7.28.6",
43
43
  "@babel/plugin-transform-typescript": "^7.28.6",
44
- "@cabloy/cli": "^3.1.25",
44
+ "@cabloy/cli": "^3.1.26",
45
45
  "@cabloy/dotenv": "^1.2.8",
46
46
  "@cabloy/extend": "^3.2.8",
47
- "@cabloy/module-glob": "^5.3.15",
47
+ "@cabloy/module-glob": "^5.3.16",
48
48
  "@cabloy/module-info": "^2.0.0",
49
- "@cabloy/utils": "^2.1.24",
49
+ "@cabloy/utils": "^2.1.25",
50
50
  "@cabloy/word-utils": "^2.1.8",
51
51
  "@lcov-viewer/cli": "^1.3.0",
52
52
  "@rollup/plugin-alias": "^5.1.1",
@@ -73,7 +73,7 @@
73
73
  "ts-node-maintained": "^10.9.6",
74
74
  "urllib": "^4.9.0",
75
75
  "uuid": "^11.1.0",
76
- "vona-core": "^5.1.27",
76
+ "vona-core": "^5.1.28",
77
77
  "why-is-node-running": "^3.2.2",
78
78
  "yargs-parser": "^22.0.0"
79
79
  }