1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-06-23 15:59:22 +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/url-manager",
"version": "1.0.10",
"version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@dzeio/url-manager",
"version": "1.0.10",
"version": "1.1.1",
"license": "MIT",
"dependencies": {
"@dzeio/object-util": "^1.5.0"

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/url-manager",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple to use yet complete Urls parser and serializer",
"repository": {
"type": "git",
@ -20,8 +20,8 @@
"exports": {
".": {
"require": {
"types": "./dist/URLManager.d.ts",
"default": "./dist/URLManager.js"
"default": "./dist/URLManager.js",
"types": "./dist/URLManager.d.ts"
},
"import": {
"default": "./dist/URLManager.mjs",