@knowbl_ai/nexus-chat 1.1.0 → 1.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowbl_ai/nexus-chat",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "Embeddable AI chat widget for Nexus AI Platform",
6
6
  "author": "Knowbl AI <support@knowbl.com>",
@@ -2,7 +2,7 @@
2
2
  * UUID validation utilities for nexus-chat widget
3
3
  */
4
4
  /**
5
- * Validates if a string is a valid UUID v4
5
+ * Validates if a string is a valid UUID (any version)
6
6
  * @param value - The string to validate
7
7
  * @returns true if valid UUID, false otherwise
8
8
  */