@done-coding/cli-publish 0.5.0-alpha.0 → 0.5.1-alpha.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.
package/es/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { c as m } from "./index-1c86019f.js";
2
+ import { c as m } from "./index-4d304e01.js";
3
3
  import "semver";
4
4
  import "node:path";
5
5
  import "node:child_process";
@@ -180,8 +180,8 @@ const y = "/.dc/publish.json", N = "/package.json", J = ({ gitOriginName: t = "o
180
180
  }
181
181
  c && (n(`git push ${s.gitOriginName} v${g.version} 1>&2`), n(`git push ${s.gitOriginName} ${i.branchName} 1>&2`)), p.success(`发布成功,版本号:${f}`);
182
182
  }, b = {
183
- version: "0.5.0-alpha.0",
184
183
  name: "@done-coding/cli-publish",
184
+ version: "0.5.1-alpha.0",
185
185
  description: "项目发布命令行工具",
186
186
  cliConfig: {
187
187
  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-1c86019f.js";
2
+ import { P as n, a as s, h as d } from "./index-4d304e01.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.0-alpha.0",
3
+ "version": "0.5.1-alpha.0",
4
4
  "description": "项目发布命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -17,8 +17,7 @@
17
17
  "files": [
18
18
  "es",
19
19
  "lib",
20
- "types",
21
- "gif"
20
+ "types"
22
21
  ],
23
22
  "scripts": {
24
23
  "clean": "rimraf es lib types",
@@ -41,7 +40,7 @@
41
40
  "license": "MIT",
42
41
  "sideEffects": false,
43
42
  "devDependencies": {
44
- "@done-coding/cli-inject": "^0.5.0-alpha.0",
43
+ "@done-coding/cli-inject": "^0.5.1-alpha.0",
45
44
  "@types/node": "^18.0.0",
46
45
  "@types/pinyin": "^2.10.0",
47
46
  "@types/semver": "^7.5.3",
@@ -55,9 +54,9 @@
55
54
  "node": ">=18.0.0"
56
55
  },
57
56
  "dependencies": {
58
- "@done-coding/cli-utils": "^0.3.0-alpha.0",
57
+ "@done-coding/cli-utils": "^0.3.1-alpha.0",
59
58
  "pinyin": "^2.11.2",
60
59
  "semver": "^7.5.4"
61
60
  },
62
- "gitHead": "c5a54bdf08759425701a2024442a923883065189"
61
+ "gitHead": "ec6957606bbae68d7268159b38b9d36dab4a2731"
63
62
  }
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
- "version": "0.5.0-alpha.0",
3
2
  "name": "@done-coding/cli-publish",
3
+ "version": "0.5.1-alpha.0",
4
4
  "description": "项目发布命令行工具",
5
5
  "cliConfig": {
6
6
  "namespaceDir": ".done-coding",