dce-reactkit 5.0.3 → 5.0.4
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 +4 -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 +2 -0
package/dist/cjs/index.js
CHANGED
|
@@ -14981,6 +14981,10 @@ Object.defineProperty(exports, 'someAsync', {
|
|
|
14981
14981
|
enumerable: true,
|
|
14982
14982
|
get: function () { return dceCommonkit.someAsync; }
|
|
14983
14983
|
});
|
|
14984
|
+
Object.defineProperty(exports, 'spaceAtCapitals', {
|
|
14985
|
+
enumerable: true,
|
|
14986
|
+
get: function () { return dceCommonkit.spaceAtCapitals; }
|
|
14987
|
+
});
|
|
14984
14988
|
Object.defineProperty(exports, 'startMinWait', {
|
|
14985
14989
|
enumerable: true,
|
|
14986
14990
|
get: function () { return dceCommonkit.startMinWait; }
|