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

Commit eceb0d4

Browse files
authored
chore: fixed cid and multicodec versions (#3445)
This PR sets fixed versions for cid and multicodec prior to their types PR being merged. These updates lead to a few regressions that should be fixed for updating these deps Context: - #3442 - Some follow up breaking changes will probably land multiformats/js-multicodec#73
1 parent f243dd1 commit eceb0d4

File tree

11 files changed

+13
-13
lines changed

11 files changed

+13
-13
lines changed

examples/custom-ipld-formats/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test-ipfs-example": "^2.0.3"
1212
},
1313
"dependencies": {
14-
"cids": "^1.0.0",
14+
"cids": "1.0.2",
1515
"ipfs-cli": "^0.1.0",
1616
"ipfs-core": "^0.2.1",
1717
"ipfs-http-client": "^48.1.1",

packages/interface-ipfs-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"chai": "^4.2.0",
3535
"chai-as-promised": "^7.1.1",
3636
"chai-subset": "^1.6.0",
37-
"cids": "^1.0.0",
37+
"cids": "1.0.2",
3838
"delay": "^4.4.0",
3939
"dirty-chai": "^2.0.1",
4040
"err-code": "^2.0.3",

packages/ipfs-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"bignumber.js": "^9.0.0",
3333
"byteman": "^1.3.5",
3434
"cid-tool": "^1.0.0",
35-
"cids": "^1.0.0",
35+
"cids": "1.0.2",
3636
"debug": "^4.1.1",
3737
"err-code": "^2.0.3",
3838
"execa": "^5.0.0",

packages/ipfs-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"any-signal": "^2.0.0",
4242
"blob-to-it": "^1.0.1",
4343
"browser-readablestream-to-it": "^1.0.1",
44-
"cids": "^1.0.0",
44+
"cids": "1.0.2",
4545
"err-code": "^2.0.3",
4646
"ipfs-utils": "^5.0.0",
4747
"it-all": "^1.0.4",

packages/ipfs-core/.aegir.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let preloadNode = MockPreloadNode.createNode()
88
let ipfsdServer
99

1010
module.exports = {
11-
bundlesize: { maxSize: '524kB' },
11+
bundlesize: { maxSize: '550kB' },
1212
karma: {
1313
files: [{
1414
pattern: 'node_modules/interface-ipfs-core/test/fixtures/**/*',

packages/ipfs-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"array-shuffle": "^1.0.1",
5858
"bignumber.js": "^9.0.0",
5959
"cbor": "^5.1.0",
60-
"cids": "^1.0.0",
60+
"cids": "1.0.2",
6161
"class-is": "^1.1.0",
6262
"dag-cbor-links": "^2.0.0",
6363
"datastore-core": "^2.0.0",
@@ -107,7 +107,7 @@
107107
"multiaddr": "^8.0.0",
108108
"multiaddr-to-uri": "^6.0.0",
109109
"multibase": "^3.0.0",
110-
"multicodec": "^2.0.1",
110+
"multicodec": "2.0.4",
111111
"multihashing-async": "^2.0.1",
112112
"native-abort-controller": "~0.0.3",
113113
"p-queue": "^6.6.1",

packages/ipfs-http-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"any-signal": "^2.0.0",
5454
"bignumber.js": "^9.0.0",
55-
"cids": "^1.0.0",
55+
"cids": "1.0.2",
5656
"debug": "^4.1.1",
5757
"form-data": "^3.0.0",
5858
"ipfs-core-utils": "^0.5.3",
@@ -68,7 +68,7 @@
6868
"merge-options": "^2.0.0",
6969
"multiaddr": "^8.0.0",
7070
"multibase": "^3.0.0",
71-
"multicodec": "^2.0.1",
71+
"multicodec": "2.0.4",
7272
"multihashes": "^3.0.1",
7373
"nanoid": "^3.1.12",
7474
"native-abort-controller": "~0.0.3",

packages/ipfs-http-gateway/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@hapi/ammo": "^5.0.1",
3333
"@hapi/boom": "^9.1.0",
3434
"@hapi/hapi": "^20.0.0",
35-
"cids": "^1.0.0",
35+
"cids": "1.0.2",
3636
"debug": "^4.1.1",
3737
"hapi-pino": "^8.3.0",
3838
"ipfs-core-utils": "^0.5.3",

packages/ipfs-http-server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@hapi/boom": "^9.1.0",
3333
"@hapi/content": "^5.0.2",
3434
"@hapi/hapi": "^20.0.0",
35-
"cids": "^1.0.0",
35+
"cids": "1.0.2",
3636
"debug": "^4.1.1",
3737
"dlv": "^1.1.3",
3838
"err-code": "^2.0.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dep-check": "aegir dep-check -i typescript -i rimraf"
4343
},
4444
"dependencies": {
45-
"cids": "^1.0.0",
45+
"cids": "1.0.2",
4646
"ipld-block": "^0.11.0"
4747
},
4848
"devDependencies": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@types/it-all": "^1.0.0",
5252
"aegir": "^29.2.2",
53-
"cids": "^1.0.0",
53+
"cids": "1.0.2",
5454
"ipfs-utils": "^5.0.0",
5555
"rimraf": "^3.0.2",
5656
"typescript": "4.0.x"

0 commit comments

Comments
 (0)