We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5cca2 commit a7981a7Copy full SHA for a7981a7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@orbitdb/nested-db",
3
- "version": "1.3.0",
+ "version": "1.3.1",
4
"description": "Nested key-value database type for orbit-db.",
5
"author": "Julien Jean Malard-Adam",
6
"keywords": [
src/index.ts
@@ -1,11 +1,19 @@
export { default as Nested, NestedDatabaseType, NestedApi } from "@/nested.js";
export {
- flatten,
- toNested,
splitKey,
7
joinKey,
+ asSplitKey,
+ asJoinedKey,
8
+ parentKey,
9
isSubkey,
10
+ isSisterKey,
11
+ isNestedValueObject,
12
+ isNestedValueMap,
13
+ isNestedValue,
14
+ isNestedKey,
15
+ flatten,
16
+ toNested,
17
toMap,
18
toObject,
19
} from "@/utils.js";
0 commit comments