@libp2p/utils 6.1.3-a5cd8cfbe → 6.1.3-ad5cfd66a
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": "6.1.3-
|
|
3
|
+
"version": "6.1.3-ad5cfd66a",
|
|
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",
|
|
@@ -148,9 +148,9 @@
|
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
150
|
"@chainsafe/is-ip": "^2.0.2",
|
|
151
|
-
"@libp2p/crypto": "5.0.6-
|
|
152
|
-
"@libp2p/interface": "2.2.0-
|
|
153
|
-
"@libp2p/logger": "5.1.3-
|
|
151
|
+
"@libp2p/crypto": "5.0.6-ad5cfd66a",
|
|
152
|
+
"@libp2p/interface": "2.2.0-ad5cfd66a",
|
|
153
|
+
"@libp2p/logger": "5.1.3-ad5cfd66a",
|
|
154
154
|
"@multiformats/multiaddr": "^12.2.3",
|
|
155
155
|
"@sindresorhus/fnv1a": "^3.1.0",
|
|
156
156
|
"@types/murmurhash3js-revisited": "^3.0.3",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"uint8arrays": "^5.1.0"
|
|
172
172
|
},
|
|
173
173
|
"devDependencies": {
|
|
174
|
-
"@libp2p/peer-id": "5.0.7-
|
|
174
|
+
"@libp2p/peer-id": "5.0.7-ad5cfd66a",
|
|
175
175
|
"@types/netmask": "^2.0.5",
|
|
176
176
|
"aegir": "^44.0.1",
|
|
177
177
|
"benchmark": "^2.1.4",
|