Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 4dd8acf

Browse files
authoredSep 28, 2021
chore: update deps (#3901)
Reduce dep duplication by updating versions
1 parent 7bac678 commit 4dd8acf

File tree

23 files changed

+45
-45
lines changed

23 files changed

+45
-45
lines changed
 

‎packages/interface-ipfs-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,15 @@
6767
"@types/pako": "^1.0.2",
6868
"@types/readable-stream": "^2.3.11",
6969
"abort-controller": "^3.0.0",
70-
"aegir": "^35.1.0",
70+
"aegir": "^35.1.1",
7171
"blockstore-core": "^1.0.2",
7272
"copyfiles": "^2.4.1",
7373
"delay": "^5.0.0",
7474
"err-code": "^3.0.1",
7575
"ipfs-core-types": "^0.8.0",
7676
"ipfs-unixfs": "^6.0.3",
7777
"ipfs-unixfs-importer": "^9.0.3",
78-
"ipfs-utils": "^9.0.1",
78+
"ipfs-utils": "^9.0.2",
7979
"ipns": "^0.15.0",
8080
"is-ipfs": "^6.0.1",
8181
"iso-random-stream": "^2.0.0",
@@ -91,7 +91,7 @@
9191
"it-tar": "^4.0.0",
9292
"it-to-buffer": "^2.0.0",
9393
"libp2p-crypto": "^0.19.7",
94-
"libp2p-websockets": "^0.16.1",
94+
"libp2p-websockets": "^0.16.2",
9595
"multiaddr": "^10.0.0",
9696
"multiformats": "^9.4.1",
9797
"nanoid": "^3.1.23",

‎packages/ipfs-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ipfs-daemon": "^0.10.0",
7272
"ipfs-http-client": "^53.0.0",
7373
"ipfs-repo": "^13.0.4",
74-
"ipfs-utils": "^9.0.1",
74+
"ipfs-utils": "^9.0.2",
7575
"it-all": "^1.0.4",
7676
"it-concat": "^2.0.0",
7777
"it-first": "^1.0.4",
@@ -98,7 +98,7 @@
9898
"@types/ncp": "^2.0.5",
9999
"@types/progress": "^2.0.3",
100100
"@types/yargs": "^16.0.0",
101-
"aegir": "^35.1.0",
101+
"aegir": "^35.1.1",
102102
"it-to-buffer": "^2.0.0",
103103
"nanoid": "^3.1.23",
104104
"ncp": "^2.0.0",

‎packages/ipfs-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"merge-options": "^3.0.4"
4747
},
4848
"devDependencies": {
49-
"aegir": "^35.1.0",
49+
"aegir": "^35.1.1",
5050
"rimraf": "^3.0.2"
5151
}
5252
}

‎packages/ipfs-core-config/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"err-code": "^3.0.1",
8989
"hashlru": "^2.3.0",
9090
"ipfs-repo": "^13.0.4",
91-
"ipfs-utils": "^9.0.1",
91+
"ipfs-utils": "^9.0.2",
9292
"ipns": "^0.15.0",
9393
"is-ipfs": "^6.0.1",
9494
"it-all": "^1.0.4",
@@ -99,13 +99,13 @@
9999
"libp2p-mdns": "^0.17.0",
100100
"libp2p-mplex": "^0.10.2",
101101
"libp2p-tcp": "^0.17.1",
102-
"libp2p-webrtc-star": "^0.23.0",
103-
"libp2p-websockets": "^0.16.1",
102+
"libp2p-webrtc-star": "^0.24.0",
103+
"libp2p-websockets": "^0.16.2",
104104
"p-queue": "^6.6.1",
105105
"uint8arrays": "^3.0.0"
106106
},
107107
"devDependencies": {
108-
"aegir": "^35.1.0",
108+
"aegir": "^35.1.1",
109109
"ipfs-core-utils": "^0.11.0",
110110
"rimraf": "^3.0.2"
111111
}

‎packages/ipfs-core-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"multiformats": "^9.4.1"
5050
},
5151
"devDependencies": {
52-
"aegir": "^35.1.0",
52+
"aegir": "^35.1.1",
5353
"copyfiles": "^2.4.1",
5454
"rimraf": "^3.0.2"
5555
},

‎packages/ipfs-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"err-code": "^3.0.1",
114114
"ipfs-core-types": "^0.8.0",
115115
"ipfs-unixfs": "^6.0.3",
116-
"ipfs-utils": "^9.0.1",
116+
"ipfs-utils": "^9.0.2",
117117
"it-all": "^1.0.4",
118118
"it-map": "^1.0.4",
119119
"it-peekable": "^1.0.2",
@@ -129,7 +129,7 @@
129129
},
130130
"devDependencies": {
131131
"@web-std/file": "^1.1.2",
132-
"aegir": "^35.1.0",
132+
"aegir": "^35.1.1",
133133
"rimraf": "^3.0.2"
134134
}
135135
}

