@bevry/ansi
Advanced tools
Comparing version 6.0.0 to 6.1.0-next.1699870657.56e6d2bca303c9b4577c0ac09b6df612fe957d8a
{ | ||
"name": "@bevry/ansi", | ||
"version": "6.0.0", | ||
"version": "6.1.0-next.1699870657.56e6d2bca303c9b4577c0ac09b6df612fe957d8a", | ||
"description": "ANSI colors and styles for Deno, Node.js, JavaScript, and TypeScript", | ||
@@ -225,3 +225,3 @@ "homepage": "https://github.com/bevry/ansi", | ||
"dependencies": { | ||
"editions": "^6.9.0" | ||
"editions": "^6.10.0" | ||
}, | ||
@@ -233,3 +233,3 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"assert-helpers": "^11.0.0", | ||
"assert-helpers": "^11.1.0", | ||
"eslint": "^8.53.0", | ||
@@ -239,5 +239,5 @@ "eslint-config-bevry": "^3.29.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "3.2.0", | ||
"kava": "^7.0.0", | ||
"make-deno-edition": "^1.3.0", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
@@ -288,4 +288,5 @@ "surge": "^0.23.1", | ||
"semi": false, | ||
"singleQuote": true | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
} | ||
} | ||
} |
@@ -55,3 +55,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/@bevry/ansi@^6.0.0/edition-deno/index.ts' | ||
import * as pkg from 'https://unpkg.com/@bevry/ansi@^6.1.0/edition-deno/index.ts' | ||
``` | ||
@@ -63,3 +63,3 @@ | ||
<script type="module"> | ||
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^6.0.0' | ||
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^6.1.0' | ||
</script> | ||
@@ -72,3 +72,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/@bevry/ansi@^6.0.0' | ||
import * as pkg from '//unpkg.com/@bevry/ansi@^6.1.0' | ||
</script> | ||
@@ -81,3 +81,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/@bevry/ansi@6.0.0' | ||
import * as pkg from '//dev.jspm.io/@bevry/ansi@6.1.0' | ||
</script> | ||
@@ -84,0 +84,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
80731
1
Updatededitions@^6.10.0