@metamask/snaps-cli 6.5.1 → 6.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. package/package.json +4 -4
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
+ ## [6.5.2]
11
+
12
+ ### Changed
13
+
14
+ - Bump MetaMask dependencies ([#2853](https://github.com/MetaMask/snaps/pull/2853))
15
+
10
16
  ## [6.5.1]
11
17
 
12
18
  ### Fixed
@@ -276,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
276
282
  - The version of the package no longer needs to match the version of all other
277
283
  MetaMask Snaps packages.
278
284
 
279
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.1...HEAD
285
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.2...HEAD
286
+ [6.5.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.1...@metamask/snaps-cli@6.5.2
280
287
  [6.5.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.5.0...@metamask/snaps-cli@6.5.1
281
288
  [6.5.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.4.0...@metamask/snaps-cli@6.5.0
282
289
  [6.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@6.3.4...@metamask/snaps-cli@6.4.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-cli",
3
- "version": "6.5.1",
3
+ "version": "6.5.2",
4
4
  "description": "A CLI for developing MetaMask Snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -72,11 +72,11 @@
72
72
  "@babel/plugin-transform-runtime": "^7.13.2",
73
73
  "@babel/preset-env": "^7.23.2",
74
74
  "@babel/preset-typescript": "^7.23.2",
75
- "@metamask/snaps-sdk": "^6.9.0",
76
- "@metamask/snaps-utils": "^8.4.1",
75
+ "@metamask/snaps-sdk": "^6.10.0",
76
+ "@metamask/snaps-utils": "^8.5.0",
77
77
  "@metamask/snaps-webpack-plugin": "^4.1.2",
78
78
  "@metamask/superstruct": "^3.1.0",
79
- "@metamask/utils": "^9.2.1",
79
+ "@metamask/utils": "^10.0.0",
80
80
  "@swc/core": "1.3.78",
81
81
  "assert": "^2.0.0",
82
82
  "babelify": "^10.0.0",