v0.22.0
This commit is contained in:
parent
8544de4987
commit
b4f569c27c
2
API.md
2
API.md
@ -49,7 +49,7 @@ Read the **[GETTING STARTED](https://github.com/orbitdb/orbit-db/blob/master/GUI
|
||||
* [OrbitDB.isValidAddress(address)](#orbitdbisvalidaddressaddress)
|
||||
* [OrbitDB.parseAddress(address)](#orbitdbparseaddressaddress)
|
||||
- [Store API](#store-api)
|
||||
* [store.load([amount])](#storeloadamount)
|
||||
* [store.load([amount], { fetchEntryTimeout })](#storeloadamount--fetchentrytimeout-)
|
||||
* [store.close()](#storeclose)
|
||||
* [store.drop()](#storedrop)
|
||||
* [store.identity](#storeidentity)
|
||||
|
1
GUIDE.md
1
GUIDE.md
@ -22,6 +22,7 @@ This guide is still being worked on and we would love to get [feedback and sugge
|
||||
+ [Custom Access Controller](#custom-access-controller)
|
||||
- [Add an entry](#add-an-entry)
|
||||
- [Get an entry](#get-an-entry)
|
||||
- [Entry sorting and conflict resolution](#entry-sorting-and-conflict-resolution)
|
||||
- [Persistency](#persistency)
|
||||
- [Replicating a database](#replicating-a-database)
|
||||
- [Custom Stores](#custom-stores)
|
||||
|
665
package-lock.json
generated
665
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "orbit-db",
|
||||
"version": "0.22.0-rc5",
|
||||
"version": "0.22.0",
|
||||
"description": "Distributed p2p database on IPFS",
|
||||
"author": "Haad",
|
||||
"license": "MIT",
|
||||
@ -20,18 +20,18 @@
|
||||
"logplease": "^1.2.14",
|
||||
"multihashes": "^0.4.12",
|
||||
"orbit-db-access-controllers": "~0.2.2",
|
||||
"orbit-db-cache": "next",
|
||||
"orbit-db-counterstore": "next",
|
||||
"orbit-db-docstore": "next",
|
||||
"orbit-db-eventstore": "next",
|
||||
"orbit-db-feedstore": "next",
|
||||
"orbit-db-identity-provider": "next",
|
||||
"orbit-db-cache": "~0.3.0",
|
||||
"orbit-db-counterstore": "~1.6.0",
|
||||
"orbit-db-docstore": "~1.6.0",
|
||||
"orbit-db-eventstore": "~1.6.0",
|
||||
"orbit-db-feedstore": "~1.6.0",
|
||||
"orbit-db-identity-provider": "~0.2.0",
|
||||
"orbit-db-io": "^0.1.1",
|
||||
"orbit-db-keystore": "next",
|
||||
"orbit-db-kvstore": "next",
|
||||
"orbit-db-keystore": "~0.3.0",
|
||||
"orbit-db-kvstore": "~1.6.0",
|
||||
"orbit-db-pubsub": "~0.5.5",
|
||||
"orbit-db-storage-adapter": "^0.5.3",
|
||||
"orbit-db-store": "next"
|
||||
"orbit-db-store": "~2.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
@ -42,11 +42,11 @@
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"datastore-level": "0.10.0",
|
||||
"fs-extra": "^7.0.1",
|
||||
"go-ipfs-dep": "aphelionz/npm-go-ipfs-dep",
|
||||
"go-ipfs-dep": "~0.4.20",
|
||||
"ipfs": "~0.36.4",
|
||||
"ipfs-repo": "~0.26.6",
|
||||
"ipfsd-ctl": "~0.42.3",
|
||||
"localstorage-level-migration": "next",
|
||||
"localstorage-level-migration": "~0.1.0",
|
||||
"markdown-toc": "^1.2.0",
|
||||
"mocha": "^5.2.0",
|
||||
"p-each-series": "^1.0.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user