‎packages/ipfs-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"ipfs-unixfs": "^6.0.3",
9393
"ipfs-unixfs-exporter": "^7.0.3",
9494
"ipfs-unixfs-importer": "^9.0.3",
95-
"ipfs-utils": "^9.0.1",
95+
"ipfs-utils": "^9.0.2",
9696
"ipns": "^0.15.0",
9797
"is-domain-name": "^1.0.1",
9898
"is-ipfs": "^6.0.1",
@@ -133,12 +133,12 @@
133133
"@types/dlv": "^1.1.2",
134134
"@types/pako": "^1.0.2",
135135
"@types/rimraf": "^3.0.1",
136-
"aegir": "^35.1.0",
136+
"aegir": "^35.1.1",
137137
"delay": "^5.0.0",
138138
"go-ipfs": "0.9.1",
139139
"interface-blockstore-tests": "^2.0.1",
140140
"interface-ipfs-core": "^0.151.0",
141-
"ipfsd-ctl": "^10.0.3",
141+
"ipfsd-ctl": "^10.0.4",
142142
"iso-url": "^1.0.0",
143143
"libp2p-gossipsub": "^0.11.1",
144144
"nanoid": "^3.1.23",

‎packages/ipfs-core/src/version.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
export const ipfsCore = '0.10.8'
2+
export const ipfsCore = '0.11.0'
33
export const commit = ''
4-
export const interfaceIpfsCore = '^0.150.4'
4+
export const interfaceIpfsCore = '^0.151.0'

‎packages/ipfs-daemon/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@
5050
"ipfs-grpc-server": "^0.7.0",
5151
"ipfs-http-gateway": "^0.7.0",
5252
"ipfs-http-server": "^0.8.0",
53-
"ipfs-utils": "^9.0.1",
53+
"ipfs-utils": "^9.0.2",
5454
"just-safe-set": "^2.2.1",
5555
"libp2p": "^0.33.0",
56-
"libp2p-webrtc-star": "^0.23.0"
56+
"libp2p-webrtc-star": "^0.24.0"
5757
},
5858
"devDependencies": {
59-
"aegir": "^35.1.0",
59+
"aegir": "^35.1.1",
6060
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
6161
"ws": "^7.3.1"
6262
},

