@vercube/cli 0.0.1-beta.3 → 0.0.1-beta.5

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <a href="https://vercube.dev/"><img src="../../.github/assets/logo.png" alt="Vite logo" width="200"></a>
2
+ <a href="https://vercube.dev/"><img src="https://github.com/OskarLebuda/vue-lazy-hydration/raw/main/.github/assets/logo.png?raw=true" alt="Vite logo" width="200"></a>
3
3
  <br>
4
4
  <br>
5
5
 
@@ -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%2Fcore?style=for-the-badge&logo=npm&color=%23767eff" alt="npm"/>
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%2Fcore?style=for-the-badge&logo=npm&color=%23767eff" alt="npm"/>
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%2Fcore?style=for-the-badge&color=%23767eff" alt="License"/>
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/>
@@ -22,7 +22,7 @@
22
22
 
23
23
  An ultra-efficient JavaScript server framework that runs anywhere - Node.js, Bun, or Deno - with unmatched flexibility and complete configurability for developers who refuse to sacrifice speed or control.
24
24
 
25
- ## Command Line Interface
25
+ ## <a name="module">Command Line Interface</a>
26
26
  The CLI module provides a powerful command-line interface for Vercube applications, making it easy to create, develop, and manage your projects. It offers intuitive commands for project scaffolding, development server management, and production builds.
27
27
 
28
28
 
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-beta.2";
37
+ var version = "0.0.1-beta.4";
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-beta.2";
13
+ var version = "0.0.1-beta.4";
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-beta.3",
3
+ "version": "0.0.1-beta.5",
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.3"
34
+ "@vercube/devkit": "0.0.1-beta.5"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"