dce-reactkit 3.12.1-beta-cross-server.3 → 3.12.1-beta-cross-server.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 +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/genEncodedSecret.ts +1 -1
- package/package.json +3 -1
- package/src/helpers/dataSigner.ts +2 -1
package/dist/esm/index.js
CHANGED
|
@@ -14709,7 +14709,8 @@ const getCryptoLib = () => __awaiter(void 0, void 0, void 0, function* () {
|
|
|
14709
14709
|
// Ignore because this is assumed to be included with typescript
|
|
14710
14710
|
// @ts-ignore
|
|
14711
14711
|
try {
|
|
14712
|
-
|
|
14712
|
+
// @ts-ignore
|
|
14713
|
+
const crypto = yield import('crypto-browserify');
|
|
14713
14714
|
return crypto;
|
|
14714
14715
|
}
|
|
14715
14716
|
catch (err) {
|