@metamask-previews/claims-controller 0.2.0-preview-373429e → 0.2.0-preview-20df3e99
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 +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
## [0.2.0]
|
|
11
11
|
|
|
12
|
+
### Uncategorized
|
|
13
|
+
|
|
14
|
+
- ci: Fix `claims-controller` errors in `tsconfig.json` ([#7092](https://github.com/MetaMask/core/pull/7092))
|
|
15
|
+
|
|
12
16
|
### Added
|
|
13
17
|
|
|
14
18
|
- Added new public method, `fetchClaimsConfigurations` to fetch the claims configuration from the Claims backend. ([#7109](https://github.com/MetaMask/core/pull/7109))
|