done-coding-git 0.6.9 → 0.6.11

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,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { c as m } from "./index-78d795a0.js";
3
- import "./index-df7f66c9.js";
2
+ import { c as m } from "./index-f436191c.js";
3
+ import "./index-25cf06c1.js";
4
4
  import "@done-coding/cli-utils";
5
5
  import "node:child_process";
6
6
  import "node:fs";
package/es/helpers.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { g as s, G as n, a, h as m } from "./index-df7f66c9.js";
2
+ import { g as s, G as n, a, h as m } from "./index-25cf06c1.js";
3
3
  import { xPrompts as e } from "@done-coding/cli-utils";
4
4
  import "node:child_process";
5
5
  import "node:fs";
@@ -61,7 +61,7 @@ const pe = 3e4, y = Math.random(), U = {
61
61
  }
62
62
  }), T = {
63
63
  name: "@done-coding/cli-git",
64
- version: "0.6.9",
64
+ version: "0.6.11",
65
65
  description: "git跨平台操作命令行工具",
66
66
  bin: {
67
67
  "dc-git": "es/cli.mjs"
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { c as a, i as t } from "./index-df7f66c9.js";
2
+ import { c as a, i as t } from "./index-25cf06c1.js";
3
3
  import { createMainCommand as r, createSubcommand as s } from "@done-coding/cli-utils";
4
4
  const {
5
5
  cliConfig: { moduleName: o }
package/es/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { o as t, C as l, G as d, I as c, S as C, m as p, l as f, f as h, h as u, c as k, b as I, n as E, k as b, j as H, e as g, d as y } from "./index-df7f66c9.js";
3
- import { a as T } from "./index-78d795a0.js";
2
+ import { o as t, C as l, G as d, I as c, S as C, m as p, l as f, f as h, h as u, c as k, b as I, n as E, k as b, j as H, e as g, d as y } from "./index-25cf06c1.js";
3
+ import { a as T } from "./index-f436191c.js";
4
4
  import "@done-coding/cli-utils";
5
5
  import "node:child_process";
6
6
  import "node:fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "done-coding-git",
3
- "version": "0.6.9",
3
+ "version": "0.6.11",
4
4
  "description": "git跨平台操作命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -42,7 +42,7 @@
42
42
  "license": "MIT",
43
43
  "sideEffects": false,
44
44
  "devDependencies": {
45
- "@done-coding/cli-inject": "0.5.17",
45
+ "@done-coding/cli-inject": "0.5.19",
46
46
  "@types/node": "^18.0.0",
47
47
  "@types/yargs": "^17.0.28",
48
48
  "rimraf": "^6.0.1",
@@ -54,10 +54,10 @@
54
54
  "node": ">=18.0.0"
55
55
  },
56
56
  "dependencies": {
57
- "@done-coding/cli-utils": "0.7.7",
57
+ "@done-coding/cli-utils": "0.8.0",
58
58
  "@done-coding/request-axios": "^1.2.2",
59
59
  "axios": "^1.8.4"
60
60
  },
61
- "gitHead": "60699aec488072491ef8643fafa9ffc4bdce48c3",
61
+ "gitHead": "e68f726aa899f75c4d294b11620f343c953a74c3",
62
62
  "scripts": {}
63
63
  }