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 CHANGED
@@ -14738,7 +14738,8 @@ const getCryptoLib = () => __awaiter(void 0, void 0, void 0, function* () {
14738
14738
  // Ignore because this is assumed to be included with typescript
14739
14739
  // @ts-ignore
14740
14740
  try {
14741
- const crypto = yield Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('crypto')); });
14741
+ // @ts-ignore
14742
+ const crypto = yield Promise.resolve().then(function () { return /*#__PURE__*/_interopNamespace(require('crypto-browserify')); });
14742
14743
  return crypto;
14743
14744
  }
14744
14745
  catch (err) {