@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 CHANGED
@@ -773,7 +773,7 @@ var mergeAnnoDataIntoAnnotationsTags = ({
773
773
  prevObj,
774
774
  newLexValue,
775
775
  thisBlockValuePath,
776
- author = { id: null, name: "AI" }
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 = { id: null, name: "AI" }
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 = { id: null, name: "AI" }
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 = { id: null, name: "AI" }
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 = { id: null, name: "AI" }
776
+ author
777
777
  }) => {
778
778
  let newConsolidated = (0, import_lodash.cloneDeep)(prevObj) || {};
779
779
  const { annoData = {} } = newLexValue || {};
@@ -736,7 +736,7 @@ var mergeAnnoDataIntoAnnotationsTags = ({
736
736
  prevObj,
737
737
  newLexValue,
738
738
  thisBlockValuePath,
739
- author = { id: null, name: "AI" }
739
+ author
740
740
  }) => {
741
741
  let newConsolidated = cloneDeep(prevObj) || {};
742
742
  const { annoData = {} } = newLexValue || {};
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.21.0",
6
+ "version": "1.21.1",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",