object-property-assigner
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -17,2 +17,2 @@ type BasicType = string | number | boolean | undefined | null | Function; | ||
export { type BasicType, type Input, type InputArray, type InputObject, type Value, assign as default }; | ||
export { BasicType, Input, InputArray, InputObject, Value, assign as default }; |
{ | ||
"name": "object-property-assigner", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "A lightweight (no dependencies) tool to assign deeply nested properties in JS Objects (incl. Arrays)", | ||
@@ -19,2 +19,3 @@ "main": "build/index.cjs.js", | ||
"build": "rimraf ./build && rollup -c && rimraf ./build/dts", | ||
"postbuild": "node ./scripts/cleanBuildTypes.js", | ||
"compile": "rimraf ./build && tsc", | ||
@@ -28,2 +29,3 @@ "prepublish": "yarn build" | ||
"@types/node": "^20.11.16", | ||
"fs-extra": "^11.2.0", | ||
"jest": "^29.4.3", | ||
@@ -30,0 +32,0 @@ "lodash": "^4.17.21", |
44110
15