object-property-assigner
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -16,2 +16,2 @@ type BasicType = string | number | boolean | undefined | null | Function; | ||
export { assign as default }; | ||
export { type BasicType, type Input, type InputArray, type InputObject, type Value, assign as default }; |
{ | ||
"name": "object-property-assigner", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A lightweight (no dependencies) tool to assign deeply nested properties in JS Objects (incl. Arrays)", | ||
@@ -5,0 +5,0 @@ "main": "build/index.cjs.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
42876
0