@biffo/cli 0.198.5 → 0.198.7

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -9462,7 +9462,7 @@ function checkFossilCoreVersion(facts) {
9462
9462
  check: "fossil-core-version",
9463
9463
  severity: "warn",
9464
9464
  detail: `core.version says ${facts.fossilCoreVersion} while biffo.core.json says ${facts.localCoreVersion}. core.version is inherited from \`biffo init\` and has not been maintained since; biffo.core.json is the authority. Reading the wrong one is #788.`,
9465
- remedy: "Ignore core.version. `biffo core upgrade` removes it when it can prove it is inherited, and deliberately keeps it when it may have been repurposed."
9465
+ remedy: "Ignore core.version. `biffo core upgrade` removes it when it can prove it is redundant (equal to biffo.core.json) or stale (behind it), and deliberately keeps a copy AHEAD of biffo.core.json or not a version at all \u2014 no upgrade produces those, so they are somebody\u2019s own file and this warning is then expected."
9466
9466
  }
9467
9467
  ];
9468
9468
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@biffo/cli",
3
- "version": "0.198.5",
3
+ "version": "0.198.7",
4
4
  "description": "Biffo project scaffolding CLI",
5
5
  "license": "MIT",
6
6
  "type": "module",