eitri-cli 1.5.1-beta.1 → 1.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.vscode/settings.json
CHANGED
package/package.json
CHANGED
|
@@ -104,7 +104,7 @@ class WoodCoffee {
|
|
|
104
104
|
) {
|
|
105
105
|
// 'O arquivo About.jsx baixado, não é um arquivo consistente.'
|
|
106
106
|
throw new Error(
|
|
107
|
-
"Faltam placeholders para
|
|
107
|
+
"Faltam placeholders para exibição da versão do components e client"
|
|
108
108
|
);
|
|
109
109
|
}
|
|
110
110
|
return true;
|
|
@@ -250,8 +250,8 @@ class WoodCoffee {
|
|
|
250
250
|
async writeEitriAppConf(project, conf) {
|
|
251
251
|
const versions = await this._getLatestLibVersions();
|
|
252
252
|
conf["version"] = "0.1.0";
|
|
253
|
-
conf["eitri-
|
|
254
|
-
conf["eitri-
|
|
253
|
+
conf["eitri-luminus"] = versions.componentsVersion;
|
|
254
|
+
conf["eitri-bifrost"] = versions.appClientVersion;
|
|
255
255
|
|
|
256
256
|
let confString = `module.exports = ${JSON.stringify(conf, null, 4)}`;
|
|
257
257
|
await writeFile(
|
|
@@ -272,7 +272,7 @@ class WoodCoffee {
|
|
|
272
272
|
);
|
|
273
273
|
|
|
274
274
|
const { data: eitriAppClient } = await axios.get(
|
|
275
|
-
"https://cdn.83io.com.br/library/eitri-
|
|
275
|
+
"https://cdn.83io.com.br/library/eitri-bifrost/versions/index.json"
|
|
276
276
|
);
|
|
277
277
|
|
|
278
278
|
return {
|