@chatbotkit/sdk 1.18.2 → 1.18.3
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chatbotkit/sdk",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.3",
|
|
4
4
|
"description": "The fastest way to build advanced AI chat bots",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"engines": {
|
|
@@ -2276,7 +2276,7 @@
|
|
|
2276
2276
|
"types": "./dist/cjs/index.d.ts",
|
|
2277
2277
|
"dependencies": {
|
|
2278
2278
|
"tslib": "^2.6.2",
|
|
2279
|
-
"@chatbotkit/fetch": "1.18.
|
|
2279
|
+
"@chatbotkit/fetch": "1.18.3"
|
|
2280
2280
|
},
|
|
2281
2281
|
"devDependencies": {
|
|
2282
2282
|
"openapi-typescript": "7.4.4",
|