@done-coding/cli-publish 0.5.4-alpha.0 → 0.5.4

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 m } from "./index-f856c5ac.js";
2
+ import { c as m } from "./index-6f756016.js";
3
3
  import "semver";
4
4
  import "node:path";
5
5
  import "node:child_process";
@@ -193,7 +193,7 @@ const y = "/.dc/publish.json", M = "/package.json", J = ({ gitOriginName: e = "o
193
193
  })), E.success(`发布成功,版本号:${f}`);
194
194
  }, b = {
195
195
  name: "@done-coding/cli-publish",
196
- version: "0.5.4-alpha.0",
196
+ version: "0.5.4",
197
197
  description: "项目发布命令行工具",
198
198
  cliConfig: {
199
199
  namespaceDir: ".done-coding",
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { P as n, a as s, h as d } from "./index-f856c5ac.js";
2
+ import { P as n, a as s, h as d } from "./index-6f756016.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.5.4-alpha.0",
3
+ "version": "0.5.4",
4
4
  "description": "项目发布命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -40,7 +40,7 @@
40
40
  "license": "MIT",
41
41
  "sideEffects": false,
42
42
  "devDependencies": {
43
- "@done-coding/cli-inject": "^0.5.4-alpha.0",
43
+ "@done-coding/cli-inject": "^0.5.4",
44
44
  "@types/node": "^18.0.0",
45
45
  "@types/pinyin": "^2.10.0",
46
46
  "@types/semver": "^7.5.3",
@@ -54,9 +54,9 @@
54
54
  "node": ">=18.0.0"
55
55
  },
56
56
  "dependencies": {
57
- "@done-coding/cli-utils": "^0.3.4-alpha.0",
57
+ "@done-coding/cli-utils": "^0.3.4",
58
58
  "pinyin": "^2.11.2",
59
59
  "semver": "^7.5.4"
60
60
  },
61
- "gitHead": "94d8199a4e69ddec5d7b967fc602781ef25a3369"
61
+ "gitHead": "be4aa1f92952e9c6e2f7a9b2fe8c28e74a3c7d64"
62
62
  }
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "@done-coding/cli-publish",
3
- "version": "0.5.4-alpha.0",
3
+ "version": "0.5.4",
4
4
  "description": "项目发布命令行工具",
5
5
  "cliConfig": {
6
6
  "namespaceDir": ".done-coding",