caterpillar
Advanced tools
Comparing version 6.2.0 to 6.3.0-next.1597711409.c59a21e0b3153e48f0cd1df8c649d58c7acd6f67
@@ -1,3 +0,3 @@ | ||
import { __ as __fdPolyfill } from 'https://deno.land/x/dirname/mod.ts' | ||
const { __filename, __dirname } = __fdPolyfill(import.meta) | ||
import filedirname from 'https://unpkg.com/filedirname@^1.0.0/edition-deno/index.ts' | ||
const { __filename, __dirname } = filedirname(import.meta.url) | ||
import getLogLevel, { | ||
@@ -7,7 +7,7 @@ rfcLogLevels, | ||
LevelsMap, | ||
} from 'https://unpkg.com/rfc-log-levels@^3.12.0/edition-deno/index.ts' | ||
} from 'https://unpkg.com/rfc-log-levels@^3.13.0/edition-deno/index.ts' | ||
import getCurrentLine, { | ||
LineOffset, | ||
LineInfo, | ||
} from 'https://unpkg.com/get-current-line@^5.14.0/edition-deno/index.ts' | ||
} from 'https://unpkg.com/get-current-line@^5.16.0/edition-deno/index.ts' | ||
import { Transform } from './transform.ts' | ||
@@ -14,0 +14,0 @@ |
# History | ||
## v6.3.0 2020 August 18 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.2.0 2020 August 18 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"title": "Caterpillar", | ||
"name": "caterpillar", | ||
"version": "6.2.0", | ||
"version": "6.3.0-next.1597711409.c59a21e0b3153e48f0cd1df8c649d58c7acd6f67", | ||
"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,2 +177,3 @@ "homepage": "https://github.com/bevry/caterpillar", | ||
}, | ||
"deno": "edition-deno/index.ts", | ||
"browser": "edition-browsers/index.js", | ||
@@ -182,24 +183,24 @@ "module": "edition-browsers/index.js", | ||
"@bevry/ansi": "^1.3.0", | ||
"editions": "^4.0.0", | ||
"get-current-line": "^5.14.0", | ||
"rfc-log-levels": "^3.12.0" | ||
"editions": "^4.1.0", | ||
"get-current-line": "^5.16.0", | ||
"rfc-log-levels": "^3.13.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.15.0", | ||
"@bevry/update-contributors": "^1.16.0", | ||
"@typescript-eslint/eslint-plugin": "^3.9.1", | ||
"@typescript-eslint/parser": "^3.9.1", | ||
"assert-helpers": "^6.19.0", | ||
"assert-helpers": "^7.0.1", | ||
"eslint": "^7.7.0", | ||
"eslint-config-bevry": "^3.18.0", | ||
"eslint-config-bevry": "^3.19.0", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.10.0", | ||
"make-deno-edition": "^1.0.0", | ||
"kava": "^5.11.0", | ||
"make-deno-edition": "^1.0.2", | ||
"prettier": "^2.0.5", | ||
"projectz": "^2.14.0", | ||
"projectz": "^2.15.0", | ||
"surge": "^0.21.6", | ||
"typedoc": "^0.18.0", | ||
"typescript": "^3.9.7", | ||
"valid-directory": "^3.0.0", | ||
"valid-module": "^1.12.0" | ||
"valid-directory": "^3.1.0", | ||
"valid-module": "^1.13.0" | ||
}, | ||
@@ -248,4 +249,3 @@ "scripts": { | ||
"singleQuote": true | ||
}, | ||
"deno": "edition-deno/index.ts" | ||
} | ||
} |
@@ -61,3 +61,3 @@ <!-- TITLE/ --> | ||
``` typescript | ||
import * as pkg from 'https://unpkg.com/caterpillar@^6.2.0/edition-deno/index.ts' | ||
import * as pkg from 'https://unpkg.com/caterpillar@^6.3.0/edition-deno/index.ts' | ||
``` | ||
@@ -69,3 +69,3 @@ | ||
<script type="module"> | ||
import * as pkg from '//cdn.skypack.dev/caterpillar@^6.2.0' | ||
import * as pkg from '//cdn.skypack.dev/caterpillar@^6.3.0' | ||
</script> | ||
@@ -78,3 +78,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//unpkg.com/caterpillar@^6.2.0' | ||
import * as pkg from '//unpkg.com/caterpillar@^6.3.0' | ||
</script> | ||
@@ -87,3 +87,3 @@ ``` | ||
<script type="module"> | ||
import * as pkg from '//dev.jspm.io/caterpillar@6.2.0' | ||
import * as pkg from '//dev.jspm.io/caterpillar@6.3.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
153840
58
1
Updatededitions@^4.1.0
Updatedget-current-line@^5.16.0
Updatedrfc-log-levels@^3.13.0