@metamask/snaps-cli 8.4.0 → 8.4.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 +8 -1
  2. package/package.json +7 -7
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
+ ## [8.4.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/snaps-sandbox` from `^1.0.0` to `^1.0.1` ([#3894](https://github.com/MetaMask/snaps/pull/3894))
15
+
10
16
  ## [8.4.0]
11
17
 
12
18
  ### Added
@@ -443,7 +449,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
443
449
  - The version of the package no longer needs to match the version of all other
444
450
  MetaMask Snaps packages.
445
451
 
446
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.4.0...HEAD
452
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.4.1...HEAD
453
+ [8.4.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.4.0...@metamask/snaps-cli@8.4.1
447
454
  [8.4.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.3.0...@metamask/snaps-cli@8.4.0
448
455
  [8.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.2.0...@metamask/snaps-cli@8.3.0
449
456
  [8.2.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@8.1.1...@metamask/snaps-cli@8.2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-cli",
3
- "version": "8.4.0",
3
+ "version": "8.4.1",
4
4
  "description": "A CLI for developing MetaMask Snaps",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -64,13 +64,13 @@
64
64
  "test:watch": "jest --watch"
65
65
  },
66
66
  "dependencies": {
67
- "@metamask/snaps-rpc-methods": "^14.2.0",
68
- "@metamask/snaps-sandbox": "^1.0.0",
67
+ "@metamask/snaps-rpc-methods": "^14.3.0",
68
+ "@metamask/snaps-sandbox": "^1.0.1",
69
69
  "@metamask/snaps-sdk": "^10.4.0",
70
- "@metamask/snaps-utils": "^12.0.0",
70
+ "@metamask/snaps-utils": "^12.1.0",
71
71
  "@metamask/snaps-webpack-plugin": "^5.1.2",
72
72
  "@metamask/superstruct": "^3.2.1",
73
- "@metamask/utils": "^11.9.0",
73
+ "@metamask/utils": "^11.10.0",
74
74
  "@swc/core": "1.11.31",
75
75
  "assert": "^2.0.0",
76
76
  "browserify-zlib": "^0.2.0",
@@ -109,8 +109,8 @@
109
109
  "yargs": "^17.7.1"
110
110
  },
111
111
  "devDependencies": {
112
- "@lavamoat/allow-scripts": "^3.4.2",
113
- "@metamask/auto-changelog": "^5.0.2",
112
+ "@lavamoat/allow-scripts": "^3.4.3",
113
+ "@metamask/auto-changelog": "^5.3.2",
114
114
  "@swc/jest": "^0.2.38",
115
115
  "@ts-bridge/cli": "^0.6.1",
116
116
  "@types/express": "^5.0.1",