@bevry/ansi
Advanced tools
Comparing version 6.4.0 to 6.5.0-next.1700830218.4ffae09e98c478aae5eb5c3fb7216b031f32ea2b
{ | ||
"name": "@bevry/ansi", | ||
"version": "6.4.0", | ||
"version": "6.5.0-next.1700830218.4ffae09e98c478aae5eb5c3fb7216b031f32ea2b", | ||
"description": "ANSI colors and styles for Deno, Node.js, JavaScript, and TypeScript", | ||
@@ -242,23 +242,23 @@ "homepage": "https://github.com/bevry/ansi", | ||
"dependencies": { | ||
"editions": "^6.13.0" | ||
"editions": "^6.15.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.23.0", | ||
"@types/node": "^20.9.3", | ||
"@types/node": "^20.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"assert-helpers": "^11.4.0", | ||
"assert-helpers": "^11.5.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-bevry": "^5.0.0", | ||
"eslint-config-bevry": "^5.1.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^7.2.0", | ||
"make-deno-edition": "^1.3.0", | ||
"kava": "^7.3.0", | ||
"make-deno-edition": "^2.0.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^3.2.0", | ||
"projectz": "^3.3.0", | ||
"surge": "^0.23.1", | ||
"typedoc": "^0.25.3", | ||
"typescript": "5.2.2", | ||
"valid-directory": "^4.4.0", | ||
"valid-module": "^2.4.0" | ||
"valid-directory": "^4.5.0", | ||
"valid-module": "^2.5.0" | ||
}, | ||
@@ -306,2 +306,2 @@ "scripts": { | ||
} | ||
} | ||
} |
@@ -56,3 +56,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/@bevry/ansi@^6.4.0/edition-deno/index.ts' | ||
import * as pkg from 'https://unpkg.com/@bevry/ansi@^6.5.0/edition-deno/index.ts' | ||
``` | ||
@@ -64,3 +64,3 @@ | ||
<script type="module"> | ||
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^6.4.0' | ||
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^6.5.0' | ||
</script> | ||
@@ -73,3 +73,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/@bevry/ansi@^6.4.0' | ||
import * as pkg from '//unpkg.com/@bevry/ansi@^6.5.0' | ||
</script> | ||
@@ -82,3 +82,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/@bevry/ansi@6.4.0' | ||
import * as pkg from '//dev.jspm.io/@bevry/ansi@6.5.0' | ||
</script> | ||
@@ -85,0 +85,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
82903
1
Updatededitions@^6.15.0