@metamask/snaps-cli 0.38.2-flask.1 → 0.38.3-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.38.3-flask.1]
10
+ ### Fixed
11
+ - Remove unused dependencies ([#1680](https://github.com/MetaMask/snaps/pull/1680))
12
+
9
13
  ## [0.38.2-flask.1]
10
14
  ### Added
11
15
  - Add `polyfills` option to Webpack configuration ([#1650](https://github.com/MetaMask/snaps/pull/1650))
@@ -35,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
39
  - The version of the package no longer needs to match the version of all other
36
40
  MetaMask Snaps packages.
37
41
 
38
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.2-flask.1...HEAD
42
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.3-flask.1...HEAD
43
+ [0.38.3-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.2-flask.1...@metamask/snaps-cli@0.38.3-flask.1
39
44
  [0.38.2-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.1-flask.1...@metamask/snaps-cli@0.38.2-flask.1
40
45
  [0.38.1-flask.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@0.38.0-flask.1...@metamask/snaps-cli@0.38.1-flask.1
41
46
  [0.38.0-flask.1]: https://github.com/MetaMask/snaps/releases/tag/@metamask/snaps-cli@0.38.0-flask.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-cli",
3
- "version": "0.38.2-flask.1",
3
+ "version": "0.38.3-flask.1",
4
4
  "description": "A CLI for developing MetaMask Snaps.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -55,8 +55,8 @@
55
55
  "@babel/plugin-transform-runtime": "^7.16.7",
56
56
  "@babel/preset-env": "^7.20.12",
57
57
  "@babel/preset-typescript": "^7.20.12",
58
- "@metamask/snaps-utils": "^0.38.1-flask.1",
59
- "@metamask/snaps-webpack-plugin": "^0.37.2-flask.1",
58
+ "@metamask/snaps-utils": "^0.38.2-flask.1",
59
+ "@metamask/snaps-webpack-plugin": "^0.37.3-flask.1",
60
60
  "@metamask/utils": "^6.0.1",
61
61
  "@swc/core": "1.3.78",
62
62
  "assert": "^2.0.0",