@metamask-previews/phishing-controller 14.1.2-preview-ab0ad568 → 14.1.3-preview-0458fe94
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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- **BREAKING:** Use new `Messenger` from `@metamask/messenger` ([#6535](https://github.com/MetaMask/core/pull/6535))
|
|
13
13
|
- Previously, `PhishingController` accepted a `RestrictedMessenger` instance from `@metamask/base-controller`.
|
|
14
|
+
- **BREAKING:** Metadata property `anonymous` renamed to `includeInDebugSnapshot` ([#6535](https://github.com/MetaMask/core/pull/6535))
|
|
15
|
+
|
|
16
|
+
## [14.1.3]
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
14
20
|
- Bump `@metamask/base-controller` from `^8.4.1` to `^8.4.2` ([#6917](https://github.com/MetaMask/core/pull/6917))
|
|
15
21
|
- Bump `@metamask/transaction-controller` from `^60.7.0` to `^60.8.0` ([#6883](https://github.com/MetaMask/core/pull/6883))
|
|
16
22
|
|
|
@@ -456,7 +462,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
456
462
|
|
|
457
463
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
458
464
|
|
|
459
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@14.1.
|
|
465
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@14.1.3...HEAD
|
|
466
|
+
[14.1.3]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@14.1.2...@metamask/phishing-controller@14.1.3
|
|
460
467
|
[14.1.2]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@14.1.1...@metamask/phishing-controller@14.1.2
|
|
461
468
|
[14.1.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@14.1.0...@metamask/phishing-controller@14.1.1
|
|
462
469
|
[14.1.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@14.0.0...@metamask/phishing-controller@14.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/phishing-controller",
|
|
3
|
-
"version": "14.1.
|
|
3
|
+
"version": "14.1.3-preview-0458fe94",
|
|
4
4
|
"description": "Maintains a periodically updated list of approved and unapproved website origins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@metamask/auto-changelog": "^3.4.4",
|
|
61
|
-
"@metamask/transaction-controller": "^60.
|
|
61
|
+
"@metamask/transaction-controller": "^60.10.0",
|
|
62
62
|
"@types/jest": "^27.4.1",
|
|
63
63
|
"deepmerge": "^4.2.2",
|
|
64
64
|
"jest": "^27.5.1",
|