From c34604b98115f243a9af0bc7e713f3ed6059e111 Mon Sep 17 00:00:00 2001 From: julienmalard Date: Mon, 30 Oct 2023 10:28:58 +0100 Subject: [PATCH] Update createOrbitDB --- index.d.ts | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index abda440..14318f9 100644 --- a/index.d.ts +++ b/index.d.ts @@ -63,6 +63,7 @@ declare module "@orbitdb/core" { export function createOrbitDB(args: { ipfs: IPFS; directory: string; + id?: string; }): Promise; export function useAccessController(accessController: { type: string }): void; diff --git a/package.json b/package.json index 375e90f..5b46286 100644 --- a/package.json +++ b/package.json @@ -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",