@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.
Files changed (3) hide show
  1. package/README.md +3 -0
  2. package/deno.json +1 -1
  3. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/logtape",
3
- "version": "1.3.0-dev.377+8bc3b017",
3
+ "version": "1.3.0-dev.379+84654e7a",
4
4
  "license": "MIT",
5
5
  "exports": "./src/mod.ts",
6
6
  "imports": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/logtape",
3
- "version": "1.3.0-dev.377+8bc3b017",
3
+ "version": "1.3.0-dev.379+84654e7a",
4
4
  "description": "Simple logging library with zero dependencies for Deno/Node.js/Bun/browsers",
5
5
  "keywords": [
6
6
  "logging",