@done-coding/cli-extract 0.1.8-alpha.0 → 0.1.8-alpha.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-9abc1104.js";
2
+ import { c as m } from "./index-b107db2d.js";
3
3
  import "@done-coding/cli-utils";
4
4
  import "./types-a1ee6691-9629699d.js";
5
5
  import "node:path";
@@ -51,7 +51,7 @@ const N = ({
51
51
  injectFilePath: "./src/injectInfo.json"
52
52
  }, w = {
53
53
  name: "@done-coding/cli-inject",
54
- version: "0.5.8-alpha.0",
54
+ version: "0.5.8-alpha.1",
55
55
  description: "信息(JSON)注入命令行工具",
56
56
  cliConfig: {
57
57
  namespaceDir: ".done-coding",
@@ -179,7 +179,7 @@ const oe = {
179
179
  }
180
180
  }, S = {
181
181
  name: "@done-coding/cli-extract",
182
- version: "0.1.8-alpha.0",
182
+ version: "0.1.8-alpha.1",
183
183
  description: "信息提取命令行工具",
184
184
  cliConfig: {
185
185
  namespaceDir: ".done-coding",
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { a as n, g as p, h as s } from "./index-9abc1104.js";
2
+ import { a as n, g as p, h as s } from "./index-b107db2d.js";
3
3
  import { E as u, S as c } from "./types-a1ee6691-9629699d.js";
4
4
  import "@done-coding/cli-utils";
5
5
  import "node:path";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@done-coding/cli-extract",
3
- "version": "0.1.8-alpha.0",
3
+ "version": "0.1.8-alpha.1",
4
4
  "description": "信息提取命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -11,7 +11,8 @@
11
11
  },
12
12
  "exports": {
13
13
  ".": {
14
- "import": "./es/index.mjs"
14
+ "import": "./es/index.mjs",
15
+ "types": "./types/index.d.ts"
15
16
  },
16
17
  "./helpers": {
17
18
  "import": "./es/helpers.mjs",
@@ -51,7 +52,7 @@
51
52
  "license": "MIT",
52
53
  "sideEffects": false,
53
54
  "devDependencies": {
54
- "@done-coding/cli-inject": "^0.5.8-alpha.0",
55
+ "@done-coding/cli-inject": "^0.5.8-alpha.1",
55
56
  "@types/node": "^18.0.0",
56
57
  "@types/yargs": "^17.0.28",
57
58
  "rimraf": "^6.0.1",
@@ -63,8 +64,8 @@
63
64
  "node": ">=18.0.0"
64
65
  },
65
66
  "dependencies": {
66
- "@done-coding/cli-template": "0.7.8-alpha.1",
67
- "@done-coding/cli-utils": "^0.6.0-alpha.0"
67
+ "@done-coding/cli-template": "0.7.8-alpha.2",
68
+ "@done-coding/cli-utils": "^0.7.0-alpha.0"
68
69
  },
69
- "gitHead": "5879161383e32e7bed351d71d3ef607d81dc021a"
70
+ "gitHead": "ff1616738586a268b50f46dce762774fa5fa6d52"
70
71
  }
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "@done-coding/cli-extract",
3
- "version": "0.1.8-alpha.0",
3
+ "version": "0.1.8-alpha.1",
4
4
  "description": "信息提取命令行工具",
5
5
  "cliConfig": {
6
6
  "namespaceDir": ".done-coding",