@chatbotkit/widget 1.26.3 → 1.30.0

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/README.md CHANGED
@@ -19,6 +19,20 @@ Type definitions for the ChatBotKit widget custom element. This package provides
19
19
  - **`Contact`**: Type for contact information
20
20
  - **`Meta`**: Type for session metadata
21
21
 
22
+ ## Why ChatBotKit?
23
+
24
+ **Build lighter, future-proof AI agents.** When you build with ChatBotKit, the heavy lifting happens on our servers-not in your application. This architectural advantage delivers:
25
+
26
+ - đŸĒļ **Lightweight Agents**: Your agents stay lean because complex AI processing, model orchestration, and tool execution happen server-side. Less code in your app means faster load times and simpler maintenance.
27
+
28
+ - đŸ›Ąī¸ **Robust & Streamlined**: Server-side processing provides a more reliable experience with built-in error handling, automatic retries, and consistent behavior across all platforms.
29
+
30
+ - 🔄 **Backward & Forward Compatible**: As AI technology evolves-new models, new capabilities, new paradigms-your agents automatically benefit. No code changes required on your end.
31
+
32
+ - 🔮 **Future-Proof**: Agents you build today will remain capable tomorrow. When we add support for new AI models or capabilities, your existing agents gain those powers without any updates to your codebase.
33
+
34
+ This means you can focus on building great user experiences while ChatBotKit handles the complexity of the ever-changing AI landscape.
35
+
22
36
  ## Installation
23
37
 
24
38
  ```bash
@@ -1,4 +1,17 @@
1
1
  "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
2
16
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./v2.cjs"), exports);
17
+ __exportStar(require("./v2.cjs"), exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chatbotkit/widget",
3
- "version": "1.26.3",
3
+ "version": "1.30.0",
4
4
  "description": "Type definitions for the ChatBotKit widget custom element",
5
5
  "license": "ISC",
6
6
  "engines": {
@@ -78,9 +78,7 @@
78
78
  "./package.json": "./package.json"
79
79
  },
80
80
  "types": "./dist/cjs/index.d.ts",
81
- "dependencies": {
82
- "tslib": "^2.6.2"
83
- },
81
+ "dependencies": {},
84
82
  "devDependencies": {
85
83
  "npm-run-all": "^4.1.5",
86
84
  "typedoc": "^0.28.14",