@trackunit/date-and-time-utils 1.12.7 → 1.13.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.
Files changed (2) hide show
  1. package/index.cjs.js +2 -2
  2. package/package.json +1 -1
package/index.cjs.js CHANGED
@@ -1625,8 +1625,8 @@ const parseValidDate = (date) => {
1625
1625
  };
1626
1626
 
1627
1627
  Object.defineProperty(exports, "Temporal", {
1628
- enumerable: true,
1629
- get: function () { return polyfill.Temporal; }
1628
+ enumerable: true,
1629
+ get: function () { return polyfill.Temporal; }
1630
1630
  });
1631
1631
  exports.addDaysUtil = addDaysUtil;
1632
1632
  exports.addHoursUtil = addHoursUtil;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/date-and-time-utils",
3
- "version": "1.12.7",
3
+ "version": "1.13.0",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {