@metamask/snaps-webpack-plugin 4.1.1 → 4.1.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 +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.1.2]
10
+ ### Fixed
11
+ - Fix invalid types in type declaration in some cases ([#2714](https://github.com/MetaMask/snaps/pull/2714))
12
+
9
13
  ## [4.1.1]
10
14
  ### Fixed
11
15
  - Fix ESM version of the package ([#2682](https://github.com/MetaMask/snaps/pull/2682))
@@ -73,7 +77,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
73
77
  - The version of the package no longer needs to match the version of all other
74
78
  MetaMask Snaps packages.
75
79
 
76
- [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.1...HEAD
80
+ [Unreleased]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.2...HEAD
81
+ [4.1.2]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.1...@metamask/snaps-webpack-plugin@4.1.2
77
82
  [4.1.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.1.0...@metamask/snaps-webpack-plugin@4.1.1
78
83
  [4.1.0]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.0.1...@metamask/snaps-webpack-plugin@4.1.0
79
84
  [4.0.1]: https://github.com/MetaMask/snaps/compare/@metamask/snaps-webpack-plugin@4.0.0...@metamask/snaps-webpack-plugin@4.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/snaps-webpack-plugin",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "keywords": [
5
5
  "webpack",
6
6
  "plugin"
@@ -44,8 +44,8 @@
44
44
  "lint:dependencies": "depcheck"
45
45
  },
46
46
  "dependencies": {
47
- "@metamask/snaps-sdk": "^6.4.0",
48
- "@metamask/snaps-utils": "^8.1.0",
47
+ "@metamask/snaps-sdk": "^6.5.0",
48
+ "@metamask/snaps-utils": "^8.1.1",
49
49
  "@metamask/utils": "^9.2.1",
50
50
  "webpack-sources": "^3.2.3"
51
51
  },
@@ -58,7 +58,7 @@
58
58
  "@metamask/eslint-config-typescript": "^12.1.0",
59
59
  "@swc/core": "1.3.78",
60
60
  "@swc/jest": "^0.2.26",
61
- "@ts-bridge/cli": "^0.4.4",
61
+ "@ts-bridge/cli": "^0.5.1",
62
62
  "@types/jest": "^27.5.1",
63
63
  "@types/webpack-sources": "^3.2.0",
64
64
  "@typescript-eslint/eslint-plugin": "^5.42.1",