fix(core): update

This commit is contained in:
2023-04-17 14:41:23 +02:00
parent 5eaa7ea0c3
commit 25a8b750d8
6 changed files with 4483 additions and 14574 deletions

View File

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

View File

@ -121,7 +121,9 @@ export class Smarturl implements IUrlObject {
searchParams: ISearchParams;
hash: string;
constructor() {}
constructor() {
this.searchParams = {};
}
toString() {
let userpart = ``;