@libp2p/logger 5.1.4 → 5.1.5

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 +1 -1
  2. package/package.json +9 -9
  3. package/LICENSE +0 -4
package/README.md CHANGED
@@ -62,7 +62,7 @@ $ npm i @libp2p/logger
62
62
 
63
63
  ## Browser `<script>` tag
64
64
 
65
- Loading this module through a script tag will make it's exports available as `Libp2pLogger` in the global namespace.
65
+ Loading this module through a script tag will make its exports available as `Libp2pLogger` in the global namespace.
66
66
 
67
67
  ```html
68
68
  <script src="https://unpkg.com/@libp2p/logger/dist/index.min.js"></script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/logger",
3
- "version": "5.1.4",
3
+ "version": "5.1.5",
4
4
  "description": "A logging component for use in js-libp2p modules",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/logger#readme",
@@ -54,16 +54,16 @@
54
54
  "test:electron-main": "aegir test -t electron-main"
55
55
  },
56
56
  "dependencies": {
57
- "@libp2p/interface": "^2.2.1",
58
- "@multiformats/multiaddr": "^12.2.3",
59
- "interface-datastore": "^8.3.0",
60
- "multiformats": "^13.1.0",
61
- "weald": "^1.0.2"
57
+ "@libp2p/interface": "^2.3.0",
58
+ "@multiformats/multiaddr": "^12.3.3",
59
+ "interface-datastore": "^8.3.1",
60
+ "multiformats": "^13.3.1",
61
+ "weald": "^1.0.4"
62
62
  },
63
63
  "devDependencies": {
64
- "@libp2p/peer-id": "^5.0.8",
65
- "aegir": "^44.0.1",
66
- "sinon": "^18.0.0",
64
+ "@libp2p/peer-id": "^5.0.9",
65
+ "aegir": "^45.0.5",
66
+ "sinon": "^19.0.2",
67
67
  "uint8arrays": "^5.1.0"
68
68
  },
69
69
  "browser": {
package/LICENSE DELETED
@@ -1,4 +0,0 @@
1
- This project is dual licensed under MIT and Apache-2.0.
2
-
3
- MIT: https://www.opensource.org/licenses/mit
4
- Apache-2.0: https://www.apache.org/licenses/license-2.0