@web3auth/no-modal 9.2.4 → 9.3.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/noModal.cjs.js +9 -9
- package/package.json +7 -7
package/dist/noModal.cjs.js
CHANGED
|
@@ -54,24 +54,24 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
54
54
|
Web3AuthNoModal: () => (/* reexport */ Web3AuthNoModal)
|
|
55
55
|
});
|
|
56
56
|
|
|
57
|
-
;//
|
|
57
|
+
;// external "@babel/runtime/helpers/objectSpread2"
|
|
58
58
|
const objectSpread2_namespaceObject = require("@babel/runtime/helpers/objectSpread2");
|
|
59
59
|
var objectSpread2_default = /*#__PURE__*/__webpack_require__.n(objectSpread2_namespaceObject);
|
|
60
|
-
;//
|
|
60
|
+
;// external "@babel/runtime/helpers/defineProperty"
|
|
61
61
|
const defineProperty_namespaceObject = require("@babel/runtime/helpers/defineProperty");
|
|
62
62
|
var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_namespaceObject);
|
|
63
|
-
;//
|
|
63
|
+
;// external "@web3auth/auth"
|
|
64
64
|
const auth_namespaceObject = require("@web3auth/auth");
|
|
65
|
-
;//
|
|
65
|
+
;// external "@web3auth/auth-adapter"
|
|
66
66
|
const auth_adapter_namespaceObject = require("@web3auth/auth-adapter");
|
|
67
|
-
;//
|
|
67
|
+
;// external "@web3auth/base"
|
|
68
68
|
const base_namespaceObject = require("@web3auth/base");
|
|
69
|
-
;//
|
|
69
|
+
;// external "@web3auth/base-provider"
|
|
70
70
|
const base_provider_namespaceObject = require("@web3auth/base-provider");
|
|
71
|
-
;//
|
|
71
|
+
;// external "deepmerge"
|
|
72
72
|
const external_deepmerge_namespaceObject = require("deepmerge");
|
|
73
73
|
var external_deepmerge_default = /*#__PURE__*/__webpack_require__.n(external_deepmerge_namespaceObject);
|
|
74
|
-
;//
|
|
74
|
+
;// ./src/noModal.ts
|
|
75
75
|
|
|
76
76
|
|
|
77
77
|
|
|
@@ -417,7 +417,7 @@ class Web3AuthNoModal extends auth_namespaceObject.SafeEventEmitter {
|
|
|
417
417
|
});
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
|
-
;//
|
|
420
|
+
;// ./src/index.ts
|
|
421
421
|
|
|
422
422
|
module.exports = __webpack_exports__;
|
|
423
423
|
/******/ })()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web3auth/no-modal",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.3.0",
|
|
4
4
|
"description": "Multi chain wallet aggregator for web3Auth",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web3Auth/no-modal",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@web3auth/auth": "^9.4.1",
|
|
41
|
-
"@web3auth/base": "^9.
|
|
42
|
-
"@web3auth/base-provider": "^9.
|
|
41
|
+
"@web3auth/base": "^9.3.0",
|
|
42
|
+
"@web3auth/base-provider": "^9.3.0",
|
|
43
43
|
"deepmerge": "^4.3.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@web3auth/account-abstraction-provider": "^9.
|
|
47
|
-
"@web3auth/auth-adapter": "^9.
|
|
48
|
-
"@web3auth/wallet-connect-v2-adapter": "^9.
|
|
46
|
+
"@web3auth/account-abstraction-provider": "^9.3.0",
|
|
47
|
+
"@web3auth/auth-adapter": "^9.3.0",
|
|
48
|
+
"@web3auth/wallet-connect-v2-adapter": "^9.3.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependenciesMeta": {
|
|
51
51
|
"@web3auth/auth-adapter": {
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"node": ">=18.x",
|
|
76
76
|
"npm": ">=9.x"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "155aa1203af816c93503c28d39bf287293782cf0"
|
|
79
79
|
}
|