@chatbotkit/sdk 1.27.0 → 1.29.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chatbotkit/sdk",
3
- "version": "1.27.0",
3
+ "version": "1.29.0",
4
4
  "description": "The fastest way to build advanced AI chat bots",
5
5
  "license": "ISC",
6
6
  "engines": {
@@ -3293,7 +3293,7 @@
3293
3293
  "types": "./dist/cjs/index.d.ts",
3294
3294
  "dependencies": {
3295
3295
  "tslib": "^2.6.2",
3296
- "@chatbotkit/fetch": "1.26.3"
3296
+ "@chatbotkit/fetch": "1.29.0"
3297
3297
  },
3298
3298
  "devDependencies": {
3299
3299
  "npm-run-all": "^4.1.5",