@cabloy/cli 3.0.24 → 3.0.26

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.
@@ -186,7 +186,7 @@ export class LocalHelper {
186
186
  async invokeCli(args, options) {
187
187
  await this.processHelper.spawnExe({
188
188
  cmd: 'node',
189
- args: ['--experimental-transform-types', this.parseBrandPath()].concat(args),
189
+ args: ['--experimental-transform-types', '--loader=ts-node/esm', this.parseBrandPath()].concat(args),
190
190
  options,
191
191
  });
192
192
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cabloy/cli",
3
3
  "type": "module",
4
- "version": "3.0.24",
4
+ "version": "3.0.26",
5
5
  "description": "@cabloy/cli",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -27,10 +27,10 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@babel/parser": "^7.26.5",
30
- "@cabloy/module-glob": "^5.2.11",
31
- "@cabloy/module-info": "^1.3.18",
30
+ "@cabloy/module-glob": "^5.2.12",
31
+ "@cabloy/module-info": "^1.3.19",
32
32
  "@cabloy/process-helper": "^2.0.16",
33
- "@cabloy/utils": "^1.0.25",
33
+ "@cabloy/utils": "^1.0.26",
34
34
  "@cabloy/word-utils": "^2.0.1",
35
35
  "@npmcli/config": "^8.3.4",
36
36
  "@zhennann/common-bin": "^4.0.0",