@metamask/snaps-execution-environments 0.38.0-flask.1 → 0.38.2-flask.1

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 CHANGED
@@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.38.2-flask.1]
10
+ ### Changed
11
+ - Bump `ses` to `0.18.7` ([#1666](https://github.com/MetaMask/snaps/pull/1666))
12
+
13
+ ### Fixed
14
+ - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680))
15
+
16
+ ## [0.38.1-flask.1]
17
+ ### Changed
18
+ - Update LavaMoat packages to latest versions ([#1657](https://github.com/MetaMask/snaps/pull/1657))
19
+
20
+ ### Removed
21
+ - Remove direct dependency on SES ([#1660](https://github.com/MetaMask/snaps/pull/1660))
22
+ - It's now a dev dependency, as it's only used in development.
23
+
24
+ ### Fixed
25
+ - Pass correct scuttle args ([#1654](https://github.com/MetaMask/snaps/pull/1654))
26
+
9
27
  ## [0.38.0-flask.1]
10
28
  ### Added
11
29
  - Add `onInstall` and `onUpdate` lifecycle hooks ([#1643](https://github.com/MetaMask/snaps/pull/1643))
@@ -21,7 +39,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
39
  - The version of the package no longer needs to match the version of all other
22
40
  MetaMask Snaps packages.
23
41
 
24
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.0-flask.1...HEAD
42
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.2-flask.1...HEAD
43
+ [0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.1-flask.1...@metamask/snaps-execution-environments@0.38.2-flask.1
44
+ [0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.38.0-flask.1...@metamask/snaps-execution-environments@0.38.1-flask.1
25
45
  [0.38.0-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.37.3-flask.1...@metamask/snaps-execution-environments@0.38.0-flask.1
26
46
  [0.37.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-execution-environments@0.37.2-flask.1...@metamask/snaps-execution-environments@0.37.3-flask.1
27
47
  [0.37.2-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-execution-environments@0.37.2-flask.1