@metamask/snaps-execution-environments 11.0.0 → 11.0.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 +17 -2
- package/dist/webpack/iframe/bundle.js +1 -1
- package/dist/webpack/iframe/index.html +416 -269
- package/dist/webpack/node-process/bundle.js +417 -270
- package/dist/webpack/node-process/bundle.js.LICENSE.txt +416 -269
- package/dist/webpack/node-thread/bundle.js +417 -270
- package/dist/webpack/node-thread/bundle.js.LICENSE.txt +416 -269
- package/dist/webpack/webview/index.html +417 -270
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [11.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `lavamoat` from `10.1.1` to `11.0.0` ([#3908](https://github.com/MetaMask/snaps/pull/3908))
|
|
15
|
+
- Bump `@lavamoat/webpack` from `1.5.8` to `2.0.0` ([#3909](https://github.com/MetaMask/snaps/pull/3909))
|
|
16
|
+
|
|
17
|
+
## [11.0.1]
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Bump `ses` from `1.14.0` to `1.15.0` ([#3880](https://github.com/MetaMask/snaps/pull/3880))
|
|
22
|
+
|
|
10
23
|
## [11.0.0]
|
|
11
24
|
|
|
12
25
|
### Changed
|
|
@@ -285,7 +298,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
285
298
|
|
|
286
299
|
### Changed
|
|
287
300
|
|
|
288
|
-
- Bump `@metamask/json-rpc-engine` from `^9.0.0` to `^9.0.2` ([#2593](https://github.com/
|
|
301
|
+
- Bump `@metamask/json-rpc-engine` from `^9.0.0` to `^9.0.2` ([#2593](https://github.com/MetaMask/snaps/pull/2593))
|
|
289
302
|
- Bump `@metamask/snaps-utils` from `^7.8.0` to `^7.8.1` ([#2595](https://github.com/MetaMask/snaps/pull/2595))
|
|
290
303
|
|
|
291
304
|
## [6.6.1]
|
|
@@ -604,7 +617,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
604
617
|
- The version of the package no longer needs to match the version of all other
|
|
605
618
|
MetaMask Snaps packages.
|
|
606
619
|
|
|
607
|
-
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.
|
|
620
|
+
[Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.2...HEAD
|
|
621
|
+
[11.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.1...@metamask/snaps-execution-environments@11.0.2
|
|
622
|
+
[11.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@11.0.0...@metamask/snaps-execution-environments@11.0.1
|
|
608
623
|
[11.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.4.1...@metamask/snaps-execution-environments@11.0.0
|
|
609
624
|
[10.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.4.0...@metamask/snaps-execution-environments@10.4.1
|
|
610
625
|
[10.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@10.3.0...@metamask/snaps-execution-environments@10.4.0
|