@mornya/cli-libs
Advanced tools
Comparing version 0.16.0 to 0.17.0
# Change Log | ||
All notable version changes would be documented in this file. | ||
## 0.17.0 | ||
> Minor version updated at 2021.04.05 | ||
- New Features: A new module `Key` has been added to handle keypress in console | ||
## 0.16.0 | ||
@@ -39,3 +43,3 @@ > Minor version updated at 2021.04.01 | ||
> Minor version updated at 2021.02.27 | ||
- Performance Improvements | ||
- New Features | ||
- Added a new method `Log.out` to show default typed log | ||
@@ -42,0 +46,0 @@ - Added an info icon when call `Log.info` method |
@@ -6,2 +6,3 @@ export { chalk } from './Log'; | ||
export * as Icons from './Icons'; | ||
export * as Key from './Key'; | ||
export * as Log from './Log'; | ||
@@ -8,0 +9,0 @@ export * as Minify from './Minify'; |
@@ -1,1 +0,1 @@ | ||
"use strict";var e=this&&this.__createBinding||(Object.create?function(e,r,t,o){void 0===o&&(o=t),Object.defineProperty(e,o,{enumerable:!0,get:function(){return r[t]}})}:function(e,r,t,o){void 0===o&&(o=t),e[o]=r[t]}),r=this&&this.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),t=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var o={};if(null!=t)for(var i in t)"default"!==i&&Object.prototype.hasOwnProperty.call(t,i)&&e(o,t,i);return r(o,t),o};Object.defineProperty(exports,"__esModule",{value:!0}),exports.Version=exports.Utils=exports.Upgrade=exports.Minify=exports.Log=exports.Icons=exports.Files=exports.Command=exports.Args=exports.chalk=void 0;var o=require("./Log");Object.defineProperty(exports,"chalk",{enumerable:!0,get:function(){return o.chalk}}),exports.Args=t(require("./Args")),exports.Command=t(require("./Command")),exports.Files=t(require("./Files")),exports.Icons=t(require("./Icons")),exports.Log=t(require("./Log")),exports.Minify=t(require("./Minify")),exports.Upgrade=t(require("./Upgrade")),exports.Utils=t(require("./Utils")),exports.Version=t(require("./Version")); | ||
"use strict";var e=this&&this.__createBinding||(Object.create?function(e,r,t,o){void 0===o&&(o=t),Object.defineProperty(e,o,{enumerable:!0,get:function(){return r[t]}})}:function(e,r,t,o){void 0===o&&(o=t),e[o]=r[t]}),r=this&&this.__setModuleDefault||(Object.create?function(e,r){Object.defineProperty(e,"default",{enumerable:!0,value:r})}:function(e,r){e.default=r}),t=this&&this.__importStar||function(t){if(t&&t.__esModule)return t;var o={};if(null!=t)for(var i in t)"default"!==i&&Object.prototype.hasOwnProperty.call(t,i)&&e(o,t,i);return r(o,t),o};Object.defineProperty(exports,"__esModule",{value:!0}),exports.Version=exports.Utils=exports.Upgrade=exports.Minify=exports.Log=exports.Key=exports.Icons=exports.Files=exports.Command=exports.Args=exports.chalk=void 0;var o=require("./Log");Object.defineProperty(exports,"chalk",{enumerable:!0,get:function(){return o.chalk}}),exports.Args=t(require("./Args")),exports.Command=t(require("./Command")),exports.Files=t(require("./Files")),exports.Icons=t(require("./Icons")),exports.Key=t(require("./Key")),exports.Log=t(require("./Log")),exports.Minify=t(require("./Minify")),exports.Upgrade=t(require("./Upgrade")),exports.Utils=t(require("./Utils")),exports.Version=t(require("./Version")); |
{ | ||
"name": "@mornya/cli-libs", | ||
"version": "0.16.0", | ||
"version": "0.17.0", | ||
"description": "The project of CLI application for mornya.", | ||
@@ -27,8 +27,9 @@ "keywords": [ | ||
"build": "vessel build", | ||
"watch": "vessel build watch", | ||
"watch": "vessel build --watch", | ||
"check": "vessel check", | ||
"lint": "lintest lint", | ||
"lint:fix": "lintest lint fix", | ||
"lint:fix": "lintest lint --fix", | ||
"test": "lintest test", | ||
"test:watch": "lintest test watch", | ||
"test:coverage": "lintest test coverage" | ||
"test:watch": "lintest test --watch", | ||
"test:coverage": "lintest test --coverage" | ||
}, | ||
@@ -64,3 +65,3 @@ "publishConfig": { | ||
"@types/cross-spawn": "^6.0.2", | ||
"@types/fs-extra": "^9.0.9", | ||
"@types/fs-extra": "^9.0.10", | ||
"@types/glob": "^7.1.3", | ||
@@ -67,0 +68,0 @@ "@types/jest": "^26.0.22", |
@@ -40,2 +40,5 @@ # CLI Libs | ||
### Key module | ||
์ฝ์์์ ๊ฐ๋จํ ํค๋ณด๋ ์ ๋ ฅ ๊ด๋ จ ๋ฉ์๋๋ฅผ ์ ๊ณตํ๋ค. | ||
### Log module | ||
@@ -42,0 +45,0 @@ ์ฝ์ ๋ก๊ทธ ๊ด๋ จ ๋ฉ์๋๋ค์ ์ ๊ณตํ๋ค. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35870
26
128
66
9