@chatwidgetai/chat-widget 0.2.4 → 0.2.5

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 CHANGED
@@ -50,13 +50,6 @@ async function* parseSSEStream(response, validator) {
50
50
  }
51
51
  }
52
52
 
53
- /**
54
- * API Client for Widget Communication
55
- * Handles all HTTP requests to the widget API
56
- *
57
- * Note: No API key required - widget ID acts as the access token.
58
- * The widget ID should be kept confidential by the site owner.
59
- */
60
53
  class ApiError extends Error {
61
54
  constructor(message, status, options) {
62
55
  super(message);