tiendu 0.1.1 → 0.1.2

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/README.md CHANGED
@@ -10,7 +10,7 @@ Download your store's theme, edit files locally, preview changes live with a sha
10
10
 
11
11
  - Node.js 20 or higher
12
12
  - A Tiendu store
13
- - A Tiendu API key (request one at hola@tiendu.uy)
13
+ - A Tiendu API key (request one at dev@tiendu.uy)
14
14
 
15
15
  ---
16
16
 
package/lib/init.mjs CHANGED
@@ -75,6 +75,11 @@ export const init = async () => {
75
75
  console.log("");
76
76
  console.log('Próximo paso: ejecutá "tiendu pull" para descargar el tema.');
77
77
  console.log("");
78
+ console.log("Nota: habilitá el modo dev en la plataforma Tiendu");
79
+ console.log(
80
+ "(Ajustes > General) para que los datos del preview se muestren correctamente.",
81
+ );
82
+ console.log("");
78
83
  } finally {
79
84
  rl.close();
80
85
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tiendu",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI para desarrollar y publicar temas en Tiendu",
5
5
  "type": "module",
6
6
  "bin": {