done-coding-component 0.4.0-alpha.0 → 0.4.1

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-de5f0e68.js";
2
+ import { c as m } from "./index-ffdbb670.js";
3
3
  import "node:path";
4
4
  import "node:fs";
5
5
  import "@done-coding/cli-utils";
@@ -17,7 +17,7 @@ const K = (e, t) => {
17
17
  保留名称: ${n.join(",")}`), process.exit(1)) : !0;
18
18
  }, g = {
19
19
  name: "@done-coding/cli-component",
20
- version: "0.4.0-alpha.0",
20
+ version: "0.4.1",
21
21
  description: "组件命令行工具",
22
22
  bin: {
23
23
  "dc-component": "es/cli.mjs"
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { S as u, a as b, h as c } from "./index-de5f0e68.js";
2
+ import { S as u, a as b, h as c } from "./index-ffdbb670.js";
3
3
  import "node:path";
4
4
  import "node:fs";
5
5
  import "@done-coding/cli-utils";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "done-coding-component",
3
- "version": "0.4.0-alpha.0",
3
+ "version": "0.4.1",
4
4
  "description": "组件命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -9,7 +9,8 @@
9
9
  "bin": "es/cli.mjs",
10
10
  "exports": {
11
11
  ".": {
12
- "import": "./es/index.mjs"
12
+ "import": "./es/index.mjs",
13
+ "types": "./types/index.d.ts"
13
14
  }
14
15
  },
15
16
  "files": [
@@ -30,7 +31,7 @@
30
31
  "license": "MIT",
31
32
  "sideEffects": false,
32
33
  "devDependencies": {
33
- "@done-coding/cli-inject": "^0.5.13-alpha.0",
34
+ "@done-coding/cli-inject": "^0.5.14",
34
35
  "@types/lodash.camelcase": "^4.3.8",
35
36
  "@types/lodash.kebabcase": "^4.1.8",
36
37
  "@types/lodash.lowerfirst": "^4.3.8",
@@ -47,14 +48,14 @@
47
48
  "node": ">=18.0.0"
48
49
  },
49
50
  "dependencies": {
50
- "@done-coding/cli-template": "^0.8.0-alpha.0",
51
- "@done-coding/cli-utils": "^0.7.4-alpha.0",
51
+ "@done-coding/cli-template": "^0.8.1",
52
+ "@done-coding/cli-utils": "^0.7.5",
52
53
  "lodash.camelcase": "^4.3.0",
53
54
  "lodash.kebabcase": "^4.1.1",
54
55
  "lodash.lowerfirst": "^4.3.1",
55
56
  "lodash.template": "^4.5.0",
56
57
  "lodash.upperfirst": "^4.3.1"
57
58
  },
58
- "gitHead": "a1acffae69586b12aec17d0ad76d6f75ad1d0ca0",
59
+ "gitHead": "fb405d55a9fe10014863d725b1f4e3bcd45412af",
59
60
  "scripts": {}
60
61
  }