@lyjkfz/customer-cli 0.3.0 → 0.4.0

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +47 -47
package/dist/index.js CHANGED
@@ -42700,7 +42700,7 @@ const spinner = ora({
42700
42700
  });
42701
42701
  function update() {
42702
42702
  spinner.start();
42703
- require$$1$1.exec('pnpm add -g @lyjkfz/customer-cli', (err) => {
42703
+ require$$1$1.exec('pnpm add -g @lyjkfz/customer-cli@latest', (err) => {
42704
42704
  spinner.stop();
42705
42705
  if (err) {
42706
42706
  console.error(chalk.red(err));
package/package.json CHANGED
@@ -1,47 +1,47 @@
1
- {
2
- "name": "@lyjkfz/customer-cli",
3
- "version": "0.3.0",
4
- "description": "一个基于rollup打包的cli工具",
5
- "main": "index.ts",
6
- "scripts": {
7
- "build": "rollup -c rollup.config.js --bundleConfigAsCjs"
8
- },
9
- "keywords": [
10
- "cli",
11
- "rollup",
12
- "typescript",
13
- "customer-cli"
14
- ],
15
- "bin": {
16
- "customer-cli": "bin/index.js"
17
- },
18
- "files": [
19
- "dist",
20
- "bin",
21
- "README.md"
22
- ],
23
- "author": "lyjkfz",
24
- "license": "ISC",
25
- "packageManager": "pnpm@10.19.0",
26
- "dependencies": {
27
- "@rollup/plugin-commonjs": "^29.0.0",
28
- "@rollup/plugin-json": "^6.1.0",
29
- "@rollup/plugin-node-resolve": "^16.0.3",
30
- "@rollup/plugin-terser": "^0.4.4",
31
- "rollup-plugin-node-externals": "^5.1.3",
32
- "rollup-plugin-typescript2": "^0.36.0"
33
- },
34
- "devDependencies": {
35
- "@inquirer/prompts": "^8.2.0",
36
- "@types/fs-extra": "^11.0.4",
37
- "@types/node": "^25.2.3",
38
- "chalk": "^5.6.2",
39
- "commander": "^14.0.3",
40
- "fs-extra": "^11.3.3",
41
- "log-symbols": "^7.0.1",
42
- "ora": "^9.3.0",
43
- "progress-estimator": "^0.3.1",
44
- "rollup": "^4.57.1",
45
- "simple-git": "^3.31.1"
46
- }
47
- }
1
+ {
2
+ "name": "@lyjkfz/customer-cli",
3
+ "version": "0.4.0",
4
+ "description": "一个基于rollup打包的cli工具",
5
+ "main": "index.ts",
6
+ "scripts": {
7
+ "build": "rollup -c rollup.config.js --bundleConfigAsCjs"
8
+ },
9
+ "keywords": [
10
+ "cli",
11
+ "rollup",
12
+ "typescript",
13
+ "customer-cli"
14
+ ],
15
+ "bin": {
16
+ "customer-cli": "bin/index.js"
17
+ },
18
+ "files": [
19
+ "dist",
20
+ "bin",
21
+ "README.md"
22
+ ],
23
+ "author": "lyjkfz",
24
+ "license": "ISC",
25
+ "packageManager": "pnpm@10.19.0",
26
+ "dependencies": {
27
+ "@rollup/plugin-commonjs": "^29.0.0",
28
+ "@rollup/plugin-json": "^6.1.0",
29
+ "@rollup/plugin-node-resolve": "^16.0.3",
30
+ "@rollup/plugin-terser": "^0.4.4",
31
+ "rollup-plugin-node-externals": "^5.1.3",
32
+ "rollup-plugin-typescript2": "^0.36.0"
33
+ },
34
+ "devDependencies": {
35
+ "@inquirer/prompts": "^8.2.0",
36
+ "@types/fs-extra": "^11.0.4",
37
+ "@types/node": "^25.2.3",
38
+ "chalk": "^5.6.2",
39
+ "commander": "^14.0.3",
40
+ "fs-extra": "^11.3.3",
41
+ "log-symbols": "^7.0.1",
42
+ "ora": "^9.3.0",
43
+ "progress-estimator": "^0.3.1",
44
+ "rollup": "^4.57.1",
45
+ "simple-git": "^3.31.1"
46
+ }
47
+ }