@libp2p/utils 5.4.0-9d13a2f6a → 5.4.0-a11e135c2
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/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/utils",
|
|
3
|
-
"version": "5.4.0-
|
|
3
|
+
"version": "5.4.0-a11e135c2",
|
|
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",
|
|
@@ -132,9 +132,9 @@
|
|
|
132
132
|
},
|
|
133
133
|
"dependencies": {
|
|
134
134
|
"@chainsafe/is-ip": "^2.0.2",
|
|
135
|
-
"@libp2p/crypto": "4.1.1-
|
|
136
|
-
"@libp2p/interface": "1.3.1-
|
|
137
|
-
"@libp2p/logger": "4.0.12-
|
|
135
|
+
"@libp2p/crypto": "4.1.1-a11e135c2",
|
|
136
|
+
"@libp2p/interface": "1.3.1-a11e135c2",
|
|
137
|
+
"@libp2p/logger": "4.0.12-a11e135c2",
|
|
138
138
|
"@multiformats/multiaddr": "^12.2.1",
|
|
139
139
|
"@multiformats/multiaddr-matcher": "^1.2.0",
|
|
140
140
|
"@sindresorhus/fnv1a": "^3.1.0",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"uint8arrays": "^5.0.3"
|
|
154
154
|
},
|
|
155
155
|
"devDependencies": {
|
|
156
|
-
"@libp2p/peer-id-factory": "4.1.1-
|
|
156
|
+
"@libp2p/peer-id-factory": "4.1.1-a11e135c2",
|
|
157
157
|
"@types/netmask": "^2.0.5",
|
|
158
158
|
"aegir": "^42.2.5",
|
|
159
159
|
"delay": "^6.0.0",
|