easy-soft-develop 2.0.197 → 2.0.198

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy-soft-develop",
3
- "version": "2.0.197",
3
+ "version": "2.0.198",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/kityandhero/easy-soft-develop#readme",
6
6
  "bugs": {
package/src/tools/meta.js CHANGED
@@ -98,6 +98,9 @@ function assignObject(source, ...mergeData) {
98
98
  return result;
99
99
  }
100
100
 
101
+ /**
102
+ * Prompt line
103
+ */
101
104
  function promptLine() {
102
105
  term.gray('----------------------------------------\r\n');
103
106
  }
@@ -13,6 +13,9 @@ export function writeFileSync(path: any, content: any, options?: {
13
13
  coverFile: boolean;
14
14
  }): boolean;
15
15
  export function checkStringIsEmpty(v: any): boolean;
16
+ /**
17
+ * Prompt line
18
+ */
16
19
  export function promptLine(): void;
17
20
  export function promptEmptyLine(): void;
18
21
  export function promptSuccess(message: any): void;