@hasna/oldpal 0.5.2 → 0.5.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/index.js +3 -3
- package/dist/index.js.map +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -32984,7 +32984,7 @@ function App2({ cwd: cwd2 }) {
|
|
|
32984
32984
|
padding: 1,
|
|
32985
32985
|
children: [
|
|
32986
32986
|
showWelcome && /* @__PURE__ */ jsx_dev_runtime9.jsxDEV(WelcomeBanner, {
|
|
32987
|
-
version: "0.5.
|
|
32987
|
+
version: "0.5.3",
|
|
32988
32988
|
model: "claude-sonnet-4",
|
|
32989
32989
|
directory: activeSession?.cwd || cwd2
|
|
32990
32990
|
}, undefined, false, undefined, this),
|
|
@@ -33089,7 +33089,7 @@ var options = {
|
|
|
33089
33089
|
help: args.includes("--help") || args.includes("-h")
|
|
33090
33090
|
};
|
|
33091
33091
|
if (options.version) {
|
|
33092
|
-
console.log("oldpal v0.5.
|
|
33092
|
+
console.log("oldpal v0.5.3");
|
|
33093
33093
|
process.exit(0);
|
|
33094
33094
|
}
|
|
33095
33095
|
if (options.help) {
|
|
@@ -33120,4 +33120,4 @@ waitUntilExit().then(() => {
|
|
|
33120
33120
|
process.exit(0);
|
|
33121
33121
|
});
|
|
33122
33122
|
|
|
33123
|
-
//# debugId=
|
|
33123
|
+
//# debugId=F56E791D31BE043564756E2164756E21
|