@pruddiman/dispatch 1.5.0-beta.07e10a8-beta.07e10a8 → 1.5.0-beta.07e10a8
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.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -10541,7 +10541,7 @@ async function main() {
|
|
|
10541
10541
|
process.exit(0);
|
|
10542
10542
|
}
|
|
10543
10543
|
if (args.version) {
|
|
10544
|
-
console.log(`dispatch v${"1.5.0-beta.07e10a8
|
|
10544
|
+
console.log(`dispatch v${"1.5.0-beta.07e10a8"}`);
|
|
10545
10545
|
process.exit(0);
|
|
10546
10546
|
}
|
|
10547
10547
|
const hasIssueIds = args.issueIds.length > 0;
|