@metamask/snaps-cli 3.0.1 → 3.0.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
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [3.0.2]
10
+ ### Changed
11
+ - Use `@metamask/snaps-sdk` package ([#1951](https://github.com/MetaMask/snaps/pull/1951))
12
+ - This package replaces the `@metamask/snaps-types` and
13
+ `@metamask/snaps-ui` packages.
14
+
9
15
  ## [3.0.1]
10
16
  ### Changed
11
17
  - Bump Babel packages from `^7.20.12` to `^7.23.2` ([#1862](https://github.com/MetaMask/snaps/pull/1862))
@@ -65,7 +71,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
71
  - The version of the package no longer needs to match the version of all other
66
72
  MetaMask Snaps packages.
67
73
 
68
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.1...HEAD
74
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.2...HEAD
75
+ [3.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.1...@metamask/snaps-cli@3.0.2
69
76
  [3.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@3.0.0...@metamask/snaps-cli@3.0.1
70
77
  [3.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.2...@metamask/snaps-cli@3.0.0
71
78
  [2.0.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-cli@2.0.1...@metamask/snaps-cli@2.0.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-cli",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
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-utils": "^3.1.0",
58
- "@metamask/snaps-webpack-plugin": "^3.0.1",
57
+ "@metamask/snaps-utils": "^4.0.0",
58
+ "@metamask/snaps-webpack-plugin": "^3.1.0",
59
59
  "@metamask/utils": "^8.1.0",
60
60
  "@swc/core": "1.3.78",
61
61
  "assert": "^2.0.0",
@@ -97,7 +97,7 @@
97
97
  },
98
98
  "devDependencies": {
99
99
  "@lavamoat/allow-scripts": "^2.5.1",
100
- "@metamask/auto-changelog": "^3.3.0",
100
+ "@metamask/auto-changelog": "^3.4.3",
101
101
  "@metamask/eslint-config": "^12.1.0",
102
102
  "@metamask/eslint-config-jest": "^12.1.0",
103
103
  "@metamask/eslint-config-nodejs": "^12.1.0",