@libp2p/utils 5.1.1-d011f6130 → 5.2.0-900236724
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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/utils",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0-900236724",
|
|
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",
|
|
@@ -119,28 +119,28 @@
|
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
121
|
"@chainsafe/is-ip": "^2.0.2",
|
|
122
|
-
"@libp2p/interface": "1.1.
|
|
122
|
+
"@libp2p/interface": "1.1.1-900236724",
|
|
123
|
+
"@libp2p/logger": "4.0.4-900236724",
|
|
123
124
|
"@multiformats/multiaddr": "^12.1.10",
|
|
124
125
|
"@multiformats/multiaddr-matcher": "^1.1.0",
|
|
125
126
|
"get-iterator": "^2.0.1",
|
|
126
127
|
"is-loopback-addr": "^2.0.1",
|
|
127
128
|
"it-pushable": "^3.2.2",
|
|
128
129
|
"it-stream-types": "^2.0.1",
|
|
130
|
+
"p-defer": "^4.0.0",
|
|
129
131
|
"private-ip": "^3.0.1",
|
|
130
132
|
"race-event": "^1.1.0",
|
|
131
133
|
"race-signal": "^1.0.1",
|
|
132
134
|
"uint8arraylist": "^2.4.3"
|
|
133
135
|
},
|
|
134
136
|
"devDependencies": {
|
|
135
|
-
"@libp2p/
|
|
136
|
-
"
|
|
137
|
-
"aegir": "^41.0.2",
|
|
137
|
+
"@libp2p/peer-id-factory": "4.0.3-900236724",
|
|
138
|
+
"aegir": "^42.0.0",
|
|
138
139
|
"delay": "^6.0.0",
|
|
139
140
|
"it-all": "^3.0.3",
|
|
140
141
|
"it-drain": "^3.0.5",
|
|
141
142
|
"it-pair": "^2.0.6",
|
|
142
143
|
"it-pipe": "^3.0.1",
|
|
143
|
-
"p-defer": "^4.0.0",
|
|
144
144
|
"sinon": "^17.0.1",
|
|
145
145
|
"sinon-ts": "^2.0.0",
|
|
146
146
|
"uint8arrays": "^5.0.0"
|