caterpillar
Advanced tools
Comparing version 6.0.2 to 6.1.0-next.1596512483.b39890f911e95f7525138c882d5bb708f81064fb
@@ -5,3 +5,3 @@ // Imports | ||
import { inspect } from 'https://raw.githubusercontent.com/denoland/deno/c5d3385203acaca4a3c63b2270fb92571f4b099c/std/node/util.ts' | ||
import * as ansi from 'https://unpkg.com/@bevry/ansi@^1.1.0/edition-deno/index.ts' | ||
import * as ansi from 'https://unpkg.com/@bevry/ansi@^1.2.0/edition-deno/index.ts' | ||
@@ -8,0 +8,0 @@ /** |
# History | ||
## v6.1.0 2020 August 4 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.0.2 2020 July 22 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Caterpillar", | ||
"name": "caterpillar", | ||
"version": "6.0.2", | ||
"version": "6.1.0-next.1596512483.b39890f911e95f7525138c882d5bb708f81064fb", | ||
"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.", | ||
@@ -177,6 +177,7 @@ "homepage": "https://github.com/bevry/caterpillar", | ||
}, | ||
"deno": "edition-deno/index.ts", | ||
"browser": "edition-browsers/index.js", | ||
"module": "edition-browsers/index.js", | ||
"dependencies": { | ||
"@bevry/ansi": "^1.1.0", | ||
"@bevry/ansi": "^1.2.0", | ||
"editions": "^3.15.0", | ||
@@ -188,6 +189,6 @@ "get-current-line": "^5.13.0", | ||
"@bevry/update-contributors": "^1.14.0", | ||
"@typescript-eslint/eslint-plugin": "^3.7.0", | ||
"@typescript-eslint/parser": "^3.7.0", | ||
"assert-helpers": "^6.18.0", | ||
"eslint": "^7.5.0", | ||
"@typescript-eslint/eslint-plugin": "^3.8.0", | ||
"@typescript-eslint/parser": "^3.8.0", | ||
"assert-helpers": "^6.19.0", | ||
"eslint": "^7.6.0", | ||
"eslint-config-bevry": "^3.17.0", | ||
@@ -248,4 +249,3 @@ "eslint-config-prettier": "^6.11.0", | ||
"singleQuote": true | ||
}, | ||
"deno": "edition-deno/index.ts" | ||
} | ||
} |
@@ -61,3 +61,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/caterpillar@^6.0.2/edition-deno/index.ts' | ||
import * as pkg from 'https://unpkg.com/caterpillar@^6.1.0/edition-deno/index.ts' | ||
``` | ||
@@ -69,3 +69,3 @@ | ||
<script type="module"> | ||
import * as pkg from '//cdn.pika.dev/caterpillar/^6.0.2' | ||
import * as pkg from '//cdn.pika.dev/caterpillar/^6.1.0' | ||
</script> | ||
@@ -78,3 +78,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/caterpillar@^6.0.2' | ||
import * as pkg from '//unpkg.com/caterpillar@^6.1.0' | ||
</script> | ||
@@ -87,3 +87,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/caterpillar@6.0.2' | ||
import * as pkg from '//dev.jspm.io/caterpillar@6.1.0' | ||
</script> | ||
@@ -90,0 +90,0 @@ ``` |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
153229
1
Updated@bevry/ansi@^1.2.0