@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.
- package/.turbo/turbo-build.log +3 -3
- package/out/index.d.mts +1 -1
- package/out/index.d.ts +1 -1
- package/out/index.js +1 -1
- package/out/index.mjs +1 -1
- package/package.json +6 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @cnpx/cnpx@0.0.
|
|
2
|
+
> @cnpx/cnpx@0.0.2 build /home/runner/work/template/template/cnpx/core
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
[32mESM[39m [1mout/index.mjs [22m[32m127.00 B[39m
|
|
14
14
|
[32mESM[39m ⚡️ Build success in 9ms
|
|
15
15
|
[32mCJS[39m [1mout/index.js [22m[32m1.12 KB[39m
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 10ms
|
|
17
17
|
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 650ms
|
|
19
19
|
[32mDTS[39m [1mout/index.d.ts [22m[32m64.00 B[39m
|
|
20
20
|
[32mDTS[39m [1mout/index.d.mts [22m[32m64.00 B[39m
|
package/out/index.d.mts
CHANGED
package/out/index.d.ts
CHANGED
package/out/index.js
CHANGED
package/out/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cnpx/cnpx",
|
|
3
|
-
"version": "0.0.
|
|
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",
|