@hasna/oldpal 0.1.4 → 0.1.5
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/index.js +2 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -87509,7 +87509,7 @@ var options2 = {
|
|
|
87509
87509
|
help: args.includes("--help") || args.includes("-h")
|
|
87510
87510
|
};
|
|
87511
87511
|
if (options2.version) {
|
|
87512
|
-
console.log("oldpal v0.1.
|
|
87512
|
+
console.log("oldpal v0.1.5");
|
|
87513
87513
|
process.exit(0);
|
|
87514
87514
|
}
|
|
87515
87515
|
if (options2.help) {
|
|
@@ -87540,4 +87540,4 @@ waitUntilExit().then(() => {
|
|
|
87540
87540
|
process.exit(0);
|
|
87541
87541
|
});
|
|
87542
87542
|
|
|
87543
|
-
//# debugId=
|
|
87543
|
+
//# debugId=ED2ECDEC966D960464756E2164756E21
|