@botpress/cli 5.2.1 → 5.2.2

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,44 +1,44 @@
1
1
 
2
- > @botpress/cli@5.2.1 build /home/runner/work/botpress/botpress/packages/cli
2
+ > @botpress/cli@5.2.2 build /home/runner/work/botpress/botpress/packages/cli
3
3
  > pnpm run build:types && pnpm run bundle && pnpm run template:gen
4
4
 
5
5
 
6
- > @botpress/cli@5.2.1 build:types /home/runner/work/botpress/botpress/packages/cli
6
+ > @botpress/cli@5.2.2 build:types /home/runner/work/botpress/botpress/packages/cli
7
7
  > tsc -p ./tsconfig.build.json
8
8
 
9
9
 
10
- > @botpress/cli@5.2.1 bundle /home/runner/work/botpress/botpress/packages/cli
10
+ > @botpress/cli@5.2.2 bundle /home/runner/work/botpress/botpress/packages/cli
11
11
  > ts-node -T build.ts
12
12
 
13
13
 
14
- > @botpress/cli@5.2.1 template:gen /home/runner/work/botpress/botpress/packages/cli
14
+ > @botpress/cli@5.2.2 template:gen /home/runner/work/botpress/botpress/packages/cli
15
15
  > pnpm -r --stream -F @bp-templates/* exec bp gen
16
16
 
17
- 🤖 Botpress CLI v5.2.1
17
+ 🤖 Botpress CLI v5.2.2
18
18
  ● Checking if cli is up to date
19
- 🤖 Botpress CLI v5.2.1
19
+ 🤖 Botpress CLI v5.2.2
20
20
  ● Checking if cli is up to date
21
- 🤖 Botpress CLI v5.2.1
22
- 🤖 Botpress CLI v5.2.1
21
+ 🤖 Botpress CLI v5.2.2
23
22
  ● Checking if cli is up to date
23
+ 🤖 Botpress CLI v5.2.2
24
24
  ● Checking if cli is up to date
25
25
  ● Checking if sdk is up to date
26
26
  ● Checking if sdk is up to date
27
27
  ● Checking if sdk is up to date
28
28
  ● Checking if sdk is up to date
29
- ○ Generating typings for integration hello-world...
30
- ○ Generating typings for integration empty-integration...
31
29
  ○ Generating typings for plugin empty-plugin...
30
+ ○ Generating typings for bot...
31
+ ○ Generating typings for integration hello-world...
32
32
  ✓ Typings available at .botpress
33
33
 
34
34
  ✓ Typings available at .botpress
35
35
 
36
- ○ Generating typings for bot...
36
+ ○ Generating typings for integration empty-integration...
37
37
  ✓ Typings available at .botpress
38
38
 
39
39
  ✓ Typings available at .botpress
40
40
 
41
- 🤖 Botpress CLI v5.2.1
41
+ 🤖 Botpress CLI v5.2.2
42
42
  ● Checking if cli is up to date
43
43
  ● Checking if sdk is up to date
44
44
  ○ Generating typings for integration webhook-message...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/cli",
3
- "version": "5.2.1",
3
+ "version": "5.2.2",
4
4
  "description": "Botpress CLI",
5
5
  "scripts": {
6
6
  "build": "pnpm run build:types && pnpm run bundle && pnpm run template:gen",
@@ -26,8 +26,8 @@
26
26
  "dependencies": {
27
27
  "@apidevtools/json-schema-ref-parser": "^11.7.0",
28
28
  "@botpress/chat": "0.5.4",
29
- "@botpress/client": "1.28.0",
30
- "@botpress/sdk": "5.1.1",
29
+ "@botpress/client": "1.29.0",
30
+ "@botpress/sdk": "5.1.2",
31
31
  "@bpinternal/const": "^0.1.0",
32
32
  "@bpinternal/tunnel": "^0.1.1",
33
33
  "@bpinternal/verel": "^0.2.0",
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "private": true,
7
7
  "dependencies": {
8
- "@botpress/client": "1.28.0",
9
- "@botpress/sdk": "5.1.1"
8
+ "@botpress/client": "1.29.0",
9
+ "@botpress/sdk": "5.1.2"
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.28.0",
10
- "@botpress/sdk": "5.1.1"
9
+ "@botpress/client": "1.29.0",
10
+ "@botpress/sdk": "5.1.2"
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": "5.1.1"
9
+ "@botpress/sdk": "5.1.2"
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.28.0",
10
- "@botpress/sdk": "5.1.1"
9
+ "@botpress/client": "1.29.0",
10
+ "@botpress/sdk": "5.1.2"
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.28.0",
10
- "@botpress/sdk": "5.1.1",
9
+ "@botpress/client": "1.29.0",
10
+ "@botpress/sdk": "5.1.2",
11
11
  "axios": "^1.6.8"
12
12
  },
13
13
  "devDependencies": {