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

bump(object-util,url-manager): bump patch

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-07-12 15:13:06 +02:00
parent 231309ae7a
commit 4a4f0ddd1c
5 changed files with 26 additions and 23 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/object-util",
"version": "1.6.0",
"version": "1.6.1",
"description": "Utility functions to manipulate an object",
"repository": {
"type": "git",
@ -21,8 +21,8 @@
"default": "./dist/ObjectUtil.js"
},
"import": {
"default": "./dist/ObjectUtil.mjs",
"types": "./dist/ObjectUtil.d.mts"
"types": "./dist/ObjectUtil.d.mts",
"default": "./dist/ObjectUtil.mjs"
}
}
},