Skip to content

Commit

Permalink
fix: pin multiformats to patches of v13.1.x (#3267)
Browse files Browse the repository at this point in the history
  • Loading branch information
smrz2001 authored Jul 22, 2024
1 parent e12bd61 commit da64078
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion packages/3id-did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@ceramicnetwork/stream-tile": "^6.1.0",
"@ceramicnetwork/streamid": "^5.5.0",
"least-recent": "^1.0.3",
"multiformats": "^13.0.0",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/anchor-listener/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@ceramicnetwork/common": "^6.1.0",
"@ethersproject/abi": "^5.7.0",
"@jest/globals": "^29.7.0",
"multiformats": "^13.0.0",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/anchor-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@ceramicnetwork/common": "^6.1.0",
"@ethersproject/abi": "^5.7.0",
"multiformats": "^13.0.0",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"license": "(Apache-2.0 OR MIT)",
"dependencies": {
"@ceramicnetwork/streamid": "^5.5.0",
"multiformats": "^13.0.0"
"multiformats": "~13.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/codecs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"@ceramicnetwork/streamid": "^5.5.0",
"cartonne": "^3.0.1",
"codeco": "^1.1.0",
"dag-jose": "^4.0.0",
"multiformats": "^13.0.0",
"dag-jose": "^5.1.1",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@ceramicnetwork/common": "^6.1.0",
"@ceramicnetwork/streamid": "^5.5.0",
"it-first": "^3.0.4",
"multiformats": "^13.0.0",
"multiformats": "~13.1.3",
"rxjs": "^7.8.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"jet-logger": "1.2.2",
"lodash.clonedeep": "^4.5.0",
"logfmt": "^1.3.2",
"multiformats": "^13.0.0",
"multiformats": "~13.1.3",
"rxjs": "^7.8.1",
"uint8arrays": "^5.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"await-semaphore": "^0.1.3",
"cartonne": "^3.0.1",
"codeco": "^1.1.0",
"dag-jose": "^4.0.0",
"dag-jose": "^5.1.1",
"dids": "^5.0.0",
"it-all": "^3.0.1",
"it-batch": "^3.0.1",
Expand All @@ -88,7 +88,7 @@
"level": "^8.0.1",
"lodash.clonedeep": "^4.5.0",
"mapmoize": "^1.2.1",
"multiformats": "^13.0.0",
"multiformats": "~13.1.3",
"p-queue": "^8.0.1",
"pg": "^8.11.3",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/did-test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"did-jwt": "^7.4.7",
"dids": "^5.0.0",
"key-did-resolver": "^4.0.0",
"multiformats": "^13.0.0"
"multiformats": "~13.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/http-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@ceramicnetwork/common-test-utils": "^4.1.0",
"dids": "^5.0.0",
"key-did-resolver": "^4.0.0",
"multiformats": "^13.0.0"
"multiformats": "~13.1.3"
},
"gitHead": "56e646e82ee6e9cdb0b762bbbf77b8432edce367"
}
2 changes: 1 addition & 1 deletion packages/indexing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@ethersproject/providers": "^5.5.1",
"knex": "^2.5.1",
"lodash.clonedeep": "^4.5.0",
"multiformats": "^13.0.0",
"multiformats": "~13.1.3",
"p-queue": "^8.0.1",
"pg-boss": "^8.2.0",
"rxjs": "^7.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/pinning-aggregation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@ceramicnetwork/pinning-ipfs-backend": "^6.1.0",
"@ceramicnetwork/pinning-powergate-backend": "^6.1.0",
"ipfs-core-types": "^0.14.0",
"multiformats": "^13.0.0"
"multiformats": "~13.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/pinning-crust-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"@ceramicnetwork/common": "^6.1.0",
"http-request-mock": "^1.8.17",
"multiformats": "^13.0.0"
"multiformats": "~13.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/pinning-ipfs-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@ceramicnetwork/common": "^6.1.0",
"ipfs-core-types": "^0.14.0",
"multiformats": "^13.0.0"
"multiformats": "~13.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/pinning-powergate-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@ceramicnetwork/common": "^6.1.0",
"multiformats": "^13.0.0"
"multiformats": "~13.1.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-caip10-link-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@stablelib/sha256": "^1.0.1",
"@types/lodash.clonedeep": "^4.5.6",
"lodash.clonedeep": "^4.5.0",
"multiformats": "^13.0.0",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"gitHead": "56e646e82ee6e9cdb0b762bbbf77b8432edce367"
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-model-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"dids": "^5.0.0",
"fast-json-patch": "^3.1.0",
"json-schema-typed": "^8.0.1",
"multiformats": "^13.0.0"
"multiformats": "~13.1.3"
},
"gitHead": "56e646e82ee6e9cdb0b762bbbf77b8432edce367"
}
2 changes: 1 addition & 1 deletion packages/stream-model-instance-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"did-resolver": "^4.0.1",
"dids": "^5.0.0",
"key-did-resolver": "^4.0.0",
"multiformats": "^13.0.0"
"multiformats": "~13.1.3"
},
"gitHead": "56e646e82ee6e9cdb0b762bbbf77b8432edce367"
}
2 changes: 1 addition & 1 deletion packages/stream-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"codeco": "^1.1.0",
"fast-json-patch": "^3.1.0",
"json-schema-typed": "^8.0.1",
"multiformats": "^13.0.0",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stream-tile-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@stablelib/sha256": "^1.0.1",
"@types/lodash.clonedeep": "^4.5.6",
"dids": "^5.0.0",
"multiformats": "^13.0.0"
"multiformats": "~13.1.3"
},
"gitHead": "56e646e82ee6e9cdb0b762bbbf77b8432edce367"
}
2 changes: 1 addition & 1 deletion packages/streamid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@stablelib/sha256": "^1.0.1",
"cborg": "^4.0.8",
"mapmoize": "^1.2.1",
"multiformats": "^13.0.0",
"multiformats": "~13.1.3",
"uint8arrays": "^5.0.1",
"varint": "^6.0.0"
},
Expand Down

0 comments on commit da64078

Please sign in to comment.