@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.
- package/dist/index.js +6 -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:
|
|
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
|
}
|