chore: update to use bee-js 5.0.0 and support bee 1.7.0 (#503)

* chore: update to use bee-js 5.0.0 and support bee 1.7.0

* fix: store reference to feed manifest correctly

* fix: set waitForUsable to false (#507)

Co-authored-by: Cafe137 <77121044+Cafe137@users.noreply.github.com>
This commit is contained in:
Vojtech Simetka
2022-08-01 16:21:52 +02:00
committed by GitHub
parent 896f6e48d9
commit 72488fd5a3
5 changed files with 20 additions and 19 deletions
+14 -14
View File
@@ -9,7 +9,7 @@
"version": "0.18.2",
"license": "BSD-3-Clause",
"dependencies": {
"@ethersphere/bee-js": "^4.1.1",
"@ethersphere/bee-js": "^5.0.0",
"@ethersphere/manifest-js": "1.2.1",
"@ethersphere/swarm-cid": "^0.1.0",
"@material-ui/core": "4.12.3",
@@ -106,7 +106,7 @@
},
"engines": {
"bee": ">=0.6.0",
"node": ">=12.0.0",
"node": ">=14.0.0",
"npm": ">=6.9.0"
},
"peerDependencies": {
@@ -2440,9 +2440,9 @@
}
},
"node_modules/@ethersphere/bee-js": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-4.1.1.tgz",
"integrity": "sha512-4hbgi7rHnku+2pv352z7txV6IhP+2iipCKaQS4sOFhjieui44LE0Lox8gy5tud9tY2wRN2wY6LTqvo2EaYrVRQ==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-5.0.0.tgz",
"integrity": "sha512-Dr5Xon0UZvi37fvbyGj46kw3/0D8fydwfDtVtFHKi2p7mNEizG0uok2mXvwLZrMvUMOS8uXkFhbQjTFBjB+pWA==",
"dependencies": {
"@ethersphere/swarm-cid": "^0.1.0",
"@types/readable-stream": "^2.3.13",
@@ -2457,13 +2457,13 @@
"tar-js": "^0.3.0",
"utf-8-validate": "^5.0.9",
"web-streams-polyfill": "^4.0.0-beta.1",
"ws": "^8.6.0"
"ws": "^8.7.0"
},
"engines": {
"bee": "1.6.0-6ceadd35",
"beeApiVersion": "3.0.1",
"beeDebugApiVersion": "2.0.1",
"node": ">=12.0.0",
"bee": "1.7.0-bbf13011",
"beeApiVersion": "3.0.2",
"beeDebugApiVersion": "3.0.2",
"node": ">=14.0.0",
"npm": ">=6.0.0"
}
},
@@ -22462,9 +22462,9 @@
}
},
"@ethersphere/bee-js": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-4.1.1.tgz",
"integrity": "sha512-4hbgi7rHnku+2pv352z7txV6IhP+2iipCKaQS4sOFhjieui44LE0Lox8gy5tud9tY2wRN2wY6LTqvo2EaYrVRQ==",
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/@ethersphere/bee-js/-/bee-js-5.0.0.tgz",
"integrity": "sha512-Dr5Xon0UZvi37fvbyGj46kw3/0D8fydwfDtVtFHKi2p7mNEizG0uok2mXvwLZrMvUMOS8uXkFhbQjTFBjB+pWA==",
"requires": {
"@ethersphere/swarm-cid": "^0.1.0",
"@types/readable-stream": "^2.3.13",
@@ -22479,7 +22479,7 @@
"tar-js": "^0.3.0",
"utf-8-validate": "^5.0.9",
"web-streams-polyfill": "^4.0.0-beta.1",
"ws": "^8.6.0"
"ws": "^8.7.0"
},
"dependencies": {
"web-streams-polyfill": {