|
54 | 54 | "browser": {
|
55 | 55 | "@motrix/nat-api": false
|
56 | 56 | },
|
| 57 | + "eslintConfig": { |
| 58 | + "extends": "ipfs", |
| 59 | + "ignorePatterns": [ |
| 60 | + "!.aegir.js" |
| 61 | + ] |
| 62 | + }, |
57 | 63 | "dependencies": {
|
58 | 64 | "@motrix/nat-api": "^0.3.1",
|
| 65 | + "@types/varint": "^6.0.0", |
59 | 66 | "abort-controller": "^3.0.0",
|
60 | 67 | "aggregate-error": "^3.1.0",
|
61 | 68 | "any-signal": "^2.1.1",
|
62 | 69 | "bignumber.js": "^9.0.1",
|
63 | 70 | "cids": "^1.1.5",
|
64 | 71 | "class-is": "^1.1.0",
|
65 | 72 | "debug": "^4.3.1",
|
66 |
| - "err-code": "^2.0.0", |
| 73 | + "err-code": "^3.0.0", |
67 | 74 | "es6-promisify": "^6.1.1",
|
68 |
| - "events": "^3.2.0", |
| 75 | + "events": "^3.3.0", |
69 | 76 | "hashlru": "^2.3.0",
|
70 | 77 | "interface-datastore": "^3.0.3",
|
71 | 78 | "ipfs-utils": "^6.0.0",
|
|
83 | 90 | "it-take": "1.0.0",
|
84 | 91 | "libp2p-crypto": "^0.19.0",
|
85 | 92 | "libp2p-interfaces": "libp2p/js-libp2p-interfaces#chore/update-types",
|
86 |
| - "libp2p-utils": "^0.2.2", |
| 93 | + "libp2p-utils": "libp2p/js-libp2p-utils#feat/add-types", |
87 | 94 | "mafmt": "^8.0.0",
|
88 | 95 | "merge-options": "^3.0.4",
|
89 | 96 | "moving-average": "^1.0.0",
|
90 | 97 | "multiaddr": "^8.1.0",
|
91 |
| - "multicodec": "^2.1.0", |
92 |
| - "multihashing-async": "^2.0.1", |
| 98 | + "multicodec": "^3.0.1", |
| 99 | + "multihashing-async": "^2.1.2", |
93 | 100 | "multistream-select": "^1.0.0",
|
94 | 101 | "mutable-proxy": "^1.0.0",
|
95 | 102 | "node-forge": "^0.10.0",
|
96 | 103 | "p-any": "^3.0.0",
|
97 | 104 | "p-fifo": "^1.0.0",
|
98 |
| - "p-retry": "^4.2.0", |
99 |
| - "p-settle": "^4.0.1", |
| 105 | + "p-retry": "^4.4.0", |
| 106 | + "p-settle": "^4.1.1", |
100 | 107 | "peer-id": "^0.14.2",
|
101 |
| - "private-ip": "^2.0.0", |
| 108 | + "private-ip": "^2.1.0", |
102 | 109 | "protons": "^2.0.0",
|
103 |
| - "retimer": "^2.0.0", |
| 110 | + "retimer": "^3.0.0", |
104 | 111 | "sanitize-filename": "^1.6.3",
|
105 | 112 | "set-delayed-interval": "^1.0.0",
|
106 | 113 | "streaming-iterables": "^5.0.2",
|
107 | 114 | "timeout-abort-controller": "^1.1.1",
|
108 | 115 | "varint": "^6.0.0",
|
109 |
| - "xsalsa20": "^1.0.2" |
| 116 | + "xsalsa20": "^1.1.0" |
110 | 117 | },
|
111 | 118 | "devDependencies": {
|
112 | 119 | "@nodeutils/defaults-deep": "^1.1.0",
|
113 | 120 | "@types/es6-promisify": "^6.0.0",
|
| 121 | + "@types/node-forge": "^0.9.7", |
114 | 122 | "abortable-iterator": "^3.0.0",
|
115 |
| - "aegir": "^29.2.0", |
| 123 | + "aegir": "^32.1.0", |
116 | 124 | "chai-bytes": "^0.1.2",
|
117 | 125 | "chai-string": "^1.5.0",
|
118 |
| - "delay": "^4.4.0", |
| 126 | + "delay": "^5.0.0", |
119 | 127 | "interop-libp2p": "^0.3.0",
|
120 | 128 | "into-stream": "^6.0.0",
|
121 |
| - "ipfs-http-client": "^48.2.2", |
| 129 | + "ipfs-http-client": "^49.0.4", |
122 | 130 | "it-concat": "^1.0.0",
|
123 | 131 | "it-pair": "^1.0.0",
|
124 | 132 | "it-pushable": "^1.4.0",
|
|
128 | 136 | "libp2p-delegated-peer-routing": "^0.8.0",
|
129 | 137 | "libp2p-floodsub": "^0.24.0",
|
130 | 138 | "libp2p-gossipsub": "^0.8.0",
|
131 |
| - "libp2p-kad-dht": "^0.20.5", |
| 139 | + "libp2p-kad-dht": "^0.21.0", |
132 | 140 | "libp2p-mdns": "^0.15.0",
|
133 | 141 | "libp2p-mplex": "^0.10.1",
|
134 | 142 | "libp2p-noise": "^2.0.0",
|
135 | 143 | "libp2p-secio": "^0.13.1",
|
136 | 144 | "libp2p-tcp": "^0.15.1",
|
137 |
| - "libp2p-webrtc-star": "^0.20.0", |
| 145 | + "libp2p-webrtc-star": "^0.21.2", |
138 | 146 | "libp2p-websockets": "^0.15.0",
|
139 |
| - "multihashes": "^3.0.1", |
| 147 | + "multihashes": "^4.0.2", |
140 | 148 | "nock": "^13.0.3",
|
141 | 149 | "p-defer": "^3.0.0",
|
142 | 150 | "p-times": "^3.0.0",
|
143 | 151 | "p-wait-for": "^3.2.0",
|
144 | 152 | "rimraf": "^3.0.2",
|
145 |
| - "sinon": "^9.2.4", |
146 |
| - "uint8arrays": "^2.0.5" |
| 153 | + "sinon": "^10.0.0", |
| 154 | + "uint8arrays": "^2.1.3", |
| 155 | + "url": "^0.11.0", |
| 156 | + "util": "^0.12.3" |
147 | 157 | },
|
148 | 158 | "contributors": [
|
149 | 159 |
|
|
0 commit comments