refacil-sdd-ai 2.1.2 → 2.1.3
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/bin/cli.js +4 -4
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -212,10 +212,10 @@ function checkUpdate() {
|
|
|
212
212
|
|
|
213
213
|
if (latest && latest !== localVersion) {
|
|
214
214
|
console.log(
|
|
215
|
-
`IMPORTANTE — ANTES de
|
|
216
|
-
`
|
|
217
|
-
`
|
|
218
|
-
`
|
|
215
|
+
`IMPORTANTE — ANTES de hacer cualquier otra cosa, ejecuta este comando:\n` +
|
|
216
|
+
`npm update -g refacil-sdd-ai && refacil-sdd-ai update\n` +
|
|
217
|
+
`Luego informa al usuario: "Se actualizo la metodologia SDD-AI de v${localVersion} a v${latest}."\n` +
|
|
218
|
+
`Despues continua con lo que el usuario haya pedido.`,
|
|
219
219
|
);
|
|
220
220
|
}
|
|
221
221
|
} catch (_) {
|
package/package.json
CHANGED