@metamask/connect-evm 0.11.1 → 0.11.2
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/CHANGELOG.md +8 -1
- package/dist/browser/es/connect-evm.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.11.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/connect-multichain` to `^0.12.1` ([#273](https://github.com/MetaMask/connect-monorepo/pull/273))
|
|
15
|
+
|
|
10
16
|
## [0.11.1]
|
|
11
17
|
|
|
12
18
|
### Fixed
|
|
@@ -192,7 +198,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
192
198
|
|
|
193
199
|
- Initial release ([#58](https://github.com/MetaMask/connect-monorepo/pull/58))
|
|
194
200
|
|
|
195
|
-
[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.11.
|
|
201
|
+
[Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.11.2...HEAD
|
|
202
|
+
[0.11.2]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.11.1...@metamask/connect-evm@0.11.2
|
|
196
203
|
[0.11.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.11.0...@metamask/connect-evm@0.11.1
|
|
197
204
|
[0.11.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.10.0...@metamask/connect-evm@0.11.0
|
|
198
205
|
[0.10.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-evm@0.9.1...@metamask/connect-evm@0.10.0
|
|
@@ -1075,7 +1075,7 @@ function createEVMClient(options) {
|
|
|
1075
1075
|
versions: {
|
|
1076
1076
|
// typeof guard needed: Metro (React Native) bundles TS source directly,
|
|
1077
1077
|
// bypassing the tsup build that substitutes __PACKAGE_VERSION__.
|
|
1078
|
-
"connect-evm": false ? "unknown" : "0.11.
|
|
1078
|
+
"connect-evm": false ? "unknown" : "0.11.2"
|
|
1079
1079
|
}
|
|
1080
1080
|
}));
|
|
1081
1081
|
return MetamaskConnectEVM.create({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/connect-evm",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.2",
|
|
4
4
|
"description": "EVM Layer for MetaMask Connect",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@metamask/analytics": "^0.4.0",
|
|
58
58
|
"@metamask/chain-agnostic-permission": "^1.2.2",
|
|
59
|
-
"@metamask/connect-multichain": "^0.12.
|
|
59
|
+
"@metamask/connect-multichain": "^0.12.1",
|
|
60
60
|
"@metamask/utils": "^11.8.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|