@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.
@@ -17388,13 +17388,6 @@
17388
17388
  }
17389
17389
  }
17390
17390
 
17391
- /**
17392
- * API Client for Widget Communication
17393
- * Handles all HTTP requests to the widget API
17394
- *
17395
- * Note: No API key required - widget ID acts as the access token.
17396
- * The widget ID should be kept confidential by the site owner.
17397
- */
17398
17391
  class ApiError extends Error {
17399
17392
  constructor(message, status, options) {
17400
17393
  super(message);