@done-coding/cli-publish 0.4.1 → 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/README.md CHANGED
File without changes
package/es/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { c as r } from "./index-90fd06cf.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.1",
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-90fd06cf.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.1",
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.3",
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": "516ef8bb086ae7be558c68bd7392501ef3ed6052"
65
+ "gitHead": "465ac238437ab8bd3803c5e6fe8ac5a30bc445f3"
66
66
  }
package/types/cli.d.ts CHANGED
File without changes
File without changes
package/types/index.d.ts CHANGED
File without changes
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "version": "0.4.1",
2
+ "version": "0.4.3",
3
3
  "name": "@done-coding/cli-publish",
4
4
  "description": "项目发布命令行工具",
5
5
  "cliConfig": {
package/types/main.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes