@memberjunction/ng-entity-communications 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.
@@ -245,5 +245,5 @@ export class EntityCommunicationsPreviewComponent {
245
245
  }], templateSelected: [{
246
246
  type: Output
247
247
  }] }); })();
248
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityCommunicationsPreviewComponent, { className: "EntityCommunicationsPreviewComponent" }); })();
248
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityCommunicationsPreviewComponent, { className: "EntityCommunicationsPreviewComponent", filePath: "src/lib/preview.component.ts", lineNumber: 17 }); })();
249
249
  //# sourceMappingURL=preview.component.js.map
@@ -94,5 +94,5 @@ export class EntityCommunicationsPreviewWindowComponent {
94
94
  }], RecordUnselected: [{
95
95
  type: Output
96
96
  }] }); })();
97
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityCommunicationsPreviewWindowComponent, { className: "EntityCommunicationsPreviewWindowComponent" }); })();
97
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(EntityCommunicationsPreviewWindowComponent, { className: "EntityCommunicationsPreviewWindowComponent", filePath: "src/lib/window.component.ts", lineNumber: 13 }); })();
98
98
  //# sourceMappingURL=window.component.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-entity-communications",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "MemberJunction: Angular Components to allow a user to select templates, preview the messages with those tempaltes, and send them",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -29,16 +29,16 @@
29
29
  "@progress/kendo-angular-indicators": "16.2.0"
30
30
  },
31
31
  "dependencies": {
32
- "@memberjunction/communication-types": "3.0.0",
33
- "@memberjunction/core": "3.0.0",
34
- "@memberjunction/core-entities": "3.0.0",
35
- "@memberjunction/entity-communications-base": "3.0.0",
36
- "@memberjunction/entity-communications-client": "3.0.0",
37
- "@memberjunction/global": "3.0.0",
38
- "@memberjunction/ng-container-directives": "3.0.0",
39
- "@memberjunction/ng-shared": "3.0.0",
40
- "@memberjunction/ng-shared-generic": "3.0.0",
41
- "@memberjunction/templates-base-types": "3.0.0",
32
+ "@memberjunction/communication-types": "3.1.0",
33
+ "@memberjunction/core": "3.1.0",
34
+ "@memberjunction/core-entities": "3.1.0",
35
+ "@memberjunction/entity-communications-base": "3.1.0",
36
+ "@memberjunction/entity-communications-client": "3.1.0",
37
+ "@memberjunction/global": "3.1.0",
38
+ "@memberjunction/ng-container-directives": "3.1.0",
39
+ "@memberjunction/ng-shared": "3.1.0",
40
+ "@memberjunction/ng-shared-generic": "3.1.0",
41
+ "@memberjunction/templates-base-types": "3.1.0",
42
42
  "tslib": "^2.3.0"
43
43
  },
44
44
  "sideEffects": false,