@agentvault/agentvault 0.14.20 → 0.14.21

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 CHANGED
@@ -49243,6 +49243,9 @@ ${messageText}`;
49243
49243
  if (msgData.message_id) {
49244
49244
  this._sendAck(msgData.message_id);
49245
49245
  }
49246
+ if (msgData.created_at && this._persisted) {
49247
+ this._persisted.lastMessageTimestamp = msgData.created_at;
49248
+ }
49246
49249
  await this._persistState();
49247
49250
  const metadata = {
49248
49251
  messageId: msgData.message_id ?? "",