mindkeeper-openclaw 0.2.18 → 0.2.19

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -165,7 +165,7 @@ function formatHistoryResult(commits) {
165
165
  count: commits.length,
166
166
  entries: commits.map((c) => ({
167
167
  oid: c.oid.slice(0, 8),
168
- date: c.date.toISOString().replace("T", " ").slice(0, 19),
168
+ date: c.date.toLocaleString("sv-SE", { hour12: false }),
169
169
  message: c.message
170
170
  }))
171
171
  };
@@ -221,7 +221,7 @@ function registerTrackerCli(api, trackerRef) {
221
221
  return;
222
222
  }
223
223
  for (const c of commits) {
224
- const date = c.date.toISOString().replace("T", " ").slice(0, 19);
224
+ const date = c.date.toLocaleString("sv-SE", { hour12: false });
225
225
  console.log(`${c.oid.slice(0, 8)} ${date} ${c.message}`);
226
226
  }
227
227
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mindkeeper-openclaw",
3
- "version": "0.2.18",
3
+ "version": "0.2.19",
4
4
  "description": "OpenClaw plugin for mindkeeper: auto-snapshot, diff, and rollback for agent context files",
5
5
  "keywords": [
6
6
  "openclaw",