Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2,594 changes: 1,172 additions & 1,422 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rimraf packages/**/lib"
},
"dependencies": {
"axios": "^1.13.6",
"axios": "^1.15.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down Expand Up @@ -51,7 +51,7 @@
"jest-extended": "^4.0.2",
"jest-junit": "^12.3.0",
"prettier": "^3.2.5",
"ts-jest": "^29.4.4",
"ts-jest": "^29.4.9",
"ts-mockito": "^2.6.1",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
Expand Down
26 changes: 13 additions & 13 deletions packages/botonic-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@botonic/cli",
"description": "Build Chatbots Using React",
"version": "0.48.0",
"version": "0.48.1",
"license": "MIT",
"bin": {
"botonic": "./bin/run.js"
Expand All @@ -20,25 +20,25 @@
},
"dependencies": {
"@inquirer/prompts": "^7.8.6",
"@oclif/core": "^4.5.4",
"@oclif/plugin-help": "^6.2.33",
"axios": "^1.13.6",
"fs-extra": "^11.3.2",
"ora": "^9.0.0",
"@oclif/core": "^4.10.6",
"@oclif/plugin-help": "^6.2.45",
"axios": "^1.15.2",
"fs-extra": "^11.3.4",
"ora": "^9.4.0",
"picocolors": "^1.1.1",
"qs": "^6.14.0",
"tar": "^7.5.2",
"qs": "^6.15.1",
"tar": "^7.5.13",
"tslib": "^2.8.1",
"zip-a-folder": "^3.1.9"
"zip-a-folder": "^6.1.1"
},
"devDependencies": {
"@oclif/test": "^4.1.14",
"@oclif/test": "^4.1.18",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.0.0",
"oclif": "^4.22.27",
"shx": "^0.3.3",
"ts-jest": "^29.2.5",
"oclif": "^4.23.0",
"shx": "^0.4.0",
"ts-jest": "^29.4.9",
"ts-node": "^10.9.2"
},
"engines": {
Expand Down
10 changes: 2 additions & 8 deletions packages/botonic-cli/src/commands/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Args, Command, Flags } from '@oclif/core'
import type { AxiosError } from 'axios'
import ora from 'ora'
import pc from 'picocolors'
import { ZipAFolder } from 'zip-a-folder'
import { zip } from 'zip-a-folder'

import { BotonicAPIService } from '../botonic-api-service.js'
import { CLOUD_PROVIDERS } from '../constants.js'
Expand Down Expand Up @@ -309,13 +309,7 @@ export default class Deploy extends Command {
}
createDir(path.join(process.cwd(), BOTONIC_TEMP_DIRNAME))
copyRecursively('dist', path.join(BOTONIC_TEMP_DIRNAME, 'dist'))
const zipRes = await ZipAFolder.zip(
BOTONIC_TEMP_DIRNAME,
path.join(BOTONIC_BUNDLE_FILE)
)
if (zipRes instanceof Error) {
throw Error
}
await zip(BOTONIC_TEMP_DIRNAME, path.join(BOTONIC_BUNDLE_FILE))
const zipStats = statSync(BOTONIC_BUNDLE_FILE)
spinner.succeed()
if (zipStats.size >= 10 * 10 ** 6) {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.25.9",
"axios": "^1.13.6",
"axios": "^1.15.2",
"pako": "^2.1.0",
"process": "^0.11.10",
"pusher-js": "^5.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-ai-agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@botonic/core": "^0.48.0",
"@openai/agents": "^0.3.9",
"axios": "^1.13.6",
"axios": "^1.15.2",
"openai": "^6.0.0",
"uuid": "^10.0.0",
"zod": "3.25.76",
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-flow-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@botonic/react": "^0.48.0",
"axios": "^1.13.6",
"axios": "^1.15.2",
"uuid": "^10.0.0"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-hubtype-analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@babel/runtime": "^7.26.0",
"@botonic/core": "^0.48.0",
"axios": "^1.13.6"
"axios": "^1.15.2"
},
"devDependencies": {
"@types/node": "^20.11.17"
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-plugin-knowledge-bases/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@babel/runtime": "^7.26.0",
"@botonic/core": "^0.48.0",
"axios": "^1.13.6"
"axios": "^1.15.2"
},
"devDependencies": {
"@types/node": "^20.11.16"
Expand Down
2 changes: 1 addition & 1 deletion packages/botonic-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@botonic/core": "^0.48.0",
"axios": "^1.13.6",
"axios": "^1.15.2",
"emoji-picker-react": "^4.12.0",
"lodash.merge": "^4.6.2",
"markdown-it": "^12.3.2",
Expand Down
Loading