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

bump: fix types bug

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-12-17 22:30:46 +01:00
parent 864af5cc5a
commit 0e46695636
2 changed files with 427 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@dzeio/url-manager",
"version": "1.0.6",
"version": "1.0.7",
"description": "A simple to use yet complete Urls parser and serializer",
"repository": {
"type": "git",
@ -12,7 +12,7 @@
"license": "MIT",
"main": "./dist/cjs/URLManager.js",
"module": "./dist/esm/URLManager.js",
"types": "./dist/URLManager.d.ts",
"types": "./dist/types/URLManager.d.ts",
"keywords": [
"url",
"url-manager",