fix(core): update

This commit is contained in:
Philipp Kunz 2022-08-06 22:28:16 +02:00
parent b1162191c6
commit 44b1e67302
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@pushrocks/smarturl',
version: '3.0.3',
version: '3.0.4',
description: 'a url parsing lib'
}

View File

@ -72,6 +72,7 @@ export class Smarturl implements IUrlObject {
}
const parsedUrl: IUrlObject = {
...parsedUrlInstance,
href: parsedUrlInstance.href,
origin: parsedUrlInstance.origin,
protocol: parsedUrlInstance.protocol,