@done-coding/cli-component 0.1.8 → 0.2.0

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
File without changes
package/es/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { c as r } from "./index-d4826460.js";
2
+ import { c as r } from "./index-78f9044a.js";
3
3
  import "chalk";
4
4
  import "node:path";
5
5
  import "node:fs";
@@ -23,7 +23,7 @@ const _ = (e, o) => {
23
23
  保留名称: ${t.join(",")}`)
24
24
  ), process.exit(1)) : !0;
25
25
  }, f = {
26
- version: "0.1.8",
26
+ version: "0.2.0",
27
27
  name: "@done-coding/cli-component",
28
28
  description: "组件命令行工具",
29
29
  cliConfig: {
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { a as u, h as v } from "./index-d4826460.js";
2
+ import { a as u, h as v } from "./index-78f9044a.js";
3
3
  import "chalk";
4
4
  import "node:path";
5
5
  import "node:fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@done-coding/cli-component",
3
- "version": "0.1.8",
3
+ "version": "0.2.0",
4
4
  "description": "组件命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -41,7 +41,7 @@
41
41
  "license": "MIT",
42
42
  "sideEffects": false,
43
43
  "devDependencies": {
44
- "@done-coding/cli-inject": "^0.4.3",
44
+ "@done-coding/cli-inject": "^0.4.4",
45
45
  "@types/json5": "^2.2.0",
46
46
  "@types/lodash.camelcase": "^4.3.8",
47
47
  "@types/lodash.curry": "^4.1.8",
@@ -62,7 +62,7 @@
62
62
  "node": ">=18.0.0"
63
63
  },
64
64
  "dependencies": {
65
- "@done-coding/cli-template": "^0.4.2",
65
+ "@done-coding/cli-template": "^0.5.0",
66
66
  "chalk": "^5.3.0",
67
67
  "json5": "^2.2.3",
68
68
  "lodash.camelcase": "^4.3.0",
@@ -75,5 +75,5 @@
75
75
  "prompts": "^2.4.2",
76
76
  "yargs": "^17.7.2"
77
77
  },
78
- "gitHead": "516ef8bb086ae7be558c68bd7392501ef3ed6052"
78
+ "gitHead": "383ec04131808af21ca8fdf3652daa48d86cab1c"
79
79
  }
package/types/cli.d.ts CHANGED
File without changes
File without changes
package/types/index.d.ts CHANGED
File without changes
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "version": "0.1.8",
2
+ "version": "0.2.0",
3
3
  "name": "@done-coding/cli-component",
4
4
  "description": "组件命令行工具",
5
5
  "cliConfig": {
package/types/main.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes