@timekast/factory 0.1.7 → 0.1.8

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.
@@ -101,9 +101,9 @@ function renderDoctor(result) {
101
101
  }
102
102
  else {
103
103
  if (result.conflicts.length > 0) {
104
- console.log('Conflictos pendientes (modificado local + Factory actualizó):');
104
+ console.log('Modificados localmente respecto al lockfile (conflicto si el Factory los actualiza):');
105
105
  for (const p of result.conflicts) {
106
- console.log(` • ${p} — conflicto pendiente (modificado local + Factory actualizó)`);
106
+ console.log(` • ${p} — modificado localmente respecto al lockfile`);
107
107
  }
108
108
  console.log(' Sugerencia: corre `factory:update --verify` para re-chequear, o `factory:update` para reconciliar.');
109
109
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@timekast/factory",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Public, thin CLI to bootstrap and maintain TimeKast Factory derived projects.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",