@libp2p/utils 5.2.1 → 5.2.2
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 +14 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/utils",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.2",
|
|
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",
|
|
@@ -76,14 +76,14 @@
|
|
|
76
76
|
"types": "./dist/src/multiaddr/is-private.d.ts",
|
|
77
77
|
"import": "./dist/src/multiaddr/is-private.js"
|
|
78
78
|
},
|
|
79
|
-
"./queue": {
|
|
80
|
-
"types": "./dist/src/queue/index.d.ts",
|
|
81
|
-
"import": "./dist/src/queue/index.js"
|
|
82
|
-
},
|
|
83
79
|
"./peer-queue": {
|
|
84
80
|
"types": "./dist/src/peer-queue.d.ts",
|
|
85
81
|
"import": "./dist/src/peer-queue.js"
|
|
86
82
|
},
|
|
83
|
+
"./queue": {
|
|
84
|
+
"types": "./dist/src/queue/index.d.ts",
|
|
85
|
+
"import": "./dist/src/queue/index.js"
|
|
86
|
+
},
|
|
87
87
|
"./rate-limiter": {
|
|
88
88
|
"types": "./dist/src/rate-limiter.d.ts",
|
|
89
89
|
"import": "./dist/src/rate-limiter.js"
|
|
@@ -123,23 +123,23 @@
|
|
|
123
123
|
},
|
|
124
124
|
"dependencies": {
|
|
125
125
|
"@chainsafe/is-ip": "^2.0.2",
|
|
126
|
-
"
|
|
127
|
-
"@libp2p/
|
|
128
|
-
"@libp2p/logger": "^4.0.4",
|
|
126
|
+
"@libp2p/interface": "^1.1.2",
|
|
127
|
+
"@libp2p/logger": "^4.0.5",
|
|
129
128
|
"@multiformats/multiaddr": "^12.1.10",
|
|
130
129
|
"@multiformats/multiaddr-matcher": "^1.1.0",
|
|
130
|
+
"delay": "^6.0.0",
|
|
131
131
|
"get-iterator": "^2.0.1",
|
|
132
132
|
"is-loopback-addr": "^2.0.1",
|
|
133
|
-
"it-pushable": "^3.2.
|
|
133
|
+
"it-pushable": "^3.2.3",
|
|
134
134
|
"it-stream-types": "^2.0.1",
|
|
135
135
|
"p-defer": "^4.0.0",
|
|
136
136
|
"private-ip": "^3.0.1",
|
|
137
137
|
"race-event": "^1.1.0",
|
|
138
|
-
"race-signal": "^1.0.
|
|
139
|
-
"uint8arraylist": "^2.4.
|
|
138
|
+
"race-signal": "^1.0.2",
|
|
139
|
+
"uint8arraylist": "^2.4.7"
|
|
140
140
|
},
|
|
141
141
|
"devDependencies": {
|
|
142
|
-
"@libp2p/peer-id-factory": "^4.0.
|
|
142
|
+
"@libp2p/peer-id-factory": "^4.0.5",
|
|
143
143
|
"aegir": "^42.0.0",
|
|
144
144
|
"delay": "^6.0.0",
|
|
145
145
|
"it-all": "^3.0.3",
|
|
@@ -149,5 +149,6 @@
|
|
|
149
149
|
"sinon": "^17.0.1",
|
|
150
150
|
"sinon-ts": "^2.0.0",
|
|
151
151
|
"uint8arrays": "^5.0.0"
|
|
152
|
-
}
|
|
152
|
+
},
|
|
153
|
+
"sideEffects": false
|
|
153
154
|
}
|