dce-reactkit 3.12.1-beta-cross-server.7 → 3.12.1-beta-cross-server.8
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 +2 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -6
- package/src/helpers/dataSigner.ts +2 -1
package/dist/esm/index.js
CHANGED
|
@@ -14710,7 +14710,8 @@ const getCryptoLib = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
14710
14710
|
// @ts-ignore
|
|
14711
14711
|
try {
|
|
14712
14712
|
// @ts-ignore
|
|
14713
|
-
|
|
14713
|
+
// eslint-disable-next-line global-require
|
|
14714
|
+
const crypto = yield require('crypto');
|
|
14714
14715
|
return crypto;
|
|
14715
14716
|
}
|
|
14716
14717
|
catch (err) {
|