@libp2p/utils 5.3.1-eaf8ac7cf → 5.3.1-fd1f8343d
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 +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -63,8 +63,8 @@ Loading this module through a script tag will make it's exports available as `Li
|
|
|
63
63
|
|
|
64
64
|
Licensed under either of
|
|
65
65
|
|
|
66
|
-
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
67
|
-
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
66
|
+
- Apache 2.0, ([LICENSE-APACHE](https://github.com/libp2p/js-libp2p/blob/main/packages/utils/LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
|
|
67
|
+
- MIT ([LICENSE-MIT](https://github.com/libp2p/js-libp2p/blob/main/packages/utils/LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
|
|
68
68
|
|
|
69
69
|
# Contribution
|
|
70
70
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/utils",
|
|
3
|
-
"version": "5.3.1-
|
|
3
|
+
"version": "5.3.1-fd1f8343d",
|
|
4
4
|
"description": "Package to aggregate shared logic and dependencies for the libp2p ecosystem",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/utils#readme",
|
|
@@ -128,8 +128,8 @@
|
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
130
|
"@chainsafe/is-ip": "^2.0.2",
|
|
131
|
-
"@libp2p/interface": "1.2.0-
|
|
132
|
-
"@libp2p/logger": "4.0.10-
|
|
131
|
+
"@libp2p/interface": "1.2.0-fd1f8343d",
|
|
132
|
+
"@libp2p/logger": "4.0.10-fd1f8343d",
|
|
133
133
|
"@multiformats/multiaddr": "^12.2.1",
|
|
134
134
|
"@multiformats/multiaddr-matcher": "^1.2.0",
|
|
135
135
|
"delay": "^6.0.0",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"uint8arraylist": "^2.4.8"
|
|
145
145
|
},
|
|
146
146
|
"devDependencies": {
|
|
147
|
-
"@libp2p/peer-id-factory": "4.0.10-
|
|
147
|
+
"@libp2p/peer-id-factory": "4.0.10-fd1f8343d",
|
|
148
148
|
"@types/netmask": "^2.0.5",
|
|
149
149
|
"aegir": "^42.2.5",
|
|
150
150
|
"delay": "^6.0.0",
|