@fmfe/genesis-remote
Advanced tools
Comparing version 2.0.1-alpha.2 to 2.0.1-alpha.3
@@ -339,7 +339,7 @@ "use strict"; | ||
Promise.all([ | ||
exports.loadStyle(data.style).then((arr) => { | ||
(0, exports.loadStyle)(data.style).then((arr) => { | ||
this.localData = { ...data }; | ||
return !haveFlase(arr); | ||
}), | ||
exports.loadScript(data.script).then((arr) => { | ||
(0, exports.loadScript)(data.script).then((arr) => { | ||
window[data.id] = data.state; | ||
@@ -346,0 +346,0 @@ return !haveFlase(arr); |
{ | ||
"name": "@fmfe/genesis-remote", | ||
"version": "2.0.1-alpha.2", | ||
"version": "2.0.1-alpha.3", | ||
"description": "Vue SSR Microfront", | ||
@@ -19,3 +19,3 @@ "keywords": [ | ||
"license": "MIT", | ||
"gitHead": "ad0ab62e252f88190d7bb09b5291096f6a08a0f7", | ||
"gitHead": "7245e7de144a8023d5152852e63e2924b8b5aa65", | ||
"homepage": "https://fmfe.github.io/genesis-docs/", | ||
@@ -22,0 +22,0 @@ "repository": { |
45307