done-coding-template 0.7.10 → 0.7.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,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { d as m } from "./main-0b803373.js";
2
+ import { d as m } from "./main-3510f696.js";
3
3
  import "@done-coding/cli-utils";
4
4
  import "node:path";
5
5
  import "node:fs";
package/es/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { M as r } from "./main-0b803373.js";
3
- import { O as E, S as h, T as b, b as T, c as A, a as H, h as O, i as S } from "./main-0b803373.js";
2
+ import { M as r } from "./main-3510f696.js";
3
+ import { O as E, S as h, T as b, b as T, c as A, a as H, h as O, i as S } from "./main-3510f696.js";
4
4
  import t from "node:path";
5
5
  import { existsSync as n } from "node:fs";
6
6
  import "@done-coding/cli-utils";
@@ -7,7 +7,7 @@ import B from "lodash.assign";
7
7
  var I = /* @__PURE__ */ ((e) => (e.INIT = "init", e.COMPILE = "compile", e))(I || {}), J = /* @__PURE__ */ ((e) => (e.REPOSITORY_URL = "REPOSITORY_URL", e))(J || {}), b = /* @__PURE__ */ ((e) => (e.OVERWRITE = "overwrite", e.APPEND = "append", e.REPLACE = "replace", e.RETURN = "return", e))(b || {});
8
8
  const _ = {
9
9
  name: "@done-coding/cli-template",
10
- version: "0.7.10",
10
+ version: "0.7.11",
11
11
  description: "预编译命令行工具",
12
12
  cliConfig: {
13
13
  namespaceDir: ".done-coding",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "done-coding-template",
3
- "version": "0.7.10",
3
+ "version": "0.7.11",
4
4
  "description": "预编译命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -30,7 +30,7 @@
30
30
  "license": "MIT",
31
31
  "sideEffects": false,
32
32
  "devDependencies": {
33
- "@done-coding/cli-inject": "^0.5.10",
33
+ "@done-coding/cli-inject": "^0.5.11",
34
34
  "@types/lodash.assign": "^4.2.9",
35
35
  "@types/lodash.template": "^4.5.3",
36
36
  "@types/node": "^18.0.0",
@@ -44,10 +44,10 @@
44
44
  "node": ">=18.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@done-coding/cli-utils": "^0.7.1",
47
+ "@done-coding/cli-utils": "^0.7.2",
48
48
  "lodash.assign": "^4.2.0",
49
49
  "lodash.template": "^4.5.0"
50
50
  },
51
- "gitHead": "299ab3991d6842c83d65816dfba6efd175aa885a",
51
+ "gitHead": "ad322da7f5d0897ee91a399aff9a14b111d62825",
52
52
  "scripts": {}
53
53
  }