@botpress/cli 4.20.2 → 4.20.3

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,36 +1,36 @@
1
1
 
2
- > @botpress/cli@4.20.2 build /home/runner/work/botpress/botpress/packages/cli
2
+ > @botpress/cli@4.20.3 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@4.20.2 build:types /home/runner/work/botpress/botpress/packages/cli
6
+ > @botpress/cli@4.20.3 build:types /home/runner/work/botpress/botpress/packages/cli
7
7
  > tsc -p ./tsconfig.build.json
8
8
 
9
9
 
10
- > @botpress/cli@4.20.2 bundle /home/runner/work/botpress/botpress/packages/cli
10
+ > @botpress/cli@4.20.3 bundle /home/runner/work/botpress/botpress/packages/cli
11
11
  > ts-node -T build.ts
12
12
 
13
13
 
14
- > @botpress/cli@4.20.2 template:gen /home/runner/work/botpress/botpress/packages/cli
14
+ > @botpress/cli@4.20.3 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 v4.20.2
18
- 🤖 Botpress CLI v4.20.2
19
- 🤖 Botpress CLI v4.20.2
20
- 🤖 Botpress CLI v4.20.2
21
- ○ Generating typings for integration hello-world...
22
- ○ Generating typings for bot...
23
- ✓ Typings available at .botpress
24
-
17
+ 🤖 Botpress CLI v4.20.3
18
+ 🤖 Botpress CLI v4.20.3
19
+ 🤖 Botpress CLI v4.20.3
20
+ 🤖 Botpress CLI v4.20.3
25
21
  ○ Generating typings for integration empty-integration...
26
22
  ✓ Typings available at .botpress
27
23
 
24
+ ○ Generating typings for bot...
28
25
  ✓ Typings available at .botpress
29
26
 
27
+ ○ Generating typings for integration hello-world...
30
28
  ○ Generating typings for plugin empty-plugin...
31
29
  ✓ Typings available at .botpress
32
30
 
33
- 🤖 Botpress CLI v4.20.2
31
+ Typings available at .botpress
32
+
33
+ 🤖 Botpress CLI v4.20.3
34
34
  ○ Generating typings for integration webhook-message...
35
35
  ✓ Typings available at .botpress
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/cli",
3
- "version": "4.20.2",
3
+ "version": "4.20.3",
4
4
  "description": "Botpress CLI",
5
5
  "scripts": {
6
6
  "build": "pnpm run build:types && pnpm run bundle && pnpm run template:gen",
@@ -25,9 +25,9 @@
25
25
  "types": "dist/index.d.ts",
26
26
  "dependencies": {
27
27
  "@apidevtools/json-schema-ref-parser": "^11.7.0",
28
- "@botpress/chat": "0.5.2",
29
- "@botpress/client": "1.26.0",
30
- "@botpress/sdk": "4.17.2",
28
+ "@botpress/chat": "0.5.3",
29
+ "@botpress/client": "1.27.0",
30
+ "@botpress/sdk": "4.17.3",
31
31
  "@bpinternal/const": "^0.1.0",
32
32
  "@bpinternal/tunnel": "^0.1.1",
33
33
  "@bpinternal/yargs-extra": "^0.0.3",
@@ -5,8 +5,8 @@
5
5
  },
6
6
  "private": true,
7
7
  "dependencies": {
8
- "@botpress/client": "1.26.0",
9
- "@botpress/sdk": "4.17.2"
8
+ "@botpress/client": "1.27.0",
9
+ "@botpress/sdk": "4.17.3"
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.26.0",
10
- "@botpress/sdk": "4.17.2"
9
+ "@botpress/client": "1.27.0",
10
+ "@botpress/sdk": "4.17.3"
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.17.2"
9
+ "@botpress/sdk": "4.17.3"
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.26.0",
10
- "@botpress/sdk": "4.17.2"
9
+ "@botpress/client": "1.27.0",
10
+ "@botpress/sdk": "4.17.3"
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.26.0",
10
- "@botpress/sdk": "4.17.2",
9
+ "@botpress/client": "1.27.0",
10
+ "@botpress/sdk": "4.17.3",
11
11
  "axios": "^1.6.8"
12
12
  },
13
13
  "devDependencies": {