@memberjunction/ng-chat 3.0.0 → 3.1.0

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.
@@ -398,5 +398,5 @@ export class ChatComponent {
398
398
  type: ViewChild,
399
399
  args: ['theInput']
400
400
  }] }); })();
401
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ChatComponent, { className: "ChatComponent" }); })();
401
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ChatComponent, { className: "ChatComponent", filePath: "src/lib/chat/chat.component.ts", lineNumber: 30 }); })();
402
402
  //# sourceMappingURL=chat.component.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-chat",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
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,14 +24,14 @@
24
24
  "@angular/forms": "18.2.14"
25
25
  },
26
26
  "dependencies": {
27
- "@memberjunction/core": "3.0.0",
28
- "@memberjunction/ng-container-directives": "3.0.0",
29
- "@memberjunction/ng-shared-generic": "3.0.0",
27
+ "@memberjunction/core": "3.1.0",
28
+ "@memberjunction/ng-container-directives": "3.1.0",
29
+ "@memberjunction/ng-shared-generic": "3.1.0",
30
30
  "@progress/kendo-angular-indicators": "16.2.0",
31
31
  "@progress/kendo-angular-buttons": "16.2.0",
32
32
  "@progress/kendo-angular-dialog": "16.2.0",
33
33
  "tslib": "^2.3.0",
34
- "@memberjunction/ng-markdown": "3.0.0"
34
+ "@memberjunction/ng-markdown": "3.1.0"
35
35
  },
36
36
  "sideEffects": false,
37
37
  "repository": {