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

View File

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