Skip to content

Commit

Permalink
Ça devrait être du textet
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Oct 28, 2024
1 parent 4c1df17 commit 7ce4d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ declare module "@orbitdb/core" {
};
export function createOrbitDB<T extends Libp2p = Libp2p>(args: {
ipfs: HeliaLibp2p<T>;
id?: PeerId;
id?: string;
identity?: Identity;
identities?: typeof Identities;
directory?: string;
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": "2.0.5",
"version": "2.0.6",
"description": "Unofficial typings for orbit-db",
"types": "index.d.ts",
"type": "module",
Expand Down

0 comments on commit 7ce4d46

Please sign in to comment.