@hasna/oldpal 0.3.0 → 0.3.2
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
|
@@ -32129,7 +32129,7 @@ var options = {
|
|
|
32129
32129
|
help: args.includes("--help") || args.includes("-h")
|
|
32130
32130
|
};
|
|
32131
32131
|
if (options.version) {
|
|
32132
|
-
console.log("oldpal v0.2
|
|
32132
|
+
console.log("oldpal v0.3.2");
|
|
32133
32133
|
process.exit(0);
|
|
32134
32134
|
}
|
|
32135
32135
|
if (options.help) {
|
|
@@ -32160,4 +32160,4 @@ waitUntilExit().then(() => {
|
|
|
32160
32160
|
process.exit(0);
|
|
32161
32161
|
});
|
|
32162
32162
|
|
|
32163
|
-
//# debugId=
|
|
32163
|
+
//# debugId=4FD9F80940C6F3E164756E2164756E21
|