Use ipfs-log from feat/load-opt branch

This commit is contained in:
haad 2019-11-18 14:59:25 +02:00
parent 6a86e87381
commit 92742f35bb
2 changed files with 14 additions and 14 deletions

26
package-lock.json generated
View File

@ -9550,15 +9550,15 @@
}
},
"ipfs-log": {
"version": "github:orbitdb/ipfs-log#8e8bf195b6bc6bc91b8a8f3d19899b824899dd42",
"from": "github:orbitdb/ipfs-log#feat/bc",
"version": "github:orbitdb/ipfs-log#824c96e869652cf6c502169c724a219b8a913e53",
"from": "github:orbitdb/ipfs-log#feat/load-opt",
"requires": {
"cids": "~0.7.1",
"ipld-dag-pb": "^0.17.4",
"json-stringify-deterministic": "^1.0.1",
"multihashing-async": "^0.7.0",
"orbit-db-identity-provider": "~0.2.0",
"orbit-db-io": "github:orbitdb/orbit-db-io",
"orbit-db-io": "~0.1.1",
"p-do-whilst": "^1.1.0",
"p-each-series": "^2.1.0",
"p-map": "^1.1.1",
@ -14201,7 +14201,7 @@
}
},
"orbit-db-io": {
"version": "github:orbitdb/orbit-db-io#da180fdbcff825e830022dd1a2110bbb1ed4736b",
"version": "github:orbitdb/orbit-db-io#b82c774f98d18a9fe6bc65f9ae7bf8015cf2b8aa",
"from": "github:orbitdb/orbit-db-io",
"requires": {
"cids": "^0.7.1",
@ -14268,10 +14268,10 @@
}
},
"orbit-db-store": {
"version": "github:orbitdb/orbit-db-store#6c9cc05a735bd0bc9a5bc9df4da36eedda6a2db6",
"from": "github:orbitdb/orbit-db-store#feat/bc",
"version": "github:orbitdb/orbit-db-store#4a0da50d1f472266aa1705773b538f500e4c4063",
"from": "github:orbitdb/orbit-db-store#feat/latest-ipfs-log",
"requires": {
"ipfs-log": "github:orbitdb/ipfs-log#feat/bc",
"ipfs-log": "~4.4.0",
"logplease": "^1.2.14",
"orbit-db-io": "~0.1.1",
"p-each-series": "^1.0.0",
@ -20374,9 +20374,9 @@
"dev": true
},
"which": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/which/-/which-2.0.1.tgz",
"integrity": "sha512-N7GBZOTswtB9lkQBZA4+zAXrjEIWAUOB93AvzUiudRzRxhUdLURQ7D/gAIMY1gatT/LTbmbcv8SiYazy3eYB7w==",
"dev": true,
"requires": {
"isexe": "^2.0.0"
@ -20744,9 +20744,9 @@
"dev": true
},
"yargs": {
"version": "14.2.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.2.tgz",
"integrity": "sha512-/4ld+4VV5RnrynMhPZJ/ZpOCGSCeghMykZ3BhdFBDa9Wy/RH6uEGNWDJog+aUlq+9OM1CFTgtYRW5Is1Po9NOA==",
"version": "14.2.1",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.1.tgz",
"integrity": "sha512-rZ00XIuGAoI58F0weHyCP3PAN17wJqdN/pF8eMp+imuP+jSdMCD5t4bSf5d5FKPvEDrK9zYlnhO7bFYKQ5UYow==",
"dev": true,
"requires": {
"cliui": "^5.0.0",

View File

@ -14,7 +14,7 @@
"main": "src/OrbitDB.js",
"dependencies": {
"cids": "^0.7.1",
"ipfs-log": "orbitdb/ipfs-log#feat/bc",
"ipfs-log": "orbitdb/ipfs-log#feat/load-opt",
"ipfs-pubsub-1on1": "~0.0.6",
"is-node": "^1.0.2",
"localstorage-down": "^0.6.7",