Comparing version 2.10.0 to 2.10.1
{ | ||
"name": "cfonts", | ||
"description": "Sexy fonts for the console", | ||
"version": "2.10.0", | ||
"version": "2.10.1", | ||
"homepage": "https://github.com/dominikwilkowski/cfonts", | ||
@@ -49,15 +49,15 @@ "author": { | ||
"devDependencies": { | ||
"@babel/cli": "^7.15.4", | ||
"@babel/core": "^7.15.5", | ||
"@babel/preset-env": "^7.15.6", | ||
"@babel/cli": "^7.17.6", | ||
"@babel/core": "^7.17.8", | ||
"@babel/preset-env": "^7.16.11", | ||
"@types/node": "latest", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^7.32.0", | ||
"jest-cli": "^27.2.0", | ||
"eslint": "^8.12.0", | ||
"jest-cli": "^27.5.1", | ||
"onchange": "^7.1.0", | ||
"typescript": "^4.4.3" | ||
"typescript": "^4.6.3" | ||
}, | ||
"peerDependencies": {}, | ||
"dependencies": { | ||
"chalk": "^4.1.2", | ||
"chalk": "^4", | ||
"window-size": "^1.1.1" | ||
@@ -64,0 +64,0 @@ }, |
@@ -404,3 +404,3 @@ ```shell | ||
This option let's you use CFonts to generate HTML instead of ANSI code. | ||
This option lets you use CFonts to generate HTML instead of ANSI code. | ||
Note that `max-length` won't be automatically detected anymore and you will have to supply it if you want the text to wrap. | ||
@@ -516,2 +516,3 @@ Best used in a node script. | ||
## Release History | ||
* 2.10.1 - bumped dependencies | ||
* 2.10.0 - bumped dependencies, added typescript definitions into npm bundle | ||
@@ -518,0 +519,0 @@ * 2.9.3 - bumped dependencies |
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
287968
580
Updatedchalk@^4