@done-coding/cli-extract 0.1.4 → 0.1.5

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-90686ee2.js";
2
+ import { c as m } from "./index-a8701010.js";
3
3
  import "./types-a1ee6691-78bcc10f.js";
4
4
  import "@done-coding/cli-utils";
5
5
  import "node:path";
@@ -49,7 +49,7 @@ const R = ({
49
49
  injectFilePath: "./src/injectInfo.json"
50
50
  }, w = U, x = {
51
51
  name: "@done-coding/cli-inject",
52
- version: "0.5.4",
52
+ version: "0.5.5",
53
53
  description: "信息(JSON)注入命令行工具",
54
54
  cliConfig: {
55
55
  namespaceDir: ".done-coding",
@@ -177,7 +177,7 @@ const re = {
177
177
  }
178
178
  }, S = {
179
179
  name: "@done-coding/cli-extract",
180
- version: "0.1.4",
180
+ version: "0.1.5",
181
181
  description: "信息提取命令行工具",
182
182
  cliConfig: {
183
183
  namespaceDir: ".done-coding",
package/es/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { a as e, h as p } from "./index-90686ee2.js";
2
+ import { a as e, h as p } from "./index-a8701010.js";
3
3
  import { E as i, S as u } from "./types-a1ee6691-78bcc10f.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.4",
3
+ "version": "0.1.5",
4
4
  "description": "信息提取命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
@@ -51,7 +51,7 @@
51
51
  "license": "MIT",
52
52
  "sideEffects": false,
53
53
  "devDependencies": {
54
- "@done-coding/cli-inject": "^0.5.4",
54
+ "@done-coding/cli-inject": "^0.5.5",
55
55
  "@types/node": "^18.0.0",
56
56
  "@types/yargs": "^17.0.28",
57
57
  "rimraf": "^6.0.1",
@@ -63,8 +63,8 @@
63
63
  "node": ">=18.0.0"
64
64
  },
65
65
  "dependencies": {
66
- "@done-coding/cli-template": "0.7.5",
67
- "@done-coding/cli-utils": "^0.3.4"
66
+ "@done-coding/cli-template": "0.7.6",
67
+ "@done-coding/cli-utils": "^0.3.5"
68
68
  },
69
- "gitHead": "be4aa1f92952e9c6e2f7a9b2fe8c28e74a3c7d64"
69
+ "gitHead": "eccf973ebc52fc3b06d26391d371e8d2d1629a61"
70
70
  }
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "@done-coding/cli-extract",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "信息提取命令行工具",
5
5
  "cliConfig": {
6
6
  "namespaceDir": ".done-coding",