@metamask-previews/phishing-controller 9.0.1-preview-cb17e99 → 9.0.2-preview-96ea89dc
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 +12 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [9.0.2]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Changed Stalelist and hotlist update intervals ([#4202](https://github.com/MetaMask/core/pull/4202))
|
|
15
|
+
- Updated the Stalelist update interval to 30 days and the hotlist update interval to 5 mins
|
|
16
|
+
- Bump `@metamask/controller-utils` version to `~9.1.0` ([#4153](https://github.com/MetaMask/core/pull/4153))
|
|
17
|
+
- Bump TypeScript version to `~4.9.5` ([#4084](https://github.com/MetaMask/core.git/pull/4084))
|
|
18
|
+
- Bump `@metamask/base-controller` to `^5.0.2`
|
|
19
|
+
|
|
10
20
|
## [9.0.1]
|
|
11
21
|
|
|
12
22
|
### Fixed
|
|
@@ -168,7 +178,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
168
178
|
|
|
169
179
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
170
180
|
|
|
171
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@9.0.
|
|
181
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@9.0.2...HEAD
|
|
182
|
+
[9.0.2]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@9.0.1...@metamask/phishing-controller@9.0.2
|
|
172
183
|
[9.0.1]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@9.0.0...@metamask/phishing-controller@9.0.1
|
|
173
184
|
[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@8.0.2...@metamask/phishing-controller@9.0.0
|
|
174
185
|
[8.0.2]: https://github.com/MetaMask/core/compare/@metamask/phishing-controller@8.0.1...@metamask/phishing-controller@8.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/phishing-controller",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.2-preview-96ea89dc",
|
|
4
4
|
"description": "Maintains a periodically updated list of approved and unapproved website origins",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"test:watch": "jest --watch"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@metamask/base-controller": "^5.0.
|
|
44
|
+
"@metamask/base-controller": "^5.0.2",
|
|
45
45
|
"@metamask/controller-utils": "^9.1.0",
|
|
46
46
|
"@types/punycode": "^2.1.0",
|
|
47
47
|
"eth-phishing-detect": "^1.2.0",
|