caterpillar
Advanced tools
Comparing version 6.7.0 to 6.8.0-next.1627590771.1d8882091a33d0d1dc049f66ef8b9b8411c45b6e
# History | ||
## v6.8.0 2021 July 30 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.7.0 2021 July 29 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Caterpillar", | ||
"name": "caterpillar", | ||
"version": "6.7.0", | ||
"version": "6.8.0-next.1627590771.1d8882091a33d0d1dc049f66ef8b9b8411c45b6e", | ||
"description": "Caterpillar is the ultimate logging system for Deno, Node.js, and Web Browsers. Log levels are implemented to the RFC standard. Log entries can be filtered and piped to various streams, including coloured output to the terminal, the browser's console, and debug files. You can even write your own transforms.", | ||
@@ -153,3 +153,3 @@ "homepage": "https://github.com/bevry/caterpillar", | ||
"dependencies": { | ||
"@bevry/ansi": "^3.0.0", | ||
"@bevry/ansi": "^3.3.0", | ||
"get-current-line": "^6.5.0", | ||
@@ -162,5 +162,5 @@ "rfc-log-levels": "^3.16.0" | ||
"@typescript-eslint/parser": "^4.28.5", | ||
"assert-helpers": "^8.2.0", | ||
"assert-helpers": "^8.4.0", | ||
"eslint": "^7.31.0", | ||
"eslint-config-bevry": "^3.25.0", | ||
"eslint-config-bevry": "^3.26.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
@@ -171,3 +171,3 @@ "eslint-plugin-prettier": "^3.4.0", | ||
"prettier": "^2.3.2", | ||
"projectz": "^2.19.0", | ||
"projectz": "^2.21.0", | ||
"surge": "^0.23.0", | ||
@@ -174,0 +174,0 @@ "typedoc": "^0.21.4", |
@@ -38,3 +38,3 @@ <!-- TITLE/ --> | ||
[Complete API Documentation.](http://master.caterpillar.bevry.surge.sh/docs/globals.html) | ||
[Complete API Documentation.](http://master.caterpillar.bevry.surge.sh/docs/) | ||
@@ -255,3 +255,3 @@ ### Examples | ||
<script type="module"> | ||
import * as pkg from '//cdn.skypack.dev/caterpillar@^6.7.0' | ||
import * as pkg from '//cdn.skypack.dev/caterpillar@^6.8.0' | ||
</script> | ||
@@ -264,3 +264,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/caterpillar@^6.7.0' | ||
import * as pkg from '//unpkg.com/caterpillar@^6.8.0' | ||
</script> | ||
@@ -273,3 +273,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/caterpillar@6.7.0' | ||
import * as pkg from '//dev.jspm.io/caterpillar@6.8.0' | ||
</script> | ||
@@ -276,0 +276,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
133088
1
Updated@bevry/ansi@^3.3.0