@metamask-previews/phishing-controller 17.3.0-preview-a42e8d0d2 → 17.3.1-preview-5a03e1b92
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.
- package/CHANGELOG.md +5 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [17.3.1]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
12
|
-
- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.
|
|
14
|
+
- Bump `@metamask/transaction-controller` from `^69.0.0` to `^69.4.0` ([#9568](https://github.com/MetaMask/core/pull/9568), [#9589](https://github.com/MetaMask/core/pull/9589), [#9593](https://github.com/MetaMask/core/pull/9593), [#9693](https://github.com/MetaMask/core/pull/9693), [#9735](https://github.com/MetaMask/core/pull/9735))
|
|
13
15
|
|
|
14
16
|
### Fixed
|
|
15
17
|
|
|
@@ -630,7 +632,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
630
632
|
|
|
631
633
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
632
634
|
|
|
633
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.3.
|
|
635
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.3.1...HEAD
|
|
636
|
+
[17.3.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.3.0...@metamask/phishing-controller@17.3.1
|
|
634
637
|
[17.3.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.2.1...@metamask/phishing-controller@17.3.0
|
|
635
638
|
[17.2.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.2.0...@metamask/phishing-controller@17.2.1
|
|
636
639
|
[17.2.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@17.1.2...@metamask/phishing-controller@17.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/phishing-controller",
|
|
3
|
-
"version": "17.3.
|
|
3
|
+
"version": "17.3.1-preview-5a03e1b92",
|
|
4
4
|
"description": "Maintains a periodically updated list of approved and unapproved website origins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@metamask/base-controller": "^9.1.0",
|
|
60
60
|
"@metamask/controller-utils": "^12.3.0",
|
|
61
61
|
"@metamask/messenger": "^2.0.0",
|
|
62
|
-
"@metamask/transaction-controller": "^69.
|
|
62
|
+
"@metamask/transaction-controller": "^69.4.0",
|
|
63
63
|
"@noble/hashes": "^1.8.0",
|
|
64
64
|
"@types/punycode": "^2.1.0",
|
|
65
65
|
"ethereum-cryptography": "^2.1.2",
|