Skip to content

Commit

Permalink
Update createOrbitDB
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Oct 30, 2023
1 parent c31e3b0 commit c34604b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ declare module "@orbitdb/core" {
export function createOrbitDB(args: {
ipfs: IPFS;
directory: string;
id?: string;
}): Promise<OrbitDB>;

export function useAccessController(accessController: { type: string }): void;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@constl/orbit-db-types",
"private": false,
"version": "1.2.8",
"version": "1.2.9",
"description": "Unofficial typings for orbit-db",
"types": "index.d.ts",
"type": "module",
Expand Down

0 comments on commit c34604b

Please sign in to comment.