Comparing version 1.3.0 to 1.3.1
# Change log | ||
## 1.3.1 (2021-12-29) | ||
- fixed usage for CommonJS: `const ansis = require('ansis').default;` --> `const ansis = require('ansis');` | ||
## 1.3.0 (2021-12-29) | ||
@@ -4,0 +7,0 @@ - added support CommonJS (now supported ESM and CommonJS) |
{ | ||
"name": "ansis", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Color styling of text for ANSI terminals using the SGR codes defined in the ECMA-48 standard.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
45991
11
913