@logtape/logtape 0.1.0-dev.17 → 0.1.0

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 (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  LogTape
4
4
  =======
5
5
 
6
+ [![JSR][JSR badge]][JSR]
7
+ [![npm][npm badge]][npm]
6
8
  [![GitHub Actions][GitHub Actions badge]][GitHub Actions]
7
9
  [![Codecov][Codecov badge]][Codecov]
8
10
 
@@ -19,6 +21,10 @@ sinks.
19
21
  ![](./screenshots/web-console.png)
20
22
  ![](./screenshots/terminal-console.png)
21
23
 
24
+ [JSR]: https://jsr.io/@logtape/logtape
25
+ [JSR badge]: https://jsr.io/badges/@logtape/logtape
26
+ [npm]: https://www.npmjs.com/package/@logtape/logtape
27
+ [npm badge]: https://img.shields.io/npm/v/@logtape/logtape?logo=npm
22
28
  [GitHub Actions]: https://github.com/dahlia/logtape/actions/workflows/main.yaml
23
29
  [GitHub Actions badge]: https://github.com/dahlia/logtape/actions/workflows/main.yaml/badge.svg
24
30
  [Codecov]: https://codecov.io/gh/dahlia/logtape
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@logtape/logtape",
3
- "version": "0.1.0-dev.17+5e7affa9",
3
+ "version": "0.1.0",
4
4
  "description": "Simple logging library for Deno/Node.js/Bun/browsers",
5
5
  "keywords": [
6
6
  "logging",