Skip to content

Commit 1c150a6

Browse files
committed
Add exports
1 parent 401cd9f commit 1c150a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitdb/nested-db",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Nested key-value database type for orbit-db.",
55
"author": "Julien Jean Malard-Adam",
66
"keywords": [

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ export {
1414
toNested,
1515
} from "@/utils.js";
1616

17-
export { NestedKey, PossiblyNestedValue } from "@/types.js";
17+
export { NestedKey, NestedValue, NestedValueWithUndefined, PossiblyNestedValue } from "@/types.js";
1818

1919
export { version } from "@/version.js";

0 commit comments

Comments
 (0)