@done-coding/cli-inject 0.4.5 → 0.4.6-alpha.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/es/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { c as r } from "./index-eee4d71e.js";
2
+ import { c as r } from "./index-b640e6b2.js";
3
3
  import "./handler-1283dc4a.js";
4
4
  import "node:path";
5
5
  import "node:fs";
@@ -4,7 +4,7 @@ import r from "yargs";
4
4
  import { hideBin as l } from "yargs/helpers";
5
5
  import s from "chalk";
6
6
  const o = {
7
- version: "0.4.5",
7
+ version: "0.4.6-alpha.0",
8
8
  name: "@done-coding/cli-inject",
9
9
  description: "信息注入命令行工具",
10
10
  cliConfig: {
@@ -35,10 +35,10 @@ const o = {
35
35
  }, p = o.description, g = `Usage: $0 ${a} [options]`, f = "Usage: $0 [options]", t = (e, n) => {
36
36
  const c = d();
37
37
  return e.strict().usage(n).help("help").version(o.version).alias("v", "version").alias("h", "help").options(c).fail(m).argv;
38
- }, u = (e) => t(e, g), b = {
38
+ }, h = (e) => t(e, g), b = {
39
39
  command: a,
40
40
  describe: p,
41
- builder: u,
41
+ builder: h,
42
42
  handler: i
43
43
  }, C = async () => {
44
44
  const e = r(l(process.argv)), n = await t(e, f);
package/es/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  import { h as d } from "./handler-1283dc4a.js";
3
- import { a as f } from "./index-eee4d71e.js";
3
+ import { a as f } from "./index-b640e6b2.js";
4
4
  import "node:path";
5
5
  import "node:fs";
6
6
  import "lodash.get";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@done-coding/cli-inject",
3
- "version": "0.4.5",
3
+ "version": "0.4.6-alpha.0",
4
4
  "description": "信息注入命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -28,8 +28,7 @@
28
28
  "files": [
29
29
  "es",
30
30
  "lib",
31
- "types",
32
- "gif"
31
+ "types"
33
32
  ],
34
33
  "scripts": {
35
34
  "clean": "rimraf es lib types",
@@ -72,5 +71,5 @@
72
71
  "prompts": "^2.4.2",
73
72
  "yargs": "^17.7.2"
74
73
  },
75
- "gitHead": "465ac238437ab8bd3803c5e6fe8ac5a30bc445f3"
74
+ "gitHead": "21eb698f64179882cfec979bd8f19920b047dacb"
76
75
  }
@@ -1,5 +1,5 @@
1
1
  declare const _default: {
2
- "version": "0.4.5",
2
+ "version": "0.4.6-alpha.0",
3
3
  "name": "@done-coding/cli-inject",
4
4
  "description": "信息注入命令行工具",
5
5
  "cliConfig": {