@metamask-previews/kyc-controller 0.0.0-preview-6eff555ee → 0.0.0-preview-abca9bcea

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 +0 -1
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -50,7 +50,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
50
50
  - Bump `@metamask/base-data-service` from `^0.1.3` to `^1.0.0` ([#9972](https://github.com/MetaMask/core/pull/9972))
51
51
  - Replace `KycController` `console.error` tracing with the `@metamask/utils` debug logger (`createProjectLogger` / `createModuleLogger`), so flow diagnostics are opt-in via `DEBUG=kyc-controller*` instead of always printing to the console. ([#10054](https://github.com/MetaMask/core/pull/10054))
52
52
  - Bump `@metamask/utils` from `^11.11.0` to `^11.12.0` ([#10076](https://github.com/MetaMask/core/pull/10076))
53
- - Bump `@metamask/profile-sync-controller` from `^29.0.0` to `^30.0.0` ([#10139](https://github.com/MetaMask/core/pull/10139))
54
53
 
55
54
  ### Fixed
56
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/kyc-controller",
3
- "version": "0.0.0-preview-6eff555ee",
3
+ "version": "0.0.0-preview-abca9bcea",
4
4
  "description": "Shared KYC / identity verification controller used across MetaMask clients",
5
5
  "keywords": [
6
6
  "Ethereum",
@@ -62,7 +62,7 @@
62
62
  "@metamask/controller-utils": "^12.3.0",
63
63
  "@metamask/geolocation-controller": "^1.0.0",
64
64
  "@metamask/messenger": "^2.0.0",
65
- "@metamask/profile-sync-controller": "^30.0.0",
65
+ "@metamask/profile-sync-controller": "^29.0.0",
66
66
  "@metamask/superstruct": "^3.4.1",
67
67
  "@metamask/utils": "^11.12.0",
68
68
  "@noble/ciphers": "^1.3.0",