Comparing version 1.0.1 to 1.0.2
@@ -8,2 +8,2 @@ type NestedArray = Array<PrimitiveOrNested> | ReadonlyArray<PrimitiveOrNested>; | ||
export { type PrimitiveOrNested, toKey as default }; | ||
export { type NestedArray, type NestedObject, type PrimitiveOrNested, toKey as default }; |
@@ -32,3 +32,3 @@ // src/index.ts | ||
export { src_default as default }; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.js.map | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "keyweaver", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Andrii Dubetskyi", | ||
@@ -5,0 +5,0 @@ "description": "Generate unique string keys from nested data structures", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10853