@metamask-previews/kyc-controller 0.2.0-preview-95104ffdb → 0.3.0-preview-e81860e6b

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ### Changed
11
+
12
+ - Bump `@metamask/profile-sync-controller` from `^32.1.0` to `^32.1.1` ([#10220](https://github.com/MetaMask/core/pull/10220))
13
+
14
+ ## [0.3.0]
15
+
10
16
  ### Added
11
17
 
12
18
  - Add `KycController.fetchSessionDisclaimers`, which fetches the idOS + KYC-provider disclaimers by `{ sessionId }` or `{ country }`. ([#10162](https://github.com/MetaMask/core/pull/10162))
@@ -20,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
26
  - Rename `FetchSessionDisclaimersParams` to `FetchSessionDisclaimersBySessionIdParams`.
21
27
  - Rename the messenger action `KycService:fetchSessionDisclaimers` to `KycService:fetchSessionDisclaimersBySessionId`.
22
28
  - Bump `@metamask/profile-sync-controller` from `^31.0.0` to `^32.1.0` ([#10166](https://github.com/MetaMask/core/pull/10166), [#10184](https://github.com/MetaMask/core/pull/10184))
29
+ - Bump `@metamask/utils` from `^11.12.0` to `^12.0.0` ([#10192](https://github.com/MetaMask/core/pull/10192))
23
30
 
24
31
  ## [0.2.0]
25
32
 
@@ -43,6 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
43
50
 
44
51
  - Initial Release ([#10145](https://github.com/MetaMask/core/pull/10145))
45
52
 
46
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@0.2.0...HEAD
53
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@0.3.0...HEAD
54
+ [0.3.0]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@0.2.0...@metamask/kyc-controller@0.3.0
47
55
  [0.2.0]: https://github.com/MetaMask/core/compare/@metamask/kyc-controller@0.1.0...@metamask/kyc-controller@0.2.0
48
56
  [0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/kyc-controller@0.1.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/kyc-controller",
3
- "version": "0.2.0-preview-95104ffdb",
3
+ "version": "0.3.0-preview-e81860e6b",
4
4
  "description": "Shared KYC / identity verification controller used across MetaMask clients",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -57,9 +57,9 @@
57
57
  "@metamask/controller-utils": "^13.0.0",
58
58
  "@metamask/geolocation-controller": "^2.0.0",
59
59
  "@metamask/messenger": "^3.0.0",
60
- "@metamask/profile-sync-controller": "^32.1.0",
60
+ "@metamask/profile-sync-controller": "^32.1.1",
61
61
  "@metamask/superstruct": "^3.4.1",
62
- "@metamask/utils": "^11.12.0",
62
+ "@metamask/utils": "^12.0.0",
63
63
  "@noble/ciphers": "^1.3.0",
64
64
  "@noble/curves": "^1.9.2",
65
65
  "@noble/hashes": "^1.8.0",