@okf/ootils 1.6.1 → 1.6.2

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/node.js CHANGED
@@ -614,7 +614,8 @@ var init_AIChat = __esm({
614
614
  },
615
615
  content: {
616
616
  type: { type: String },
617
- value: String
617
+ value: String,
618
+ viz: Object
618
619
  },
619
620
  vectorSearchInfo: {
620
621
  chunks: [Annotations_default]
package/dist/node.mjs CHANGED
@@ -619,7 +619,8 @@ var init_AIChat = __esm({
619
619
  },
620
620
  content: {
621
621
  type: { type: String },
622
- value: String
622
+ value: String,
623
+ viz: Object
623
624
  },
624
625
  vectorSearchInfo: {
625
626
  chunks: [Annotations_default]
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.1",
6
+ "version": "1.6.2",
7
7
  "description": "Utility functions for both browser and Node.js",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.mjs",