@botpress/sdk 4.8.3 → 4.8.5

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.
@@ -114,6 +114,7 @@ export type CommonHandlerProps<TPlugin extends common.BasePlugin> = {
114
114
  interfaces: common.PluginInterfaceExtensions<TPlugin>;
115
115
  actions: actionProxy.ActionProxy<TPlugin>;
116
116
  states: stateProxy.StateProxy<TPlugin>;
117
+ alias?: string;
117
118
  /**
118
119
  * # EXPERIMENTAL
119
120
  * This API is experimental and may change in the future.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/sdk",
3
- "version": "4.8.3",
3
+ "version": "4.8.5",
4
4
  "description": "Botpress SDK",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",