@botpress/cli 4.17.5 → 4.17.6

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.
@@ -1,32 +1,32 @@
1
1
 
2
- > @botpress/cli@4.17.5 build /home/runner/work/botpress/botpress/packages/cli
2
+ > @botpress/cli@4.17.6 build /home/runner/work/botpress/botpress/packages/cli
3
3
  > pnpm run bundle && pnpm run template:gen
4
4
 
5
5
 
6
- > @botpress/cli@4.17.5 bundle /home/runner/work/botpress/botpress/packages/cli
6
+ > @botpress/cli@4.17.6 bundle /home/runner/work/botpress/botpress/packages/cli
7
7
  > ts-node -T build.ts
8
8
 
9
9
 
10
- > @botpress/cli@4.17.5 template:gen /home/runner/work/botpress/botpress/packages/cli
10
+ > @botpress/cli@4.17.6 template:gen /home/runner/work/botpress/botpress/packages/cli
11
11
  > pnpm -r --stream -F @bp-templates/* exec bp gen
12
12
 
13
- 🤖 Botpress CLI v4.17.5
14
- 🤖 Botpress CLI v4.17.5
15
- 🤖 Botpress CLI v4.17.5
16
- 🤖 Botpress CLI v4.17.5
17
- ○ Generating typings for plugin empty-plugin...
18
- ✓ Typings available at .botpress
19
-
13
+ 🤖 Botpress CLI v4.17.6
14
+ 🤖 Botpress CLI v4.17.6
15
+ 🤖 Botpress CLI v4.17.6
16
+ 🤖 Botpress CLI v4.17.6
20
17
  ○ Generating typings for bot...
18
+ ○ Generating typings for integration empty-integration...
21
19
  ✓ Typings available at .botpress
22
20
 
23
21
  ○ Generating typings for integration hello-world...
24
- ○ Generating typings for integration empty-integration...
22
+ ○ Generating typings for plugin empty-plugin...
23
+ ✓ Typings available at .botpress
24
+
25
25
  ✓ Typings available at .botpress
26
26
 
27
27
  ✓ Typings available at .botpress
28
28
 
29
- 🤖 Botpress CLI v4.17.5
29
+ 🤖 Botpress CLI v4.17.6
30
30
  ○ Generating typings for integration webhook-message...
31
31
  ✓ Typings available at .botpress
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/cli",
3
- "version": "4.17.5",
3
+ "version": "4.17.6",
4
4
  "description": "Botpress CLI",
5
5
  "scripts": {
6
6
  "build": "pnpm run bundle && pnpm run template:gen",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@apidevtools/json-schema-ref-parser": "^11.7.0",
23
23
  "@botpress/chat": "0.5.1",
24
- "@botpress/client": "1.23.0",
25
- "@botpress/sdk": "4.15.4",
24
+ "@botpress/client": "1.24.0",
25
+ "@botpress/sdk": "4.15.5",
26
26
  "@bpinternal/const": "^0.1.0",
27
27
  "@bpinternal/tunnel": "^0.1.1",
28
28
  "@bpinternal/yargs-extra": "^0.0.3",
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "private": true,
7
7
  "dependencies": {
8
- "@botpress/client": "1.23.0",
9
- "@botpress/sdk": "4.15.4"
8
+ "@botpress/client": "1.24.0",
9
+ "@botpress/sdk": "4.15.5"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/node": "^22.16.4",
@@ -6,8 +6,8 @@
6
6
  },
7
7
  "private": true,
8
8
  "dependencies": {
9
- "@botpress/client": "1.23.0",
10
- "@botpress/sdk": "4.15.4"
9
+ "@botpress/client": "1.24.0",
10
+ "@botpress/sdk": "4.15.5"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/node": "^22.16.4",
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "private": true,
8
8
  "dependencies": {
9
- "@botpress/sdk": "4.15.4"
9
+ "@botpress/sdk": "4.15.5"
10
10
  },
11
11
  "devDependencies": {
12
12
  "@types/node": "^22.16.4",
@@ -6,8 +6,8 @@
6
6
  },
7
7
  "private": true,
8
8
  "dependencies": {
9
- "@botpress/client": "1.23.0",
10
- "@botpress/sdk": "4.15.4"
9
+ "@botpress/client": "1.24.0",
10
+ "@botpress/sdk": "4.15.5"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/node": "^22.16.4",
@@ -6,8 +6,8 @@
6
6
  },
7
7
  "private": true,
8
8
  "dependencies": {
9
- "@botpress/client": "1.23.0",
10
- "@botpress/sdk": "4.15.4",
9
+ "@botpress/client": "1.24.0",
10
+ "@botpress/sdk": "4.15.5",
11
11
  "axios": "^1.6.8"
12
12
  },
13
13
  "devDependencies": {