@logtape/logtape 1.3.0-dev.377 → 1.3.0-dev.379
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/deno.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@ LogTape
|
|
|
5
5
|
|
|
6
6
|
[![JSR][JSR badge]][JSR]
|
|
7
7
|
[![npm][npm badge]][npm]
|
|
8
|
+
[![Bundlephobia][Bundlephobia badge]][Bundlephobia]
|
|
8
9
|
[![GitHub Actions][GitHub Actions badge]][GitHub Actions]
|
|
9
10
|
[![Codecov][Codecov badge]][Codecov]
|
|
10
11
|
|
|
@@ -46,6 +47,8 @@ The highlights of LogTape are:
|
|
|
46
47
|
[JSR badge]: https://jsr.io/badges/@logtape/logtape
|
|
47
48
|
[npm]: https://www.npmjs.com/package/@logtape/logtape
|
|
48
49
|
[npm badge]: https://img.shields.io/npm/v/@logtape/logtape?logo=npm
|
|
50
|
+
[Bundlephobia]: https://bundlephobia.com/package/@logtape/logtape
|
|
51
|
+
[Bundlephobia badge]: https://badgen.net/bundlephobia/dependency-count/@logtape/logtape
|
|
49
52
|
[GitHub Actions]: https://github.com/dahlia/logtape/actions/workflows/main.yaml
|
|
50
53
|
[GitHub Actions badge]: https://github.com/dahlia/logtape/actions/workflows/main.yaml/badge.svg
|
|
51
54
|
[Codecov]: https://codecov.io/gh/dahlia/logtape
|
package/deno.json
CHANGED