@libp2p/logger 1.1.5 → 1.1.6

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 +2 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # libp2p-logger <!-- omit in toc -->
2
2
 
3
+ [![test & maybe release](https://github.com/libp2p/js-libp2p-logger/actions/workflows/js-test-and-release.yml/badge.svg)](https://github.com/libp2p/js-libp2p-logger/actions/workflows/js-test-and-release.yml)
4
+
3
5
  > A logging component for use in js-libp2p components
4
6
 
5
7
  ## Table of Contents <!-- omit in toc -->
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@libp2p/logger",
3
- "version": "1.1.5",
4
- "description": "A logging component for use in js-libp2p components",
3
+ "version": "1.1.6",
4
+ "description": "A logging component for use in js-libp2p modules",
5
5
  "license": "Apache-2.0 OR MIT",
6
- "homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/libp2p-logger#readme",
6
+ "homepage": "https://github.com/libp2p/js-libp2p-logger#readme",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/libp2p/js-libp2p-interfaces.git"
9
+ "url": "git+https://github.com/libp2p/js-libp2p-logger.git"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/libp2p/js-libp2p-interfaces/issues"
12
+ "url": "https://github.com/libp2p/js-libp2p-logger/issues"
13
13
  },
14
14
  "keywords": [
15
15
  "IPFS"