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/cjs/index.js
CHANGED
|
@@ -14739,7 +14739,8 @@ const getCryptoLib = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
14739
14739
|
// @ts-ignore
|
|
14740
14740
|
try {
|
|
14741
14741
|
// @ts-ignore
|
|
14742
|
-
|
|
14742
|
+
// eslint-disable-next-line global-require
|
|
14743
|
+
const crypto = yield require('crypto');
|
|
14743
14744
|
return crypto;
|
|
14744
14745
|
}
|
|
14745
14746
|
catch (err) {
|