Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 578ff67

Browse files
committed
Merge branch 'release/0.3.0-rc.4'
2 parents 49341e2 + b2fa0d0 commit 578ff67

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orbit-db-http-api",
3-
"version": "0.3.0-rc.3",
3+
"version": "0.3.0-rc.4",
44
"description": "An HTTP API Server for the OrbitDB distributed peer-to-peer database",
55
"main": "src/cli.js",
66
"keywords": [

src/lib/db-manager.js

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ class DBManager {
6666
path: db.options.path,
6767
replicate: db.options.replicate,
6868
},
69+
canAppend: db.access.write.includes(orbitdb.identity.id),
70+
write: db.access.write,
6971
type: db.type,
7072
uid: db.uid,
7173
capabilities: Object.keys( //TODO: cleanup this mess once tc39 object.fromEntries aproved

0 commit comments

Comments
 (0)