@okf/ootils 1.21.0 → 1.21.1
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/browser.js +1 -1
- package/dist/browser.mjs +1 -1
- package/dist/node.js +1 -1
- package/dist/node.mjs +1 -1
- package/dist/universal.js +1 -1
- package/dist/universal.mjs +1 -1
- package/package.json +1 -1
package/dist/browser.js
CHANGED
|
@@ -773,7 +773,7 @@ var mergeAnnoDataIntoAnnotationsTags = ({
|
|
|
773
773
|
prevObj,
|
|
774
774
|
newLexValue,
|
|
775
775
|
thisBlockValuePath,
|
|
776
|
-
author
|
|
776
|
+
author
|
|
777
777
|
}) => {
|
|
778
778
|
let newConsolidated = (0, import_lodash.cloneDeep)(prevObj) || {};
|
|
779
779
|
const { annoData = {} } = newLexValue || {};
|
package/dist/browser.mjs
CHANGED
|
@@ -736,7 +736,7 @@ var mergeAnnoDataIntoAnnotationsTags = ({
|
|
|
736
736
|
prevObj,
|
|
737
737
|
newLexValue,
|
|
738
738
|
thisBlockValuePath,
|
|
739
|
-
author
|
|
739
|
+
author
|
|
740
740
|
}) => {
|
|
741
741
|
let newConsolidated = cloneDeep(prevObj) || {};
|
|
742
742
|
const { annoData = {} } = newLexValue || {};
|
package/dist/node.js
CHANGED
|
@@ -2114,7 +2114,7 @@ var mergeAnnoDataIntoAnnotationsTags = ({
|
|
|
2114
2114
|
prevObj,
|
|
2115
2115
|
newLexValue,
|
|
2116
2116
|
thisBlockValuePath,
|
|
2117
|
-
author
|
|
2117
|
+
author
|
|
2118
2118
|
}) => {
|
|
2119
2119
|
let newConsolidated = (0, import_lodash.cloneDeep)(prevObj) || {};
|
|
2120
2120
|
const { annoData = {} } = newLexValue || {};
|
package/dist/node.mjs
CHANGED
|
@@ -2079,7 +2079,7 @@ var mergeAnnoDataIntoAnnotationsTags = ({
|
|
|
2079
2079
|
prevObj,
|
|
2080
2080
|
newLexValue,
|
|
2081
2081
|
thisBlockValuePath,
|
|
2082
|
-
author
|
|
2082
|
+
author
|
|
2083
2083
|
}) => {
|
|
2084
2084
|
let newConsolidated = cloneDeep(prevObj) || {};
|
|
2085
2085
|
const { annoData = {} } = newLexValue || {};
|
package/dist/universal.js
CHANGED
|
@@ -773,7 +773,7 @@ var mergeAnnoDataIntoAnnotationsTags = ({
|
|
|
773
773
|
prevObj,
|
|
774
774
|
newLexValue,
|
|
775
775
|
thisBlockValuePath,
|
|
776
|
-
author
|
|
776
|
+
author
|
|
777
777
|
}) => {
|
|
778
778
|
let newConsolidated = (0, import_lodash.cloneDeep)(prevObj) || {};
|
|
779
779
|
const { annoData = {} } = newLexValue || {};
|
package/dist/universal.mjs
CHANGED
|
@@ -736,7 +736,7 @@ var mergeAnnoDataIntoAnnotationsTags = ({
|
|
|
736
736
|
prevObj,
|
|
737
737
|
newLexValue,
|
|
738
738
|
thisBlockValuePath,
|
|
739
|
-
author
|
|
739
|
+
author
|
|
740
740
|
}) => {
|
|
741
741
|
let newConsolidated = cloneDeep(prevObj) || {};
|
|
742
742
|
const { annoData = {} } = newLexValue || {};
|