@done-coding/cli-publish 0.4.2 → 0.4.3

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/es/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { c as r } from "./index-03276083.js";
2
+ import { c as r } from "./index-9e678a37.js";
3
3
  import "semver";
4
4
  import "node:path";
5
5
  import "node:child_process";
@@ -190,7 +190,7 @@ const L = "/.dc/publish.json", u = "/package.json", T = ({ gitOriginName: t = "o
190
190
  }
191
191
  c && (n(`git push ${i.gitOriginName} v${m.version} 1>&2`), n(`git push ${i.gitOriginName} ${s.branchName} 1>&2`)), console.log(p.green("发布成功"));
192
192
  }, h = {
193
- version: "0.4.2",
193
+ version: "0.4.3",
194
194
  name: "@done-coding/cli-publish",
195
195
  description: "项目发布命令行工具",
196
196
  cliConfig: {
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { P as h, a as u, h as b } from "./index-03276083.js";
2
+ import { P as h, a as u, h as b } from "./index-9e678a37.js";
3
3
  import "semver";
4
4
  import "node:path";
5
5
  import "node:child_process";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@done-coding/cli-publish",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "项目发布命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -41,7 +41,7 @@
41
41
  "license": "MIT",
42
42
  "sideEffects": false,
43
43
  "devDependencies": {
44
- "@done-coding/cli-inject": "^0.4.4",
44
+ "@done-coding/cli-inject": "^0.4.5",
45
45
  "@types/node": "^18.0.0",
46
46
  "@types/pinyin": "^2.10.0",
47
47
  "@types/prompts": "^2.4.6",
@@ -62,5 +62,5 @@
62
62
  "semver": "^7.5.4",
63
63
  "yargs": "^17.7.2"
64
64
  },
65
- "gitHead": "383ec04131808af21ca8fdf3652daa48d86cab1c"
65
+ "gitHead": "465ac238437ab8bd3803c5e6fe8ac5a30bc445f3"
66
66
  }
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "version": "0.4.2",
2
+ "version": "0.4.3",
3
3
  "name": "@done-coding/cli-publish",
4
4
  "description": "项目发布命令行工具",
5
5
  "cliConfig": {