@chatbotkit/next 1.29.0 â 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 +2 -2
- package/package.json +2 -4
package/README.md
CHANGED
|
@@ -11,13 +11,13 @@ The [ChatBotKit](https://chatbotkit.com) SDK for Next.js is crafted to integrate
|
|
|
11
11
|
|
|
12
12
|
## Why ChatBotKit?
|
|
13
13
|
|
|
14
|
-
**Build lighter, future-proof AI agents.** When you build with ChatBotKit, the heavy lifting happens on our servers
|
|
14
|
+
**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:
|
|
15
15
|
|
|
16
16
|
- ðŠķ **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.
|
|
17
17
|
|
|
18
18
|
- ðĄïļ **Robust & Streamlined**: Server-side processing provides a more reliable experience with built-in error handling, automatic retries, and consistent behavior across all platforms.
|
|
19
19
|
|
|
20
|
-
- ð **Backward & Forward Compatible**: As AI technology evolves
|
|
20
|
+
- ð **Backward & Forward Compatible**: As AI technology evolves-new models, new capabilities, new paradigms-your agents automatically benefit. No code changes required on your end.
|
|
21
21
|
|
|
22
22
|
- ðŪ **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.
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chatbotkit/next",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.30.0",
|
|
4
4
|
"description": "Utility library for ChatbotKit for Next.js",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"engines": {
|
|
@@ -76,9 +76,7 @@
|
|
|
76
76
|
"./package.json": "./package.json"
|
|
77
77
|
},
|
|
78
78
|
"types": "./dist/cjs/index.d.ts",
|
|
79
|
-
"dependencies": {
|
|
80
|
-
"tslib": "^2.6.2"
|
|
81
|
-
},
|
|
79
|
+
"dependencies": {},
|
|
82
80
|
"devDependencies": {
|
|
83
81
|
"npm-run-all": "^4.1.5",
|
|
84
82
|
"typedoc": "^0.28.14",
|