@metamask-previews/seedless-onboarding-controller 9.1.0-preview-8daaa5a40 → 9.1.0-preview-d8ff44d
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 +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -22,8 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
22
22
|
|
|
23
23
|
### Changed
|
|
24
24
|
|
|
25
|
-
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.
|
|
26
|
-
- Bump `@metamask/messenger` from `^1.0.0` to `^1.
|
|
25
|
+
- Bump `@metamask/keyring-controller` from `^25.1.1` to `^25.3.0` ([#8363](https://github.com/MetaMask/core/pull/8363), [#8634](https://github.com/MetaMask/core/pull/8634))
|
|
26
|
+
- Bump `@metamask/messenger` from `^1.0.0` to `^1.2.0` ([#8364](https://github.com/MetaMask/core/pull/8364), [#8373](https://github.com/MetaMask/core/pull/8373), [#8632](https://github.com/MetaMask/core/pull/8632))
|
|
27
27
|
- Bump `@metamask/toprf-secure-backup` from `^0.11.0` to `^1.0.0` ([#7284](https://github.com/MetaMask/core/pull/7284))
|
|
28
28
|
- **BREAKING:** Change `addNewSecretData` method signature to require `dataType: EncAccountDataType` instead of `type: SecretType` ([#7284](https://github.com/MetaMask/core/pull/7284))
|
|
29
29
|
- `SecretType` is now derived internally from `EncAccountDataType`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/seedless-onboarding-controller",
|
|
3
|
-
"version": "9.1.0-preview-
|
|
3
|
+
"version": "9.1.0-preview-d8ff44d",
|
|
4
4
|
"description": "Backup and rehydrate SRP(s) using social login and password",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"@metamask/auth-network-utils": "^0.3.0",
|
|
57
57
|
"@metamask/base-controller": "^9.1.0",
|
|
58
58
|
"@metamask/browser-passworder": "^6.0.0",
|
|
59
|
-
"@metamask/keyring-controller": "^25.
|
|
60
|
-
"@metamask/messenger": "^1.
|
|
59
|
+
"@metamask/keyring-controller": "^25.3.0",
|
|
60
|
+
"@metamask/messenger": "^1.2.0",
|
|
61
61
|
"@metamask/toprf-secure-backup": "^1.0.0",
|
|
62
62
|
"@metamask/utils": "^11.9.0",
|
|
63
63
|
"@noble/ciphers": "^1.3.0",
|