@done-coding/cli-config 0.1.7 → 0.1.10

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-6a73efbf.js";
2
+ import { c as m } from "./index-08808fce.js";
3
3
  import "@done-coding/cli-utils";
4
4
  import "node:fs";
5
5
  import "node:path";
@@ -6,7 +6,7 @@ import { execSync as N } from "node:child_process";
6
6
  var y = /* @__PURE__ */ ((e) => (e.CHECK = "check", e.ADD = "add", e))(y || {}), m = /* @__PURE__ */ ((e) => (e.ESLINT = "eslint", e.PRETTIER = "prettier", e.COMMITLINT = "commitlint", e.LSLINT = "ls-lint", e.MERGELINT = "merge-lint", e))(m || {});
7
7
  const L = {
8
8
  name: "@done-coding/cli-config",
9
- version: "0.1.7",
9
+ version: "0.1.10",
10
10
  description: "工程化配置命令行工具",
11
11
  bin: {
12
12
  "dc-config": "es/cli.mjs"
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { C as i, S as s, a as t, h as u } from "./index-6a73efbf.js";
2
+ import { C as i, S as s, a as t, h as u } from "./index-08808fce.js";
3
3
  import "@done-coding/cli-utils";
4
4
  import "node:fs";
5
5
  import "node:path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@done-coding/cli-config",
3
- "version": "0.1.7",
3
+ "version": "0.1.10",
4
4
  "description": "工程化配置命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "repository": {
32
32
  "type": "git",
33
- "url": "https://gitee.com/justsosu/done-coding-cli.git",
33
+ "url": "https://gitee.com/done-coding/done-coding-cli.git",
34
34
  "directory": "packages/config"
35
35
  },
36
36
  "publishConfig": {
@@ -41,7 +41,7 @@
41
41
  "license": "MIT",
42
42
  "sideEffects": false,
43
43
  "devDependencies": {
44
- "@done-coding/cli-inject": "^0.5.15",
44
+ "@done-coding/cli-inject": "0.5.18",
45
45
  "@types/node": "^18.0.0",
46
46
  "@types/yargs": "^17.0.28",
47
47
  "rimraf": "^6.0.1",
@@ -53,7 +53,7 @@
53
53
  "node": ">=18.0.0"
54
54
  },
55
55
  "dependencies": {
56
- "@done-coding/cli-utils": "^0.7.6"
56
+ "@done-coding/cli-utils": "0.7.8"
57
57
  },
58
- "gitHead": "30721548bad7e10aaf8bf46762925954f40c5fd3"
58
+ "gitHead": "67d4fc202427c5b2f387b856cfe9507127a5b26c"
59
59
  }