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.
@@ -1,6 +1,9 @@
1
1
  {
2
2
  "cSpell.words": [
3
+ "bifrost",
3
4
  "eitri",
5
+ "luminus",
6
+ "miniapp",
4
7
  "Unmocked",
5
8
  "Vegvisir"
6
9
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eitri-cli",
3
- "version": "1.5.1-beta.1",
3
+ "version": "1.5.1",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -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 exibicao da versao do components e client"
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-app-components"] = versions.componentsVersion;
254
- conf["eitri-app-client"] = versions.appClientVersion;
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-app-client/versions/index.json"
275
+ "https://cdn.83io.com.br/library/eitri-bifrost/versions/index.json"
276
276
  );
277
277
 
278
278
  return {