@memberjunction/ng-export-service 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.
@@ -399,5 +399,5 @@ export class ExportDialogComponent {
399
399
  }], closed: [{
400
400
  type: Output
401
401
  }] }); })();
402
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ExportDialogComponent, { className: "ExportDialogComponent" }); })();
402
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(ExportDialogComponent, { className: "ExportDialogComponent", filePath: "src/lib/export-dialog.component.ts", lineNumber: 28 }); })();
403
403
  //# sourceMappingURL=export-dialog.component.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-export-service",
3
- "version": "3.0.0",
3
+ "version": "3.1.0",
4
4
  "description": "MemberJunction: Angular export service and dialog for exporting data to Excel, CSV, and JSON",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -32,7 +32,7 @@
32
32
  "@angular/cdk": "18.2.14"
33
33
  },
34
34
  "dependencies": {
35
- "@memberjunction/export-engine": "3.0.0",
35
+ "@memberjunction/export-engine": "3.1.0",
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "sideEffects": false,