@cnpx/cnpx 0.0.3 → 0.0.4-dev.20260403144940

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/out/index.d.mts CHANGED
@@ -7,6 +7,6 @@ export { getTemplates } from './getTemplates.mjs';
7
7
  export { main } from './main.mjs';
8
8
  export { FilteredGithubResponse, GithubAPIResponse } from './type.mjs';
9
9
 
10
- var version = "0.0.3";
10
+ var version = "0.0.4";
11
11
 
12
12
  export { version };
package/out/index.d.ts CHANGED
@@ -7,6 +7,6 @@ export { getTemplates } from './getTemplates.js';
7
7
  export { main } from './main.js';
8
8
  export { FilteredGithubResponse, GithubAPIResponse } from './type.js';
9
9
 
10
- var version = "0.0.3";
10
+ var version = "0.0.4";
11
11
 
12
12
  export { version };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cnpx/cnpx",
3
- "version": "0.0.3",
3
+ "version": "0.0.4-dev.20260403144940",
4
4
  "description": "A simple CLI to scaffold projects from remote templates",
5
5
  "author": "xcfio",
6
6
  "homepage": "https://github.com/xcfio/template/tree/main/cnpx/cnpx#readme",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "bugs": {
29
29
  "url": "https://github.com/xcfio/template/issues",
30
- "email": "omarfaruksnx@gmail.com"
30
+ "email": "omarfaruksxp@gmail.com"
31
31
  },
32
32
  "funding": {
33
33
  "type": "patreon",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/degit": "^2.8.6",
47
- "@types/node": "^25.0.0",
47
+ "@types/node": "^25.5.2",
48
48
  "tsup": "^8.5.1"
49
49
  },
50
50
  "scripts": {
package/.prettierignore DELETED
@@ -1,2 +0,0 @@
1
- tsconfig.json
2
- index.js
@@ -1,63 +0,0 @@
1
-
2
- > @cnpx/cnpx@0.0.3 build /home/runner/work/template/template/cnpx/cnpx
3
- > tsup
4
-
5
- CLI Building entry: src/bin.ts, src/checkForUpdate.ts, src/clone.ts, src/fetch.ts, src/getCategories.ts, src/getPackageManager.ts, src/getTemplates.ts, src/index.ts, src/isInvalidPath.ts, src/main.ts, src/type.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.5.1
8
- CLI Using tsup config: /home/runner/work/template/template/cnpx/cnpx/tsup.config.ts
9
- CLI Target: esnext
10
- CLI Cleaning output folder
11
- CJS Build start
12
- ESM Build start
13
- Generated an empty chunk: "type".
14
- Generated an empty chunk: "type".
15
- ESM out/isInvalidPath.mjs 214.00 B
16
- ESM out/type.mjs 0 B
17
- ESM out/bin.mjs 227.00 B
18
- ESM out/main.mjs 1.88 KB
19
- ESM out/clone.mjs 299.00 B
20
- ESM out/fetch.mjs 128.00 B
21
- ESM out/checkForUpdate.mjs 1.36 KB
22
- ESM out/getPackageManager.mjs 312.00 B
23
- ESM out/getCategories.mjs 659.00 B
24
- ESM out/getTemplates.mjs 589.00 B
25
- ESM out/chunk-A7RKGLUR.mjs 77.00 B
26
- ESM out/index.mjs 268.00 B
27
- ESM ⚡️ Build success in 144ms
28
- CJS out/clone.js 416.00 B
29
- CJS out/fetch.js 109.00 B
30
- CJS out/getPackageManager.js 342.00 B
31
- CJS out/getCategories.js 659.00 B
32
- CJS out/index.js 1.98 KB
33
- CJS out/isInvalidPath.js 196.00 B
34
- CJS out/type.js 13.00 B
35
- CJS out/getTemplates.js 584.00 B
36
- CJS out/main.js 2.09 KB
37
- CJS out/bin.js 267.00 B
38
- CJS out/checkForUpdate.js 1.44 KB
39
- CJS ⚡️ Build success in 145ms
40
- DTS Build start
41
- DTS ⚡️ Build success in 1315ms
42
- DTS out/bin.d.ts 20.00 B
43
- DTS out/index.d.ts 454.00 B
44
- DTS out/checkForUpdate.d.ts 78.00 B
45
- DTS out/clone.d.ts 120.00 B
46
- DTS out/fetch.d.ts 101.00 B
47
- DTS out/getCategories.d.ts 210.00 B
48
- DTS out/getPackageManager.d.ts 94.00 B
49
- DTS out/getTemplates.d.ts 154.00 B
50
- DTS out/isInvalidPath.d.ts 89.00 B
51
- DTS out/main.d.ts 63.00 B
52
- DTS out/type.d.ts 477.00 B
53
- DTS out/bin.d.mts 20.00 B
54
- DTS out/index.d.mts 462.00 B
55
- DTS out/checkForUpdate.d.mts 78.00 B
56
- DTS out/clone.d.mts 120.00 B
57
- DTS out/fetch.d.mts 101.00 B
58
- DTS out/getCategories.d.mts 211.00 B
59
- DTS out/getPackageManager.d.mts 94.00 B
60
- DTS out/getTemplates.d.mts 155.00 B
61
- DTS out/isInvalidPath.d.mts 89.00 B
62
- DTS out/main.d.mts 63.00 B
63
- DTS out/type.d.mts 477.00 B