lm-web-controls 1.4.39 → 1.4.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lm-web-controls",
3
- "version": "1.4.39",
3
+ "version": "1.4.40",
4
4
  "description": "leadmetrics-lm-web-controls",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -400,7 +400,7 @@ declare module "lm-web-controls" {
400
400
  requirements: JobRequirements;
401
401
  status: string;
402
402
  numberOfPositions: number;
403
- closingDate: string;
403
+ closingDate: Date;
404
404
  hiringManager: HiringManager;
405
405
  stats: JobStats;
406
406
  isActive: boolean;