Comparing version 3.0.0 to 3.1.0
@@ -35,2 +35,14 @@ # CHANGELOG | ||
### RELEASE: [v3.1.0](https://github.com/ahmadawais/awais/compare/v3.0.0...v3.1.0) | ||
![📦 NEW:](https://img.shields.io/badge/-NEW-gray.svg?colorB=3778FF) | ||
> 📦 CLI Box [`ef6a26c`](https://github.com/ahmadawais/awais/commit/ef6a26cbd24a72dd69d268f069801adbd829768e) <br> | ||
<br> | ||
[![hr](https://raw.githubusercontent.com/ahmadawais/stuff/master/images/git/hr.png)](/) | ||
<br> | ||
### RELEASE: [v3.0.0](https://github.com/ahmadawais/awais/compare/v2.9.0...v3.0.0) | ||
@@ -42,2 +54,6 @@ | ||
![📖 DOC:](https://img.shields.io/badge/-DOCS-gray.svg?colorB=978CD4) | ||
> 📖 Changelog [`48cfb82`](https://github.com/ahmadawais/awais/commit/48cfb82ba2a381346e2ae61f9109b72188087ceb) <br> | ||
<br> | ||
@@ -44,0 +60,0 @@ |
{ | ||
"name": "awais", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Get to know Awais via `npx awais`.", | ||
@@ -9,2 +9,3 @@ "bin": { | ||
"dependencies": { | ||
"boxen": "^4.2.0", | ||
"chalk": "^4.1.0", | ||
@@ -11,0 +12,0 @@ "cli-alerts": "^1.0.2", |
@@ -0,1 +1,2 @@ | ||
const boxen = require('boxen'); | ||
const welcome = require('cli-welcome'); | ||
@@ -22,5 +23,5 @@ const checkNode = require('cli-check-node'); | ||
minimal && console.log(`Ahmad Awais`); | ||
minimal && console.log(boxen(`Ahmad Awais`, { padding: 1, float: `center`, dimBorder: true })); | ||
checkNode('10'); | ||
}; |
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
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
22083
132
8
+ Addedboxen@^4.2.0
+ Addedansi-align@3.0.1(transitive)
+ Addedansi-regex@5.0.1(transitive)
+ Addedboxen@4.2.0(transitive)
+ Addedcli-boxes@2.2.1(transitive)
+ Addedemoji-regex@8.0.0(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedstring-width@4.2.3(transitive)
+ Addedstrip-ansi@6.0.1(transitive)
+ Addedterm-size@2.2.1(transitive)
+ Addedwidest-line@3.1.0(transitive)