@xylabs/ts-scripts-yarn3 5.1.13 → 5.1.14

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/dist/xy/xy.mjs CHANGED
@@ -953,10 +953,10 @@ var lintAllPackages = /* @__PURE__ */ __name(({ fix: fix2, verbose = true, incre
953
953
  ];
954
954
  const incrementalOptions = incremental ? [
955
955
  "--since",
956
- "-ApR"
956
+ "-Apt"
957
957
  ] : [
958
958
  "--parallel",
959
- "-ApR"
959
+ "-Apt"
960
960
  ];
961
961
  const result = runSteps(`${fix2 ? "Fix" : "Lint"} [All-Packages]`, [
962
962
  [