1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-18 21:49:20 +00:00

feat(object-util): bump 1.6.0

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-06-28 14:40:50 +02:00
parent e6ba218e64
commit 4f37026c5b
5 changed files with 10132 additions and 259 deletions

View File

@ -1,10 +1,3 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "dist/cjs",
"declarationDir": "dist/types"
},
"files": [
"src/ObjectUtil.ts"
]
}