@botpress/cli 4.14.3 → 4.14.4

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.14.3 build /home/runner/work/botpress/botpress/packages/cli
2
+ > @botpress/cli@4.14.4 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.14.3 bundle /home/runner/work/botpress/botpress/packages/cli
6
+ > @botpress/cli@4.14.4 bundle /home/runner/work/botpress/botpress/packages/cli
7
7
  > ts-node -T build.ts
8
8
 
9
9
 
10
- > @botpress/cli@4.14.3 template:gen /home/runner/work/botpress/botpress/packages/cli
10
+ > @botpress/cli@4.14.4 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.14.3
14
- 🤖 Botpress CLI v4.14.3
15
- 🤖 Botpress CLI v4.14.3
16
- 🤖 Botpress CLI v4.14.3
17
- ○ Generating typings for plugin empty-plugin...
13
+ 🤖 Botpress CLI v4.14.4
14
+ 🤖 Botpress CLI v4.14.4
15
+ 🤖 Botpress CLI v4.14.4
16
+ 🤖 Botpress CLI v4.14.4
17
+ ○ Generating typings for bot...
18
18
  ✓ Typings available at .botpress
19
19
 
20
- ○ Generating typings for integration empty-integration...
21
- ○ Generating typings for bot...
20
+ ○ Generating typings for integration hello-world...
21
+ ○ Generating typings for plugin empty-plugin...
22
22
  ✓ Typings available at .botpress
23
23
 
24
+ ○ Generating typings for integration empty-integration...
24
25
  ✓ Typings available at .botpress
25
26
 
26
- ○ Generating typings for integration hello-world...
27
27
  ✓ Typings available at .botpress
28
28
 
29
- 🤖 Botpress CLI v4.14.3
29
+ 🤖 Botpress CLI v4.14.4
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.14.3",
3
+ "version": "4.14.4",
4
4
  "description": "Botpress CLI",
5
5
  "scripts": {
6
6
  "build": "pnpm run bundle && pnpm run template:gen",
@@ -19,7 +19,7 @@ export * as entities from "./entities/index"
19
19
 
20
20
  export type TIntegration = {
21
21
  name: "empty-integration"
22
- version: "0.0.1"
22
+ version: "0.1.0"
23
23
  user: { "tags": {}, "creation": { "enabled": false, "requiredTags": [] } }
24
24
  configuration: configuration.Configuration
25
25
  configurations: configurations.Configurations
@@ -3,7 +3,7 @@ import { integrationName } from './package.json'
3
3
 
4
4
  export default new IntegrationDefinition({
5
5
  name: integrationName,
6
- version: '0.0.1',
6
+ version: '0.1.0',
7
7
  readme: 'hub.md',
8
8
  icon: 'icon.svg',
9
9
  })
@@ -22,7 +22,7 @@ export * as workflows from './workflows'
22
22
 
23
23
  export type TPlugin = {
24
24
  name: "empty-plugin"
25
- version: "1.0.0"
25
+ version: "0.1.0"
26
26
  integrations: integrations.Integrations
27
27
  interfaces: interfaces.Interfaces
28
28
  configuration: configuration.Configuration
@@ -3,5 +3,5 @@ import { pluginName } from './package.json'
3
3
 
4
4
  export default new PluginDefinition({
5
5
  name: pluginName,
6
- version: '1.0.0',
6
+ version: '0.1.0',
7
7
  })
@@ -19,7 +19,7 @@ export * as entities from "./entities/index"
19
19
 
20
20
  export type TIntegration = {
21
21
  name: "hello-world"
22
- version: "0.0.1"
22
+ version: "0.1.0"
23
23
  user: { "tags": {}, "creation": { "enabled": false, "requiredTags": [] } }
24
24
  configuration: configuration.Configuration
25
25
  configurations: configurations.Configurations
@@ -3,7 +3,7 @@ import { integrationName } from './package.json'
3
3
 
4
4
  export default new IntegrationDefinition({
5
5
  name: integrationName,
6
- version: '0.0.1',
6
+ version: '0.1.0',
7
7
  readme: 'hub.md',
8
8
  icon: 'icon.svg',
9
9
  actions: {
@@ -19,7 +19,7 @@ export * as entities from "./entities/index"
19
19
 
20
20
  export type TIntegration = {
21
21
  name: "webhook-message"
22
- version: "0.0.1"
22
+ version: "0.1.0"
23
23
  user: { "tags": { "id": { "title": "User ID", "description": "The ID of the user" } }, "creation": { "enabled": false, "requiredTags": [] } }
24
24
  configuration: configuration.Configuration
25
25
  configurations: configurations.Configurations
@@ -3,7 +3,7 @@ import { integrationName } from './package.json'
3
3
 
4
4
  export default new IntegrationDefinition({
5
5
  name: integrationName,
6
- version: '0.0.1',
6
+ version: '0.1.0',
7
7
  readme: 'hub.md',
8
8
  icon: 'icon.svg',
9
9
  configuration: {