Skip to content

Commit

Permalink
update ipfs packages to 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer T Brody committed Jun 2, 2021
1 parent c0f4c6c commit 2b87257
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 17,809 deletions.
17,820 changes: 22 additions & 17,798 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dids": "^2.1.0",
"express": "^4.17.1",
"flat": "^5.0.2",
"ipfs-http-client": "^50.1.0",
"ipfs-http-client": "next",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.2.1",
"levelup": "^4.4.0",
Expand All @@ -68,7 +68,7 @@
"@types/node": "^13.13.15",
"@types/stream-to-array": "^2.3.0",
"get-port": "^5.1.1",
"ipfs-core": "^0.7.0",
"ipfs-core": "next",
"rxjs": "^7.0.0",
"tmp-promise": "^2.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@types/logfmt": "^1.2.1",
"@types/node": "^13.13.15",
"dids": "^2.1.0",
"ipfs-core": "^0.7.0",
"ipfs-core-types": "^0.5.0",
"ipfs-core": "next",
"ipfs-core-types": "next",
"json-schema-to-typescript": "^9.1.1",
"typescript-json-schema": "^0.42.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"dag-jose": "^0.3.0",
"did-resolver": "^3.1.0",
"get-port": "^5.1.1",
"ipfs-core": "^0.7.0",
"ipfs-core": "next",
"key-did-provider-ed25519": "^1.1.0",
"key-did-resolver": "^1.2.1",
"mockdate": "^3.0.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/ipfs-daemon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"datastore-level": "^5.0.1",
"datastore-s3": "^5.0.0",
"express": "^4.17.1",
"ipfs-core-types": "^0.5.0",
"ipfs-http-gateway": "^0.4.1",
"ipfs-http-server": "^0.5.0"
"ipfs-core-types": "next",
"ipfs-http-gateway": "next",
"ipfs-http-server": "next"
},
"devDependencies": {
"@types/express": "^4.17.8",
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 @@ -35,7 +35,7 @@
"@ceramicnetwork/pinning-ipfs-backend": "^1.0.4",
"@ceramicnetwork/pinning-powergate-backend": "^1.0.4",
"cids": "~1.1.6",
"ipfs-core-types": "^0.5.0"
"ipfs-core-types": "next"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/pinning-ipfs-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
"dependencies": {
"@stablelib/base64": "^1.0.0",
"@stablelib/sha256": "^1.0.0",
"ipfs-http-client": "^50.1.0"
"ipfs-http-client": "next"
},
"devDependencies": {
"@ceramicnetwork/common": "^1.0.4",
"cids": "~1.1.6",
"ipfs-core-types": "^0.5.0",
"ipfs-core-types": "next",
"ts-jest": "^26.4.4"
},
"publishConfig": {
Expand Down

0 comments on commit 2b87257

Please sign in to comment.