@vercube/cli 0.0.1-beta.4 → 0.0.1-beta.6
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/README.md +3 -3
- package/dist/index.cjs +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
Next generation HTTP framework
|
|
9
9
|
|
|
10
10
|
<a href="https://www.npmjs.com/package/@vercube/cli">
|
|
11
|
-
<img src="https://img.shields.io/npm/v/%40vercube%
|
|
11
|
+
<img src="https://img.shields.io/npm/v/%40vercube%2Fcli?style=for-the-badge&logo=npm&color=%23767eff" alt="npm"/>
|
|
12
12
|
</a>
|
|
13
13
|
<a href="https://www.npmjs.com/package/@vercube/cli">
|
|
14
|
-
<img src="https://img.shields.io/npm/dm/%40vercube%
|
|
14
|
+
<img src="https://img.shields.io/npm/dm/%40vercube%2Fcli?style=for-the-badge&logo=npm&color=%23767eff" alt="npm"/>
|
|
15
15
|
</a>
|
|
16
16
|
<a href="https://github.com/vercube/vercube/blob/main/LICENSE" target="_blank">
|
|
17
|
-
<img src="https://img.shields.io/npm/l/%40vercube%
|
|
17
|
+
<img src="https://img.shields.io/npm/l/%40vercube%2Fcli?style=for-the-badge&color=%23767eff" alt="License"/>
|
|
18
18
|
</a>
|
|
19
19
|
<br/>
|
|
20
20
|
<br/>
|
package/dist/index.cjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
1
2
|
"use strict";
|
|
2
3
|
//#region rolldown:runtime
|
|
3
4
|
var __create = Object.create;
|
|
@@ -34,7 +35,7 @@ const nypm = __toESM(require("nypm"));
|
|
|
34
35
|
const tinyexec = __toESM(require("tinyexec"));
|
|
35
36
|
|
|
36
37
|
//#region packages/cli/package.json
|
|
37
|
-
var version = "0.0.1-beta.
|
|
38
|
+
var version = "0.0.1-beta.5";
|
|
38
39
|
|
|
39
40
|
//#endregion
|
|
40
41
|
//#region packages/cli/src/commands/build.ts
|
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
1
2
|
import { defineCommand, runMain } from "citty";
|
|
2
3
|
import { build, createDevServer, createVercube, watch } from "@vercube/devkit";
|
|
3
4
|
import { consola } from "consola";
|
|
@@ -10,7 +11,7 @@ import { installDependencies } from "nypm";
|
|
|
10
11
|
import { x } from "tinyexec";
|
|
11
12
|
|
|
12
13
|
//#region packages/cli/package.json
|
|
13
|
-
var version = "0.0.1-beta.
|
|
14
|
+
var version = "0.0.1-beta.5";
|
|
14
15
|
|
|
15
16
|
//#endregion
|
|
16
17
|
//#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-beta.
|
|
3
|
+
"version": "0.0.1-beta.6",
|
|
4
4
|
"description": "CLI module for Vercube framework",
|
|
5
5
|
"repository": "@vercube/cli",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"pathe": "2.0.3",
|
|
32
32
|
"std-env": "3.9.0",
|
|
33
33
|
"tinyexec": "1.0.1",
|
|
34
|
-
"@vercube/devkit": "0.0.1-beta.
|
|
34
|
+
"@vercube/devkit": "0.0.1-beta.6"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|