@metamask/snaps-webpack-plugin 5.1.0 → 5.1.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
+ ## [5.1.1]
11
+
12
+ ### Fixed
13
+
14
+ - Add `prettier` as a runtime dependency ([#3615](https://github.com/MetaMask/snaps/pull/3615))
15
+
10
16
  ## [5.1.0]
11
17
 
12
18
  ### Added
@@ -148,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
148
154
  - The version of the package no longer needs to match the version of all other
149
155
  MetaMask Snaps packages.
150
156
 
151
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@5.1.0...HEAD
157
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@5.1.1...HEAD
158
+ [5.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@5.1.0...@metamask/snaps-webpack-plugin@5.1.1
152
159
  [5.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@5.0.0...@metamask/snaps-webpack-plugin@5.1.0
153
160
  [5.0.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.3.0...@metamask/snaps-webpack-plugin@5.0.0
154
161
  [4.3.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.2.1...@metamask/snaps-webpack-plugin@4.3.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-webpack-plugin",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "A Webpack plugin to build MetaMask Snaps with Webpack",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -57,15 +57,16 @@
57
57
  "test:watch": "jest --watch"
58
58
  },
59
59
  "dependencies": {
60
- "@metamask/snaps-rpc-methods": "^13.5.0",
61
- "@metamask/snaps-sdk": "^9.3.0",
62
- "@metamask/snaps-utils": "^11.4.0",
63
- "@metamask/utils": "^11.4.2",
60
+ "@metamask/snaps-rpc-methods": "^13.5.2",
61
+ "@metamask/snaps-sdk": "^10.0.0",
62
+ "@metamask/snaps-utils": "^11.6.0",
63
+ "@metamask/utils": "^11.8.1",
64
64
  "chalk": "^4.1.2",
65
+ "prettier": "^3.3.3",
65
66
  "webpack-sources": "^3.2.3"
66
67
  },
67
68
  "devDependencies": {
68
- "@lavamoat/allow-scripts": "^3.3.4",
69
+ "@lavamoat/allow-scripts": "^3.4.0",
69
70
  "@metamask/auto-changelog": "^5.0.2",
70
71
  "@swc/core": "1.11.31",
71
72
  "@swc/jest": "^0.2.38",
@@ -79,7 +80,6 @@
79
80
  "jest-it-up": "^2.0.0",
80
81
  "jest-silent-reporter": "^0.6.0",
81
82
  "memfs": "^3.4.13",
82
- "prettier": "^3.3.3",
83
83
  "typescript": "~5.3.3",
84
84
  "webpack": "^5.97.1"
85
85
  },