done-coding-template 0.8.9 → 0.8.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/README.md CHANGED
@@ -243,7 +243,7 @@ dc-template --help
243
243
 
244
244
  ```bash
245
245
  # 克隆仓库
246
- git clone https://gitee.com/done-coding/done-coding-cli.git
246
+ git clone https://github.com/done-coding/done-coding-cli.git
247
247
  cd done-coding-cli/packages/template
248
248
 
249
249
  # 安装依赖
package/es/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { e as m } from "./main-40d8112f.js";
2
+ import { e as m } from "./main-8e07f653.js";
3
3
  import "node:path";
4
4
  import "node:fs";
5
5
  import "@done-coding/cli-utils";
package/es/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { M as r } from "./main-40d8112f.js";
3
- import { d as f, O as T, S as _, T as h, b as A, a as O, c as b, h as L } from "./main-40d8112f.js";
2
+ import { M as r } from "./main-8e07f653.js";
3
+ import { d as f, O as T, S as _, T as h, b as A, a as O, c as b, h as L } from "./main-8e07f653.js";
4
4
  import t from "node:path";
5
5
  import { existsSync as m } from "node:fs";
6
6
  import "@done-coding/cli-utils";
@@ -6,7 +6,7 @@ import L from "lodash.template";
6
6
  import q from "lodash.assign";
7
7
  const h = {
8
8
  name: "@done-coding/cli-template",
9
- version: "0.8.9",
9
+ version: "0.8.10",
10
10
  description: "预编译命令行工具",
11
11
  bin: {
12
12
  "dc-template": "es/cli.mjs"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "done-coding-template",
3
- "version": "0.8.9",
3
+ "version": "0.8.10",
4
4
  "description": "预编译命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "https://gitee.com/done-coding/done-coding-cli.git",
23
+ "url": "https://github.com/done-coding/done-coding-cli.git",
24
24
  "directory": "packages/template"
25
25
  },
26
26
  "publishConfig": {
@@ -31,7 +31,7 @@
31
31
  "license": "MIT",
32
32
  "sideEffects": false,
33
33
  "devDependencies": {
34
- "@done-coding/cli-inject": "0.5.22",
34
+ "@done-coding/cli-inject": "0.5.23",
35
35
  "@types/lodash.assign": "^4.2.9",
36
36
  "@types/lodash.template": "^4.5.3",
37
37
  "@types/node": "^18.0.0",
@@ -41,13 +41,13 @@
41
41
  "vite-plugin-dts": "^3.6.0"
42
42
  },
43
43
  "dependencies": {
44
- "@done-coding/cli-utils": "0.8.3",
44
+ "@done-coding/cli-utils": "0.8.4",
45
45
  "lodash.assign": "^4.2.0",
46
46
  "lodash.template": "^4.5.0"
47
47
  },
48
48
  "engines": {
49
49
  "node": ">=18.0.0"
50
50
  },
51
- "gitHead": "4893b466954ef5925151d8dfc8fc8aa558ce654c",
51
+ "gitHead": "d90f437c0a716f3e62bd92a221341838710869ad",
52
52
  "scripts": {}
53
53
  }