@metamask/snaps-cli 4.0.0 → 4.0.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 +4 -4
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
+ ## [4.0.1]
10
+ ### Fixed
11
+ - Fix missing `global` during snap evaluation ([#2072](https://github.com/MetaMask/snaps/pull/2072))
12
+
9
13
  ## [4.0.0]
10
14
  ### Changed
11
15
  - **BREAKING:** Synchronously initialize WASM modules ([#2024](https://github.com/MetaMask/snaps/pull/2024))
@@ -91,7 +95,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
91
95
  - The version of the package no longer needs to match the version of all other
92
96
  MetaMask Snaps packages.
93
97
 
94
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@4.0.0...HEAD
98
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@4.0.1...HEAD
99
+ [4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@4.0.0...@metamask/snaps-cli@4.0.1
95
100
  [4.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.5...@metamask/snaps-cli@4.0.0
96
101
  [3.0.5]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.4...@metamask/snaps-cli@3.0.5
97
102
  [3.0.4]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.3...@metamask/snaps-cli@3.0.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-cli",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "A CLI for developing MetaMask Snaps.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -54,8 +54,8 @@
54
54
  "@babel/plugin-transform-runtime": "^7.13.2",
55
55
  "@babel/preset-env": "^7.23.2",
56
56
  "@babel/preset-typescript": "^7.23.2",
57
- "@metamask/snaps-sdk": "^1.3.0",
58
- "@metamask/snaps-utils": "^5.1.0",
57
+ "@metamask/snaps-sdk": "^1.3.2",
58
+ "@metamask/snaps-utils": "^5.1.2",
59
59
  "@metamask/snaps-webpack-plugin": "^3.1.1",
60
60
  "@metamask/utils": "^8.2.1",
61
61
  "@swc/core": "1.3.78",
@@ -98,7 +98,7 @@
98
98
  },
99
99
  "devDependencies": {
100
100
  "@lavamoat/allow-scripts": "^2.5.1",
101
- "@metamask/auto-changelog": "^3.4.3",
101
+ "@metamask/auto-changelog": "^3.4.4",
102
102
  "@metamask/eslint-config": "^12.1.0",
103
103
  "@metamask/eslint-config-jest": "^12.1.0",
104
104
  "@metamask/eslint-config-nodejs": "^12.1.0",