@web3auth/modal 9.3.1 → 9.4.0
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/modal.cjs.js +1 -1
- package/dist/modal.umd.min.js +1 -1
- package/package.json +10 -10
package/dist/modal.cjs.js
CHANGED
|
@@ -648,7 +648,7 @@ module.exports = require("@web3auth/base");
|
|
|
648
648
|
/******/
|
|
649
649
|
/************************************************************************/
|
|
650
650
|
var __webpack_exports__ = {};
|
|
651
|
-
// This entry
|
|
651
|
+
// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
|
|
652
652
|
(() => {
|
|
653
653
|
"use strict";
|
|
654
654
|
__webpack_require__.r(__webpack_exports__);
|