‎packages/ipfs-grpc-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"ws": "^7.3.1"
6969
},
7070
"devDependencies": {
71-
"aegir": "^35.1.0",
71+
"aegir": "^35.1.1",
7272
"it-all": "^1.0.4",
7373
"rimraf": "^3.0.2",
7474
"sinon": "^11.1.1"

‎packages/ipfs-grpc-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lint": "aegir ts -p check && aegir lint"
4141
},
4242
"devDependencies": {
43-
"aegir": "^35.1.0",
43+
"aegir": "^35.1.1",
4444
"mkdirp": "^1.0.4",
4545
"protobufjs": "^6.10.2",
4646
"rimraf": "^3.0.2"

‎packages/ipfs-grpc-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
},
6262
"devDependencies": {
6363
"@types/ws": "^7.4.0",
64-
"aegir": "^35.1.0",
64+
"aegir": "^35.1.1",
6565
"ipfs-core": "^0.11.0",
6666
"it-all": "^1.0.4",
6767
"it-drain": "^1.0.3",

‎packages/ipfs-http-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"err-code": "^3.0.1",
6363
"ipfs-core-types": "^0.8.0",
6464
"ipfs-core-utils": "^0.11.0",
65-
"ipfs-utils": "^9.0.1",
65+
"ipfs-utils": "^9.0.2",
6666
"it-first": "^1.0.6",
6767
"it-last": "^1.0.4",
6868
"merge-options": "^3.0.4",
@@ -74,10 +74,10 @@
7474
"uint8arrays": "^3.0.0"
7575
},
7676
"devDependencies": {
77-
"aegir": "^35.1.0",
77+
"aegir": "^35.1.1",
7878
"delay": "^5.0.0",
7979
"go-ipfs": "0.9.1",
80-
"ipfsd-ctl": "^10.0.3",
80+
"ipfsd-ctl": "^10.0.4",
8181
"it-all": "^1.0.4",
8282
"it-first": "^1.0.4",
8383
"nock": "^13.0.2",

‎packages/ipfs-http-gateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"devDependencies": {
7777
"@types/hapi-pino": "^8.0.1",
7878
"@types/hapi__hapi": "^20.0.5",
79-
"aegir": "^35.1.0",
79+
"aegir": "^35.1.1",
8080
"file-type": "^16.0.0",
8181
"rimraf": "^3.0.2",
8282
"sinon": "^11.1.1"

‎packages/ipfs-http-response/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,16 @@
7171
"it-reader": "^3.0.0",
7272
"it-to-stream": "^1.0.0",
7373
"mime-types": "^2.1.30",
74-
"multiformats": "^9.2.0",
74+
"multiformats": "^9.4.1",
7575
"p-try-each": "^1.0.1"
7676
},
7777
"devDependencies": {
7878
"@types/ejs": "^3.1.0",
79-
"aegir": "^35.0.3",
79+
"aegir": "^35.1.1",
8080
"get-stream": "^6.0.0",
81-
"ipfs-core": "^0.10.5",
82-
"ipfsd-ctl": "^10.0.1",
83-
"it-all": "^1.0.5",
81+
"ipfs-core": "^0.11.0",
82+
"ipfsd-ctl": "^10.0.4",
83+
"it-all": "^1.0.4",
8484
"path": "^0.12.7",
8585
"uint8arrays": "^3.0.0",
8686
"util": "^0.12.3"

‎packages/ipfs-http-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"devDependencies": {
8383
"@types/hapi-pino": "^8.0.1",
8484
"@types/hapi__hapi": "^20.0.5",
85-
"aegir": "^35.1.0",
85+
"aegir": "^35.1.1",
8686
"form-data": "^4.0.0",
8787
"ipfs-http-client": "^53.0.0",
8888
"iso-random-stream": "^2.0.0",
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
export const ipfsHttpClient = '^52.0.5'
2+
export const ipfsHttpClient = '^53.0.0'

‎packages/ipfs-message-port-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"multiformats": "^9.4.1"
5353
},
5454
"devDependencies": {
55-
"aegir": "^35.1.0",
55+
"aegir": "^35.1.1",
5656
"interface-ipfs-core": "^0.151.0",
5757
"ipfs-core": "^0.11.0",
5858
"ipfs-message-port-server": "^0.10.0",

‎packages/ipfs-message-port-protocol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"multiformats": "^9.4.1"
7878
},
7979
"devDependencies": {
80-
"aegir": "^35.1.0",
80+
"aegir": "^35.1.1",
8181
"rimraf": "^3.0.2",
8282
"uint8arrays": "^3.0.0"
8383
},

‎packages/ipfs-message-port-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"multiformats": "^9.4.1"
7474
},
7575
"devDependencies": {
76-
"aegir": "^35.1.0",
76+
"aegir": "^35.1.1",
7777
"rimraf": "^3.0.2"
7878
},
7979
"engines": {

‎packages/ipfs/.aegir.cjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const getPort = require('aegir/utils/get-port')
44
const { createServer } = require('ipfsd-ctl')
55
const EchoServer = require('aegir/utils/echo-server')
6-
const webRTCStarSigServer = require('libp2p-webrtc-star/src/sig-server')
6+
const webRTCStarSigServer = require('libp2p-webrtc-star-signalling-server')
77
const path = require('path')
88

99
/** @type {import('aegir').Options["build"]["config"]} */

‎packages/ipfs/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"devDependencies": {
8080
"@types/semver": "^7.3.4",
8181
"@types/update-notifier": "^5.0.0",
82-
"aegir": "^35.1.0",
82+
"aegir": "^35.1.1",
8383
"assert": "^2.0.0",
8484
"copyfiles": "^2.4.1",
8585
"cross-env": "^7.0.0",
@@ -89,11 +89,11 @@
8989
"ipfs-client": "^0.7.0",
9090
"ipfs-core-types": "^0.8.0",
9191
"ipfs-http-client": "^53.0.0",
92-
"ipfs-interop": "^7.0.0",
93-
"ipfs-utils": "^9.0.1",
94-
"ipfsd-ctl": "^10.0.3",
92+
"ipfs-interop": "^7.0.1",
93+
"ipfs-utils": "^9.0.2",
94+
"ipfsd-ctl": "^10.0.4",
9595
"iso-url": "^1.0.0",
96-
"libp2p-webrtc-star": "^0.23.0",
96+
"libp2p-webrtc-star-signalling-server": "^0.1.0",
9797
"merge-options": "^3.0.4",
9898
"mock-ipfs-pinning-service": "^0.1.2",
9999
"npm-run-all": "^4.1.5",

‎packages/ipfs/src/package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
export const name = 'ipfs'
3-
export const version = '0.58.6'
3+
export const version = '0.59.0'
44
export const node = '>=14.0.0'

0 commit comments

Comments
 (0)
This repository has been archived.