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 changes: 1 addition & 1 deletion integrations/anthropic/integration.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default new IntegrationDefinition({
name: 'anthropic',
title: 'Anthropic',
description: 'Access a curated list of Claude models to set as your chosen LLM.',
version: '15.0.1',
version: '16.0.0',
readme: 'hub.md',
icon: 'icon.svg',
entities: {
Expand Down
2 changes: 1 addition & 1 deletion integrations/cerebras/integration.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default new IntegrationDefinition({
title: 'Cerebras',
description:
'Get access to a curated list of Cerebras models for content generation and chat completions within your bot.',
version: '8.0.3',
version: '9.0.0',
readme: 'hub.md',
icon: 'icon.svg',
entities: {
Expand Down
2 changes: 1 addition & 1 deletion integrations/fireworks-ai/integration.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default new IntegrationDefinition({
title: 'Fireworks AI',
description:
'Choose from curated Fireworks AI models for content generation, chat completions, and audio transcription.',
version: '10.0.3',
version: '11.0.0',
readme: 'hub.md',
icon: 'icon.svg',
entities: {
Expand Down
2 changes: 1 addition & 1 deletion integrations/google-ai/integration.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default new IntegrationDefinition({
name: 'google-ai',
title: 'Google AI',
description: 'Gain access to Gemini models for content generation, chat responses, and advanced language tasks.',
version: '7.0.5',
version: '8.0.0',
readme: 'hub.md',
icon: 'icon.svg',
entities: {
Expand Down
2 changes: 1 addition & 1 deletion integrations/groq/integration.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default new IntegrationDefinition({
name: 'groq',
title: 'Groq',
description: 'Gain access to Groq models for content generation, chat responses, and audio transcription.',
version: '15.0.3',
version: '16.0.0',
readme: 'hub.md',
icon: 'icon.svg',
entities: {
Expand Down
2 changes: 1 addition & 1 deletion integrations/mistral-ai/integration.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default new IntegrationDefinition({
name: 'mistral-ai',
title: 'Mistral AI',
description: 'Access a curated list of Mistral AI models to set as your chosen LLM.',
version: '0.1.2',
version: '1.0.0',
readme: 'hub.md',
icon: 'icon.svg',
entities: {
Expand Down
2 changes: 1 addition & 1 deletion integrations/openai/integration.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default new IntegrationDefinition({
title: 'OpenAI',
description:
'Gain access to OpenAI models for text generation, speech synthesis, audio transcription, and image generation.',
version: '19.0.1',
version: '20.0.0',
readme: 'hub.md',
icon: 'icon.svg',
entities: {
Expand Down
2 changes: 1 addition & 1 deletion interfaces/llm/interface.definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { z, InterfaceDefinition } from '@botpress/sdk'

export default new InterfaceDefinition({
name: 'llm',
version: '9.0.1',
version: '10.0.0',
entities: {
modelRef: {
schema: common.llm.schemas.ModelRefSchema,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
},
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.564.0",
"@botpress/api": "1.84.0",
"@botpress/api": "1.86.0",
"@botpress/cli": "workspace:*",
"@botpress/client": "workspace:*",
"@botpress/sdk": "workspace:*",
"@bpinternal/depsynky": "0.3.0",
"@bpinternal/depsynky": "0.3.2",
"@bpinternal/readiness": "^0.0.16",
"@bpinternal/retry-cli": "^0.1.1",
"@linear/sdk": "^55.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/cli",
"version": "6.3.3",
"version": "6.3.4",
"description": "Botpress CLI",
"scripts": {
"build": "pnpm run build:types && pnpm run bundle && pnpm run template:gen",
Expand All @@ -27,8 +27,8 @@
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.7.0",
"@botpress/chat": "0.5.5",
"@botpress/client": "1.39.0",
"@botpress/sdk": "6.4.4",
"@botpress/client": "1.40.0",
"@botpress/sdk": "6.4.5",
"@bpinternal/const": "^0.1.0",
"@bpinternal/tunnel": "^0.1.1",
"@bpinternal/verel": "^0.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/templates/empty-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
},
"private": true,
"dependencies": {
"@botpress/client": "1.39.0",
"@botpress/sdk": "6.4.4"
"@botpress/client": "1.40.0",
"@botpress/sdk": "6.4.5"
},
"devDependencies": {
"@types/node": "^22.16.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/templates/empty-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"private": true,
"dependencies": {
"@botpress/client": "1.39.0",
"@botpress/sdk": "6.4.4"
"@botpress/client": "1.40.0",
"@botpress/sdk": "6.4.5"
},
"devDependencies": {
"@types/node": "^22.16.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/templates/empty-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"private": true,
"dependencies": {
"@botpress/sdk": "6.4.4"
"@botpress/sdk": "6.4.5"
},
"devDependencies": {
"@types/node": "^22.16.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"private": true,
"dependencies": {
"@botpress/client": "1.39.0",
"@botpress/sdk": "6.4.4"
"@botpress/client": "1.40.0",
"@botpress/sdk": "6.4.5"
},
"devDependencies": {
"@types/node": "^22.16.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/templates/webhook-message/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
},
"private": true,
"dependencies": {
"@botpress/client": "1.39.0",
"@botpress/sdk": "6.4.4",
"@botpress/client": "1.40.0",
"@botpress/sdk": "6.4.5",
"axios": "^1.6.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/client",
"version": "1.39.0",
"version": "1.40.0",
"description": "Botpress Client",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/cognitive/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/cognitive",
"version": "0.5.2",
"version": "0.5.3",
"description": "Wrapper around the Botpress Client to call LLMs",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/llmz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "llmz",
"type": "module",
"description": "LLMz - An LLM-native Typescript VM built on top of Zui",
"version": "0.0.70",
"version": "0.0.71",
"types": "./dist/index.d.ts",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
Expand Down Expand Up @@ -71,8 +71,8 @@
"tsx": "^4.19.2"
},
"peerDependencies": {
"@botpress/client": "1.39.0",
"@botpress/cognitive": "0.5.2",
"@botpress/client": "1.40.0",
"@botpress/cognitive": "0.5.3",
"@bpinternal/thicktoken": "^2.0.0",
"@bpinternal/zui": "^2.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/sdk",
"version": "6.4.4",
"version": "6.4.5",
"description": "Botpress SDK",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand All @@ -20,7 +20,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@botpress/client": "1.39.0",
"@botpress/client": "1.40.0",
"browser-or-node": "^2.1.1",
"semver": "^7.3.8"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/vai/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@botpress/vai",
"version": "0.0.28",
"version": "0.0.29",
"description": "Vitest AI (vai) – a vitest extension for testing with LLMs",
"types": "./dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"tsup": "^8.0.2"
},
"peerDependencies": {
"@botpress/client": "1.39.0",
"@botpress/client": "1.40.0",
"@bpinternal/thicktoken": "^1.0.1",
"@bpinternal/zui": "^2.1.1",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/zai/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@botpress/zai",
"description": "Zui AI (zai) – An LLM utility library written on top of Zui and the Botpress API",
"version": "2.6.16",
"version": "2.6.17",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@botpress/cognitive": "0.5.2",
"@botpress/cognitive": "0.5.3",
"json5": "^2.2.3",
"jsonrepair": "^3.10.0",
"lodash-es": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion plugins/conversation-insights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"private": true,
"dependencies": {
"@botpress/cognitive": "0.5.2",
"@botpress/cognitive": "0.5.3",
"@botpress/sdk": "workspace:*",
"browser-or-node": "^2.1.1",
"jsonrepair": "^3.10.0"
Expand Down
Loading
Loading