@libp2p/peer-record 5.0.1 → 5.0.3

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 +14 -14
  2. package/package.json +5 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/peer-record",
3
- "version": "5.0.1",
3
+ "version": "5.0.3",
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",
@@ -132,7 +132,7 @@
132
132
  "scripts": {
133
133
  "clean": "aegir clean",
134
134
  "lint": "aegir lint",
135
- "dep-check": "aegir dep-check",
135
+ "dep-check": "aegir dep-check -i protons",
136
136
  "generate": "protons src/envelope/envelope.proto src/peer-record/peer-record.proto",
137
137
  "build": "aegir build",
138
138
  "test": "aegir test",
@@ -150,29 +150,19 @@
150
150
  "@libp2p/interface-peer-id": "^2.0.0",
151
151
  "@libp2p/interface-record": "^2.0.1",
152
152
  "@libp2p/interfaces": "^3.2.0",
153
- "@libp2p/logger": "^2.0.5",
154
153
  "@libp2p/peer-id": "^2.0.0",
155
154
  "@libp2p/utils": "^3.0.0",
156
- "@multiformats/multiaddr": "^11.0.0",
157
- "interface-datastore": "^7.0.0",
158
- "it-all": "^2.0.0",
159
- "it-filter": "^2.0.0",
160
- "it-foreach": "^1.0.0",
161
- "it-map": "^2.0.0",
162
- "it-pipe": "^2.0.3",
163
- "multiformats": "^11.0.0",
155
+ "@multiformats/multiaddr": "^12.0.0",
164
156
  "protons-runtime": "^5.0.0",
165
157
  "uint8-varint": "^1.0.2",
166
158
  "uint8arraylist": "^2.1.0",
167
- "uint8arrays": "^4.0.2",
168
- "varint": "^6.0.0"
159
+ "uint8arrays": "^4.0.2"
169
160
  },
170
161
  "devDependencies": {
171
162
  "@libp2p/interface-record-compliance-tests": "^2.0.0",
172
163
  "@libp2p/peer-id-factory": "^2.0.0",
173
164
  "@types/varint": "^6.0.0",
174
165
  "aegir": "^38.1.2",
175
- "protons": "^7.0.2",
176
- "sinon": "^15.0.0"
166
+ "protons": "^7.0.2"
177
167
  }
178
168
  }