dce-reactkit 5.0.4 → 5.0.5

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/dist/cjs/index.js CHANGED
@@ -14917,6 +14917,10 @@ Object.defineProperty(exports, 'getLocalTimeInfo', {
14917
14917
  enumerable: true,
14918
14918
  get: function () { return dceCommonkit.getLocalTimeInfo; }
14919
14919
  });
14920
+ Object.defineProperty(exports, 'getMondayOfTimestamp', {
14921
+ enumerable: true,
14922
+ get: function () { return dceCommonkit.getMondayOfTimestamp; }
14923
+ });
14920
14924
  Object.defineProperty(exports, 'getMonthName', {
14921
14925
  enumerable: true,
14922
14926
  get: function () { return dceCommonkit.getMonthName; }