@libp2p/peer-record 4.0.5 → 5.0.0

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.
Files changed (2) hide show
  1. package/dist/index.min.js +15 -7
  2. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-record",
3
- "version": "4.0.5",
3
+ "version": "5.0.0",
4
4
  "description": "Used to transfer signed peer data across the network",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/libp2p/js-libp2p-peer-record#readme",
@@ -146,11 +146,11 @@
146
146
  "docs": "aegir docs"
147
147
  },
148
148
  "dependencies": {
149
- "@libp2p/crypto": "^1.0.0",
150
- "@libp2p/interface-peer-id": "^1.0.2",
149
+ "@libp2p/crypto": "^1.0.11",
150
+ "@libp2p/interface-peer-id": "^2.0.0",
151
151
  "@libp2p/interface-record": "^2.0.1",
152
- "@libp2p/logger": "^2.0.0",
153
- "@libp2p/peer-id": "^1.1.13",
152
+ "@libp2p/logger": "^2.0.5",
153
+ "@libp2p/peer-id": "^2.0.0",
154
154
  "@libp2p/utils": "^3.0.0",
155
155
  "@multiformats/multiaddr": "^11.0.0",
156
156
  "err-code": "^3.0.1",
@@ -160,7 +160,7 @@
160
160
  "it-foreach": "^1.0.0",
161
161
  "it-map": "^2.0.0",
162
162
  "it-pipe": "^2.0.3",
163
- "multiformats": "^10.0.0",
163
+ "multiformats": "^11.0.0",
164
164
  "protons-runtime": "^4.0.1",
165
165
  "uint8-varint": "^1.0.2",
166
166
  "uint8arraylist": "^2.1.0",
@@ -169,9 +169,9 @@
169
169
  },
170
170
  "devDependencies": {
171
171
  "@libp2p/interface-record-compliance-tests": "^2.0.0",
172
- "@libp2p/peer-id-factory": "^1.0.0",
172
+ "@libp2p/peer-id-factory": "^2.0.0",
173
173
  "@types/varint": "^6.0.0",
174
- "aegir": "^37.3.0",
174
+ "aegir": "^37.9.1",
175
175
  "protons": "^6.0.0",
176
176
  "sinon": "^15.0.0"
177
177
  }