@aakash58/chatbot 1.0.99 → 1.1.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.
package/index.d.ts CHANGED
@@ -250,7 +250,7 @@ declare class Doohbot extends DoohbotInput implements OnInit, OnDestroy {
250
250
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<Doohbot, never>;
251
251
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<Doohbot, "app-doohbot", never, { "config": { "alias": "config"; "required": false; }; "buttonStyle": { "alias": "buttonStyle"; "required": false; }; "enableDrag": { "alias": "enableDrag"; "required": false; }; "enableResize": { "alias": "enableResize"; "required": false; }; "apiConfig": { "alias": "apiConfig"; "required": false; }; "themeConfig": { "alias": "themeConfig"; "required": false; }; }, {}, never, never, true, never>;
252
252
  }
253
- declare function initializeApp(): Promise<any>;
253
+ declare function initializeApp(): () => Promise<any>;
254
254
 
255
255
  declare const DoohbotConst: {
256
256
  appTitle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aakash58/chatbot",
3
- "version": "1.0.99",
3
+ "version": "1.1.1",
4
4
  "description": "multi tenancy chatbot",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.3.0",