fix(core): update
This commit is contained in:
parent
f5263a0cc4
commit
a5c22ec1db
7
package-lock.json
generated
7
package-lock.json
generated
@ -2189,10 +2189,11 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@pushrocks/websetup": {
|
"@pushrocks/websetup": {
|
||||||
"version": "3.0.9",
|
"version": "3.0.10",
|
||||||
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebsetup/-/websetup-3.0.9.tgz",
|
"resolved": "https://verdaccio.lossless.one/@pushrocks%2fwebsetup/-/websetup-3.0.10.tgz",
|
||||||
"integrity": "sha512-yhEGPrzOqtvVQLE8njRw1z8bxLtOnbVwZ3NmprQMmVWAd0vUzMqx0pZN5ssQYz6xf5fbjXUaG2ZOwLea/L8Asg==",
|
"integrity": "sha512-iP4hs1+IWqoqWHa9Si9aBEkD7puBUdDrPfxM8a/6cJJf0scBjHkHFqPHj5Ig5HQjUsK1hRF6Ys3mlKWHe/9MJA==",
|
||||||
"requires": {
|
"requires": {
|
||||||
|
"@pushrocks/smartdelay": "^2.0.10",
|
||||||
"@pushrocks/smartpromise": "^3.1.3",
|
"@pushrocks/smartpromise": "^3.1.3",
|
||||||
"@tsclass/tsclass": "^3.0.29"
|
"@tsclass/tsclass": "^3.0.29"
|
||||||
}
|
}
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
"@pushrocks/smartrouter": "^1.0.4",
|
"@pushrocks/smartrouter": "^1.0.4",
|
||||||
"@pushrocks/smartstate": "^1.0.17",
|
"@pushrocks/smartstate": "^1.0.17",
|
||||||
"@pushrocks/webrequest": "^2.0.13",
|
"@pushrocks/webrequest": "^2.0.13",
|
||||||
"@pushrocks/websetup": "^3.0.9",
|
"@pushrocks/websetup": "^3.0.10",
|
||||||
"@pushrocks/webstore": "^1.0.16",
|
"@pushrocks/webstore": "^1.0.16",
|
||||||
"lit-element": "^2.4.0",
|
"lit-element": "^2.4.0",
|
||||||
"sweet-scroll": "^4.0.0"
|
"sweet-scroll": "^4.0.0"
|
||||||
|
@ -149,7 +149,7 @@ export class DomTools {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public async setWebsiteInfo(optionsArg: plugins.websetup.IWebSetupConstructorOptions) {
|
public async setWebsiteInfo(optionsArg: plugins.websetup.IWebSetupConstructorOptions) {
|
||||||
this.websetup.setup(optionsArg);
|
await this.websetup.setup(optionsArg);
|
||||||
await this.websetup.readyPromise;
|
await this.websetup.readyPromise;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user