memoir-cli 2.5.2 → 2.5.3
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/bin/memoir.js +1 -0
- package/package.json +1 -1
package/bin/memoir.js
CHANGED
|
@@ -249,6 +249,7 @@ program
|
|
|
249
249
|
chalk.white(`memoir ${VERSION} → ${chalk.green.bold(latest)}`),
|
|
250
250
|
{ padding: 1, borderStyle: 'round', borderColor: 'green', dimBorder: true }
|
|
251
251
|
) + '\n');
|
|
252
|
+
process.exit(0); // Exit immediately — old process still has old VERSION
|
|
252
253
|
} catch (err) {
|
|
253
254
|
console.error(chalk.red('\n✖ Update failed:'), err.message);
|
|
254
255
|
console.log(chalk.gray('Try manually: ') + chalk.cyan('npm install -g memoir-cli'));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "memoir-cli",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.3",
|
|
4
4
|
"description": "Sync AI memory across devices. Back up and restore Claude, Gemini, Codex, Cursor, Copilot, Windsurf configs. Snapshot coding sessions and resume on another machine. Migrate instructions between AI assistants.",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"type": "module",
|