fix(core): update

This commit is contained in:
Philipp Kunz 2020-11-05 20:08:07 +00:00
parent f5263a0cc4
commit a5c22ec1db
3 changed files with 6 additions and 5 deletions

7
package-lock.json generated
View File

@ -2189,10 +2189,11 @@
}
},
"@pushrocks/websetup": {
"version": "3.0.9",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebsetup/-/websetup-3.0.9.tgz",
"integrity": "sha512-yhEGPrzOqtvVQLE8njRw1z8bxLtOnbVwZ3NmprQMmVWAd0vUzMqx0pZN5ssQYz6xf5fbjXUaG2ZOwLea/L8Asg==",
"version": "3.0.10",
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebsetup/-/websetup-3.0.10.tgz",
"integrity": "sha512-iP4hs1+IWqoqWHa9Si9aBEkD7puBUdDrPfxM8a/6cJJf0scBjHkHFqPHj5Ig5HQjUsK1hRF6Ys3mlKWHe/9MJA==",
"requires": {
"@pushrocks/smartdelay": "^2.0.10",
"@pushrocks/smartpromise": "^3.1.3",
"@tsclass/tsclass": "^3.0.29"
}

View File

@ -30,7 +30,7 @@
"@pushrocks/smartrouter": "^1.0.4",
"@pushrocks/smartstate": "^1.0.17",
"@pushrocks/webrequest": "^2.0.13",
"@pushrocks/websetup": "^3.0.9",
"@pushrocks/websetup": "^3.0.10",
"@pushrocks/webstore": "^1.0.16",
"lit-element": "^2.4.0",
"sweet-scroll": "^4.0.0"

View File

@ -149,7 +149,7 @@ export class DomTools {
}
public async setWebsiteInfo(optionsArg: plugins.websetup.IWebSetupConstructorOptions) {
this.websetup.setup(optionsArg);
await this.websetup.setup(optionsArg);
await this.websetup.readyPromise;
}
}