@theholocron/cli 3.24.3 → 3.24.4
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/cli.mjs +2 -3
- package/dist/cli.mjs.map +1 -1
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -1234,10 +1234,9 @@ async function runNpmBumpVersions(input) {
|
|
|
1234
1234
|
entries = listDir(packagesDir);
|
|
1235
1235
|
} catch {
|
|
1236
1236
|
return {
|
|
1237
|
-
status: "
|
|
1237
|
+
status: dryRun ? "dry-run" : "ok",
|
|
1238
1238
|
bumped,
|
|
1239
|
-
skipped
|
|
1240
|
-
message: `packages/ directory not found in ${cwd}`
|
|
1239
|
+
skipped
|
|
1241
1240
|
};
|
|
1242
1241
|
}
|
|
1243
1242
|
for (const entry of entries) {
|