dce-reactkit 5.0.3 → 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 +8 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/index.d.ts +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/types/index.d.ts +2 -2
- package/dist/index.d.ts +1 -1
- package/package.json +2 -2
- package/src/index.ts +4 -0
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; }
|
|
@@ -14981,6 +14985,10 @@ Object.defineProperty(exports, 'someAsync', {
|
|
|
14981
14985
|
enumerable: true,
|
|
14982
14986
|
get: function () { return dceCommonkit.someAsync; }
|
|
14983
14987
|
});
|
|
14988
|
+
Object.defineProperty(exports, 'spaceAtCapitals', {
|
|
14989
|
+
enumerable: true,
|
|
14990
|
+
get: function () { return dceCommonkit.spaceAtCapitals; }
|
|
14991
|
+
});
|
|
14984
14992
|
Object.defineProperty(exports, 'startMinWait', {
|
|
14985
14993
|
enumerable: true,
|
|
14986
14994
|
get: function () { return dceCommonkit.startMinWait; }
|