1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-07-23 21:39:52 +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,12 +1,12 @@
{
"name": "@dzeio/object-util",
"version": "1.6.0",
"version": "1.6.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@dzeio/object-util",
"version": "1.6.0",
"version": "1.6.1",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29",

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"
}
}
},