@bevry/ansi
Advanced tools
Comparing version 2.0.0 to 2.1.0-next.1603919717.b2b254c3812f5fa8e75489d948e75fb3daf65021
# History | ||
## v2.1.0 2020 October 29 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v2.0.0 2020 October 27 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "@bevry/ansi", | ||
"version": "2.0.0", | ||
"version": "2.1.0-next.1603919717.b2b254c3812f5fa8e75489d948e75fb3daf65021", | ||
"description": "Fork of @thlorenz's ansicolors and ansistyles packages that converts them to typescript and makes them compatible with deno", | ||
@@ -65,5 +65,3 @@ "homepage": "https://github.com/bevry/ansi", | ||
}, | ||
"funding": { | ||
"url": "https://bevry.me/fund" | ||
}, | ||
"funding": "https://bevry.me/fund", | ||
"author": "2020+ Benjamin Lupton <b@lupton.cc> (https://balupton.com), 2013 Thorsten Lorenz (https://www.twitch.tv/thlorenz)", | ||
@@ -178,8 +176,8 @@ "maintainers": [ | ||
"assert-helpers": "^8.0.1", | ||
"eslint": "^7.12.0", | ||
"eslint": "^7.12.1", | ||
"eslint-config-bevry": "^3.22.0", | ||
"eslint-config-prettier": "^6.14.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "3.2.0", | ||
"make-deno-edition": "^1.1.1", | ||
"make-deno-edition": "^1.2.0", | ||
"prettier": "^2.1.2", | ||
@@ -186,0 +184,0 @@ "projectz": "^2.16.0", |
@@ -54,3 +54,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/@bevry/ansi@^2.0.0/edition-deno/index.ts' | ||
import * as pkg from 'https://unpkg.com/@bevry/ansi@^2.1.0/edition-deno/index.ts' | ||
``` | ||
@@ -62,3 +62,3 @@ | ||
<script type="module"> | ||
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^2.0.0' | ||
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^2.1.0' | ||
</script> | ||
@@ -71,3 +71,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/@bevry/ansi@^2.0.0' | ||
import * as pkg from '//unpkg.com/@bevry/ansi@^2.1.0' | ||
</script> | ||
@@ -80,3 +80,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/@bevry/ansi@2.0.0' | ||
import * as pkg from '//dev.jspm.io/@bevry/ansi@2.1.0' | ||
</script> | ||
@@ -83,0 +83,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
53072
1