@botpress/sdk 4.16.0 → 4.17.1

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.
@@ -17,7 +17,7 @@ export type IntegrationContext<TIntegration extends BaseIntegration = BaseIntegr
17
17
  botId: string;
18
18
  botUserId: string;
19
19
  integrationId: string;
20
- integrationAlias: string | undefined;
20
+ integrationAlias: string;
21
21
  webhookId: string;
22
22
  operation: string;
23
23
  } & IntegrationContextConfig<TIntegration>;
package/package.json CHANGED
@@ -1,10 +1,13 @@
1
1
  {
2
2
  "name": "@botpress/sdk",
3
- "version": "4.16.0",
3
+ "version": "4.17.1",
4
4
  "description": "Botpress SDK",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
7
7
  "types": "./dist/index.d.ts",
8
+ "repository": {
9
+ "url": "https://github.com/botpress/botpress"
10
+ },
8
11
  "scripts": {
9
12
  "check:type": "tsc -p ./tsconfig.json --noEmit",
10
13
  "build:type": "tsc -p ./tsconfig.package.json --emitDeclarationOnly --declaration",
@@ -25,7 +28,7 @@
25
28
  "tsup": "^8.0.2"
26
29
  },
27
30
  "peerDependencies": {
28
- "@bpinternal/zui": "^1.0.1",
31
+ "@bpinternal/zui": "1.2.1",
29
32
  "esbuild": "^0.16.12"
30
33
  },
31
34
  "peerDependenciesMeta": {