@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.
@@ -54,24 +54,24 @@ __webpack_require__.d(__webpack_exports__, {
54
54
  Web3AuthNoModal: () => (/* reexport */ Web3AuthNoModal)
55
55
  });
56
56
 
57
- ;// CONCATENATED MODULE: external "@babel/runtime/helpers/objectSpread2"
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
- ;// CONCATENATED MODULE: external "@babel/runtime/helpers/defineProperty"
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
- ;// CONCATENATED MODULE: external "@web3auth/auth"
63
+ ;// external "@web3auth/auth"
64
64
  const auth_namespaceObject = require("@web3auth/auth");
65
- ;// CONCATENATED MODULE: external "@web3auth/auth-adapter"
65
+ ;// external "@web3auth/auth-adapter"
66
66
  const auth_adapter_namespaceObject = require("@web3auth/auth-adapter");
67
- ;// CONCATENATED MODULE: external "@web3auth/base"
67
+ ;// external "@web3auth/base"
68
68
  const base_namespaceObject = require("@web3auth/base");
69
- ;// CONCATENATED MODULE: external "@web3auth/base-provider"
69
+ ;// external "@web3auth/base-provider"
70
70
  const base_provider_namespaceObject = require("@web3auth/base-provider");
71
- ;// CONCATENATED MODULE: external "deepmerge"
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
- ;// CONCATENATED MODULE: ./src/noModal.ts
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
- ;// CONCATENATED MODULE: ./src/index.ts
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.2.4",
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.2.3",
42
- "@web3auth/base-provider": "^9.2.3",
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.2.4",
47
- "@web3auth/auth-adapter": "^9.2.3",
48
- "@web3auth/wallet-connect-v2-adapter": "^9.2.3"
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": "49f219771dc66480a387239472187c5e09972ca6"
78
+ "gitHead": "155aa1203af816c93503c28d39bf287293782cf0"
79
79
  }