@bevry/ansi
Advanced tools
Comparing version 6.6.0 to 6.7.0-next.1701788289.80a36e88bcc5b18df6477f45f04f5159057a9ede
{ | ||
"name": "@bevry/ansi", | ||
"version": "6.6.0", | ||
"version": "6.7.0-next.1701788289.80a36e88bcc5b18df6477f45f04f5159057a9ede", | ||
"description": "ANSI colors and styles for Deno, Node.js, JavaScript, and TypeScript", | ||
@@ -242,3 +242,3 @@ "homepage": "https://github.com/bevry/ansi", | ||
"dependencies": { | ||
"editions": "^6.17.0" | ||
"editions": "^6.18.0" | ||
}, | ||
@@ -250,3 +250,3 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"assert-helpers": "^11.7.0", | ||
"assert-helpers": "^11.8.0", | ||
"eslint": "^8.55.0", | ||
@@ -307,2 +307,2 @@ "eslint-config-bevry": "^5.2.0", | ||
} | ||
} | ||
} |
@@ -56,3 +56,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/@bevry/ansi@^6.6.0/edition-deno/index.ts' | ||
import * as pkg from 'https://unpkg.com/@bevry/ansi@^6.7.0/edition-deno/index.ts' | ||
``` | ||
@@ -64,3 +64,3 @@ | ||
<script type="module"> | ||
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^6.6.0' | ||
import * as pkg from '//cdn.skypack.dev/@bevry/ansi@^6.7.0' | ||
</script> | ||
@@ -73,3 +73,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/@bevry/ansi@^6.6.0' | ||
import * as pkg from '//unpkg.com/@bevry/ansi@^6.7.0' | ||
</script> | ||
@@ -82,3 +82,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/@bevry/ansi@6.6.0' | ||
import * as pkg from '//dev.jspm.io/@bevry/ansi@6.7.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
82646
1
Updatededitions@^6.18.0