caterpillar
Advanced tools
Comparing version 5.12.0 to 5.13.0-next.1593751374.abc38c2e4cee4c4ad7193aca0602144d5d6de6b3
# History | ||
## v5.13.0 2020 July 3 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v5.12.0 2020 July 3 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Caterpillar", | ||
"name": "caterpillar", | ||
"version": "5.12.0", | ||
"version": "5.13.0-next.1593751374.abc38c2e4cee4c4ad7193aca0602144d5d6de6b3", | ||
"description": "Caterpillar is the ultimate logging system for Node.js, based on transform streams you can log to it and pipe the output off to different locations, including some pre-made ones. Caterpillar also supports log levels according to the RFC standard, as well as line, method, and file fetching for messages. You can even use it in web browsers with caterpillar-browser.", | ||
@@ -155,3 +155,3 @@ "homepage": "https://github.com/bevry/caterpillar", | ||
"@typescript-eslint/parser": "^3.5.0", | ||
"assert-helpers": "^6.15.0", | ||
"assert-helpers": "^6.16.0", | ||
"eslint": "^7.3.1", | ||
@@ -169,3 +169,3 @@ "eslint-config-bevry": "^3.13.0", | ||
"valid-directory": "^2.6.0", | ||
"valid-module": "^1.7.0" | ||
"valid-module": "^1.10.0" | ||
}, | ||
@@ -172,0 +172,0 @@ "scripts": { |
@@ -54,3 +54,3 @@ <!-- TITLE/ --> | ||
<script type="module"> | ||
import pkg from '//cdn.pika.dev/caterpillar/^5.12.0' | ||
import pkg from '//cdn.pika.dev/caterpillar/^5.13.0' | ||
</script> | ||
@@ -63,3 +63,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//unpkg.com/caterpillar@^5.12.0' | ||
import pkg from '//unpkg.com/caterpillar@^5.13.0' | ||
</script> | ||
@@ -72,3 +72,3 @@ ``` | ||
<script type="module"> | ||
import pkg from '//dev.jspm.io/caterpillar@5.12.0' | ||
import pkg from '//dev.jspm.io/caterpillar@5.13.0' | ||
</script> | ||
@@ -75,0 +75,0 @@ ``` |
@@ -9,5 +9,6 @@ { | ||
"strict": true, | ||
"target": "ESNext" | ||
"target": "ESNext", | ||
"module": "ESNext" | ||
}, | ||
"include": ["source"] | ||
} |
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
68500
1346
1