1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 02:42:13 +00:00

bump(url-manager): incorrect order

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
Florian Bouillon 2023-07-12 15:20:34 +02:00
parent 55bd8d711b
commit ba4aade516
2 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
{
"name": "@dzeio/url-manager",
"version": "1.1.1",
"version": "1.1.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@dzeio/url-manager",
"version": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"dependencies": {
"@dzeio/object-util": "^1.5.0"

View File

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