@wabot-dev/framework 0.1.0-beta.21 → 0.1.0-beta.22

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.
@@ -1021,7 +1021,7 @@ interface IGetConfig {
1021
1021
  path?: string;
1022
1022
  }
1023
1023
 
1024
- declare function get(config?: IGetConfig): (target: object, propertyKey: string | symbol) => void;
1024
+ declare function get(config?: string | IGetConfig): (target: object, propertyKey: string | symbol) => void;
1025
1025
 
1026
1026
  interface IMiddleware {
1027
1027
  handle(req: Request, res: Response, container: DependencyContainer$1): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wabot-dev/framework",
3
- "version": "0.1.0-beta.21",
3
+ "version": "0.1.0-beta.22",
4
4
  "description": "Framework for IA Chat Bots",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",