@metamask-previews/token-search-discovery-controller 3.3.0-preview-6c94ae59 → 3.4.0-preview-e8868d87
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 +6 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,15 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [3.4.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add two new controller state metadata properties: `includeInStateLogs` and `usedInUi` ([#6586](https://github.com/MetaMask/core/pull/6586))
|
|
13
15
|
|
|
14
16
|
### Changed
|
|
15
17
|
|
|
16
|
-
- Bump `@metamask/
|
|
17
|
-
- Bump `@metamask/
|
|
18
|
-
- Bump `@metamask/utils` from `^11.4.2` to `^11.8.0` ([#6588](https://github.com/MetaMask/core/pull/6588))
|
|
18
|
+
- Bump `@metamask/base-controller` from `^8.0.1` to `^8.4.1` ([#6284](https://github.com/MetaMask/core/pull/6284), [#6355](https://github.com/MetaMask/core/pull/6355), [#6465](https://github.com/MetaMask/core/pull/6465), [#6632](https://github.com/MetaMask/core/pull/6632), [#6807](https://github.com/MetaMask/core/pull/6807))
|
|
19
|
+
- Bump `@metamask/utils` from `^11.2.0` to `^11.8.1` ([#6054](https://github.com/MetaMask/core/pull/6054), [#6588](https://github.com/MetaMask/core/pull/6588), [#6708](https://github.com/MetaMask/core/pull/6708))
|
|
19
20
|
|
|
20
21
|
## [3.3.0]
|
|
21
22
|
|
|
@@ -88,7 +89,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
88
89
|
- This service is responsible for making search related requests to the Portfolio API
|
|
89
90
|
- Specifically, it handles the `tokens-search` endpoint which returns a list of tokens based on the provided query parameters
|
|
90
91
|
|
|
91
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.
|
|
92
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.4.0...HEAD
|
|
93
|
+
[3.4.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.3.0...@metamask/token-search-discovery-controller@3.4.0
|
|
92
94
|
[3.3.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.2.0...@metamask/token-search-discovery-controller@3.3.0
|
|
93
95
|
[3.2.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.1.0...@metamask/token-search-discovery-controller@3.2.0
|
|
94
96
|
[3.1.0]: https://github.com/MetaMask/core/compare/@metamask/token-search-discovery-controller@3.0.0...@metamask/token-search-discovery-controller@3.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/token-search-discovery-controller",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.4.0-preview-e8868d87",
|
|
4
4
|
"description": "Manages token search and discovery through the Portfolio API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"since-latest-release": "../../scripts/since-latest-release.sh"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@metamask/base-controller": "^8.4.
|
|
51
|
-
"@metamask/utils": "^11.8.
|
|
50
|
+
"@metamask/base-controller": "^8.4.1",
|
|
51
|
+
"@metamask/utils": "^11.8.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@metamask/auto-changelog": "^3.4.4",
|