@memberjunction/ng-chat 1.2.0 → 1.2.2

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.
@@ -405,4 +405,4 @@ ChatComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: ChatComponent
405
405
  type: ViewChild,
406
406
  args: ['theInput']
407
407
  }] }); })();
408
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ChatComponent, { className: "ChatComponent" }); })();
408
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ChatComponent, { className: "ChatComponent", filePath: "src/lib/chat/chat.component.ts", lineNumber: 30 }); })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-chat",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "MemberJunction: Reusable Chat Component - can be used for AI or peer to peer chat applications.",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -24,8 +24,8 @@
24
24
  "@angular/forms": "~17.2.2"
25
25
  },
26
26
  "dependencies": {
27
- "@memberjunction/codegen-lib": "1.2.0",
28
- "@memberjunction/ng-container-directives": "1.2.0",
27
+ "@memberjunction/codegen-lib": "1.2.2",
28
+ "@memberjunction/ng-container-directives": "1.2.2",
29
29
  "@progress/kendo-angular-indicators": "~15.1.0",
30
30
  "@progress/kendo-angular-buttons": "~15.1.0",
31
31
  "@progress/kendo-angular-dialog": "~15.1.0",