@codernote/record-tree 2.5.3 → 2.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.
Files changed (2) hide show
  1. package/dist/index.js +6 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14242,7 +14242,10 @@ const yn = { class: "record-video" }, gn = { class: "buttons" }, xn = {
14242
14242
  function Q(K) {
14243
14243
  "content" in b.note && (b.note.content != K.content || b.note.title != K.title) && (Pe(), le("change", {
14244
14244
  type: "tree",
14245
- data: K
14245
+ data: {
14246
+ ...K,
14247
+ updated_at: Date.now()
14248
+ }
14246
14249
  }));
14247
14250
  }
14248
14251
  function ve() {
@@ -14268,7 +14271,8 @@ const yn = { class: "record-video" }, gn = { class: "buttons" }, xn = {
14268
14271
  type: "title",
14269
14272
  data: {
14270
14273
  ...oe,
14271
- title: ne
14274
+ title: ne,
14275
+ updated_at: Date.now()
14272
14276
  }
14273
14277
  });
14274
14278
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codernote/record-tree",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "dependencies": {