@cnpx/cnpx 0.0.1 → 0.0.2-dev.20260403035517

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @cnpx/cnpx@0.0.1 build /home/runner/work/template/template/cnpx/core
2
+ > @cnpx/cnpx@0.0.2 build /home/runner/work/template/template/cnpx/core
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -13,8 +13,8 @@
13
13
  ESM out/index.mjs 127.00 B
14
14
  ESM ⚡️ Build success in 9ms
15
15
  CJS out/index.js 1.12 KB
16
- CJS ⚡️ Build success in 9ms
16
+ CJS ⚡️ Build success in 10ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 663ms
18
+ DTS ⚡️ Build success in 650ms
19
19
  DTS out/index.d.ts 64.00 B
20
20
  DTS out/index.d.mts 64.00 B
package/out/index.d.mts CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- var version = "0.0.1";
2
+ var version = "0.0.2";
3
3
 
4
4
  export { version };
package/out/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- var version = "0.0.1";
2
+ var version = "0.0.2";
3
3
 
4
4
  export { version };
package/out/index.js CHANGED
@@ -26,7 +26,7 @@ __export(index_exports, {
26
26
  module.exports = __toCommonJS(index_exports);
27
27
 
28
28
  // package.json
29
- var version = "0.0.1";
29
+ var version = "0.0.2";
30
30
 
31
31
  // src/index.ts
32
32
  console.log("Hello World");
package/out/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  // package.json
4
- var version = "0.0.1";
4
+ var version = "0.0.2";
5
5
 
6
6
  // src/index.ts
7
7
  console.log("Hello World");
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cnpx/cnpx",
3
- "version": "0.0.1",
3
+ "version": "0.0.2-dev.20260403035517",
4
4
  "description": "",
5
5
  "author": "xcfio",
6
- "homepage": "https://github.com/xcfio/template/cnpx/core#readme",
6
+ "homepage": "https://github.com/xcfio/template/tree/main/cnpx/core#readme",
7
7
  "type": "commonjs",
8
8
  "license": "MIT",
9
9
  "main": "./out/index.js",
@@ -37,6 +37,10 @@
37
37
  "access": "public",
38
38
  "tag": "latest"
39
39
  },
40
+ "dependencies": {
41
+ "@clack/prompts": "^1.2.0",
42
+ "degit": "^2.8.4"
43
+ },
40
44
  "devDependencies": {
41
45
  "@types/node": "^25.0.0",
42
46
  "@vitest/ui": "4.1.2",