@vercube/cli 0.0.1-alpha.18 → 0.0.1-alpha.19

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 CHANGED
@@ -34,7 +34,7 @@ const nypm = __toESM(require("nypm"));
34
34
  const tinyexec = __toESM(require("tinyexec"));
35
35
 
36
36
  //#region packages/cli/package.json
37
- var version = "0.0.1-alpha.17";
37
+ var version = "0.0.1-alpha.19";
38
38
 
39
39
  //#endregion
40
40
  //#region packages/cli/src/commands/build.ts
package/dist/index.mjs CHANGED
@@ -10,7 +10,7 @@ import { installDependencies } from "nypm";
10
10
  import { x } from "tinyexec";
11
11
 
12
12
  //#region packages/cli/package.json
13
- var version = "0.0.1-alpha.17";
13
+ var version = "0.0.1-alpha.19";
14
14
 
15
15
  //#endregion
16
16
  //#region packages/cli/src/commands/build.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vercube/cli",
3
- "version": "0.0.1-alpha.18",
3
+ "version": "0.0.1-alpha.19",
4
4
  "description": "CLI module for Vercube framework",
5
5
  "repository": "@vercube/cli",
6
6
  "license": "MIT",
@@ -28,9 +28,9 @@
28
28
  "giget": "2.0.0",
29
29
  "nypm": "0.6.0",
30
30
  "pathe": "2.0.3",
31
- "std-env": "3.8.1",
31
+ "std-env": "3.9.0",
32
32
  "tinyexec": "1.0.1",
33
- "@vercube/devkit": "0.0.1-alpha.18"
33
+ "@vercube/devkit": "0.0.1-alpha.19"
34
34
  },
35
35
  "publishConfig": {
36
36
  "access": "public"