@done-coding/cli-inject 0.1.0 → 0.1.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.
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  const n = {
3
- version: "0.1.0",
3
+ version: "0.1.1",
4
4
  name: "@done-coding/cli-inject",
5
- description: "注入信息文件命令行工具"
5
+ description: "信息注入命令行工具"
6
6
  };
7
7
  export {
8
8
  n as default
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@done-coding/cli-inject",
3
- "version": "0.1.0",
4
- "description": "注入信息文件命令行工具",
3
+ "version": "0.1.1",
4
+ "description": "信息注入命令行工具",
5
5
  "private": false,
6
6
  "module": "es/index.mjs",
7
7
  "type": "module",
@@ -60,5 +60,5 @@
60
60
  "prompts": "^2.4.2",
61
61
  "yargs": "^17.7.2"
62
62
  },
63
- "gitHead": "86e1d77d045ee4bbf2c48c4e7c55ae79ae29939c"
63
+ "gitHead": "454bb76eb20c9b732331c273435e0bf56c8c3f25"
64
64
  }
@@ -1,7 +1,7 @@
1
1
  declare const _default: {
2
- "version": "0.1.0",
2
+ "version": "0.1.1",
3
3
  "name": "@done-coding/cli-inject",
4
- "description": "注入信息文件命令行工具"
4
+ "description": "信息注入命令行工具"
5
5
  };
6
6
 
7
7
  export default _default;