@metamask-previews/profile-sync-controller 28.1.1-preview-280f4f25b → 28.2.0-preview-e4f1c37f9
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 +18 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
|
+
- Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([#9129](https://github.com/MetaMask/core/pull/9129))
|
|
13
|
+
|
|
14
|
+
## [28.2.0]
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
12
19
|
- Bump `@metamask/keyring-controller` from `^26.0.0` to `^27.0.0` ([#9058](https://github.com/MetaMask/core/pull/9058))
|
|
13
20
|
|
|
14
21
|
### Fixed
|
|
@@ -73,7 +80,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
73
80
|
|
|
74
81
|
### Added
|
|
75
82
|
|
|
76
|
-
- Expose missing public `UserStorageController` methods through its messenger ([#7976](https://github.com/MetaMask/core/pull/7976
|
|
83
|
+
- Expose missing public `UserStorageController` methods through its messenger ([#7976](https://github.com/MetaMask/core/pull/7976))
|
|
77
84
|
- The following actions are now available:
|
|
78
85
|
- `UserStorageController:performDeleteStorageAllFeatureEntries`
|
|
79
86
|
- `UserStorageController:listEntropySources`
|
|
@@ -87,7 +94,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
87
94
|
- **BREAKING:** Add client-side JWT `exp` claim validation to prevent stale cached tokens from being returned ([#8144](https://github.com/MetaMask/core/pull/8144))
|
|
88
95
|
- `validateLoginResponse` now decodes the JWT `exp` claim and rejects tokens that have actually expired, regardless of client-side TTL tracking (`obtainedAt`/`expiresIn`)
|
|
89
96
|
- Non-JWT access tokens are now rejected as invalid. In production this has no effect (access tokens are always JWTs from the OIDC server), but E2E test mocks that use raw identifier strings as access tokens must be updated. `getMockAuthAccessTokenResponse` now wraps identifiers in a JWT; consumers should use `getE2EIdentifierFromJwt` (newly exported) to extract the identifier from the bearer token in mock servers.
|
|
90
|
-
- **BREAKING:** Standardize names of `AuthenticationController` and `UserStorageController` messenger action types ([#7976](https://github.com/MetaMask/core/pull/7976
|
|
97
|
+
- **BREAKING:** Standardize names of `AuthenticationController` and `UserStorageController` messenger action types ([#7976](https://github.com/MetaMask/core/pull/7976))
|
|
91
98
|
- All existing types for messenger actions have been renamed so they end in `Action` (e.g. `AuthenticationControllerPerformSignIn` -> `AuthenticationControllerPerformSignInAction`). You will need to update imports appropriately.
|
|
92
99
|
- This change only affects the types. The action type strings themselves have not changed, so you do not need to update the list of actions you pass when initializing `AuthenticationController` and `UserStorageController` messengers.
|
|
93
100
|
|
|
@@ -361,7 +368,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
361
368
|
|
|
362
369
|
### Fixed
|
|
363
370
|
|
|
364
|
-
- Peer dependencies `@metamask/keyring-controller` and `@metamask/network-controller` are no longer also direct dependencies ([#5464](https://github.com/MetaMask/core/pull/5464))
|
|
371
|
+
- Peer dependencies `@metamask/keyring-controller` and `@metamask/network-controller` are no longer also direct dependencies) ([#5464](https://github.com/MetaMask/core/pull/5464))
|
|
365
372
|
|
|
366
373
|
## [10.1.0]
|
|
367
374
|
|
|
@@ -461,7 +468,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
461
468
|
### Changed
|
|
462
469
|
|
|
463
470
|
- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^21.0.0` to `^22.0.0` ([#5218](https://github.com/MetaMask/core/pull/5218))
|
|
464
|
-
- Bump `@metamask/keyring-api` from `^14.0.0` to `^16.1.0` ([#5190](https://github.com/MetaMask/core/pull/5190)
|
|
471
|
+
- Bump `@metamask/keyring-api` from `^14.0.0` to `^16.1.0` ([#5190](https://github.com/MetaMask/core/pull/5190), [#5208](https://github.com/MetaMask/core/pull/5208))
|
|
465
472
|
|
|
466
473
|
## [4.1.1]
|
|
467
474
|
|
|
@@ -488,7 +495,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
488
495
|
- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^20.0.0` to `^21.0.0` ([#5140](https://github.com/MetaMask/core/pull/5140))
|
|
489
496
|
- Bump `@metamask/base-controller` from `7.1.0` to `^7.1.1` ([#5135](https://github.com/MetaMask/core/pull/5135))
|
|
490
497
|
- Bump `@metamask/keyring-api` from `^12.0.0` to `^13.0.0` ([#5066](https://github.com/MetaMask/core/pull/5066))
|
|
491
|
-
- Bump `@metamask/keyring-internal-api` from `^1.0.0` to `^2.0.0` ([#5066](https://github.com/MetaMask/core/pull/5066)
|
|
498
|
+
- Bump `@metamask/keyring-internal-api` from `^1.0.0` to `^2.0.0` ([#5066](https://github.com/MetaMask/core/pull/5066), [#5136](https://github.com/MetaMask/core/pull/5136))
|
|
492
499
|
- Bump `@metamask/keyring-controller` from `^19.0.2` to `^19.0.3` ([#5140](https://github.com/MetaMask/core/pull/5140))
|
|
493
500
|
|
|
494
501
|
## [3.3.0]
|
|
@@ -567,8 +574,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
567
574
|
|
|
568
575
|
### Changed
|
|
569
576
|
|
|
570
|
-
- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency from `^18.0.0` to `^19.0.0` ([#4195](https://github.com/MetaMask/core/pull/
|
|
571
|
-
- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^19.0.0` to `^20.0.0` ([#4195](https://github.com/MetaMask/core/pull/
|
|
577
|
+
- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency from `^18.0.0` to `^19.0.0` ([#4195](https://github.com/MetaMask/core/pull/4195))
|
|
578
|
+
- **BREAKING:** Bump `@metamask/accounts-controller` peer dependency from `^19.0.0` to `^20.0.0` ([#4195](https://github.com/MetaMask/core/pull/4195))
|
|
572
579
|
|
|
573
580
|
## [1.0.2]
|
|
574
581
|
|
|
@@ -655,7 +662,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
655
662
|
|
|
656
663
|
### Changed
|
|
657
664
|
|
|
658
|
-
- Bump accounts related packages ([#4713](https://github.com/MetaMask/core/pull/4713)
|
|
665
|
+
- Bump accounts related packages ([#4713](https://github.com/MetaMask/core/pull/4713), [#4728](https://github.com/MetaMask/core/pull/4728))
|
|
659
666
|
- Those packages are now built slightly differently and are part of the [accounts monorepo](https://github.com/MetaMask/accounts).
|
|
660
667
|
- Bump `@metamask/keyring-api` from `^8.1.0` to `^8.1.4`
|
|
661
668
|
|
|
@@ -734,7 +741,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
734
741
|
["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as
|
|
735
742
|
["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md).
|
|
736
743
|
All of the ATTW checks now pass.
|
|
737
|
-
- Remove chunk files ([#4648](https://github.com/MetaMask/core/pull/4648))
|
|
744
|
+
- Remove chunk files. ([#4648](https://github.com/MetaMask/core/pull/4648))
|
|
738
745
|
- Previously, the build tool we used to generate JavaScript files extracted
|
|
739
746
|
common code to "chunk" files. While this was intended to make this package
|
|
740
747
|
more tree-shakeable, it also made debugging more difficult for our
|
|
@@ -839,7 +846,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
839
846
|
### Added
|
|
840
847
|
|
|
841
848
|
- added `LoginResponse` validation in profile syncing SDK ([#4541](https://github.com/MetaMask/core/pull/4541))
|
|
842
|
-
|
|
843
849
|
- added snap caching when calling the message signing snap ([#4532](https://github.com/MetaMask/core/pull/4532))
|
|
844
850
|
|
|
845
851
|
### Removed
|
|
@@ -861,7 +867,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
861
867
|
### Added
|
|
862
868
|
|
|
863
869
|
- added platform field when logging in to receive correct OIDC access token ([#4480](https://github.com/MetaMask/core/pull/4480))
|
|
864
|
-
|
|
865
870
|
- added metametrics validation in constructor ([#4480](https://github.com/MetaMask/core/pull/4480))
|
|
866
871
|
|
|
867
872
|
### Changed
|
|
@@ -884,7 +889,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
884
889
|
|
|
885
890
|
- Initial release
|
|
886
891
|
|
|
887
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.
|
|
892
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.2.0...HEAD
|
|
893
|
+
[28.2.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.1.1...@metamask/profile-sync-controller@28.2.0
|
|
888
894
|
[28.1.1]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.1.0...@metamask/profile-sync-controller@28.1.1
|
|
889
895
|
[28.1.0]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.0.2...@metamask/profile-sync-controller@28.1.0
|
|
890
896
|
[28.0.2]: https://github.com/MetaMask/core/compare/@metamask/profile-sync-controller@28.0.1...@metamask/profile-sync-controller@28.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/profile-sync-controller",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.2.0-preview-e4f1c37f9",
|
|
4
4
|
"description": "The profile sync helps developers synchronize data across multiple clients and devices in a privacy-preserving way. All data saved in the user storage database is encrypted client-side to preserve privacy. The user storage provides a modular design, giving developers the flexibility to construct and manage their storage spaces in a way that best suits their needs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -108,12 +108,12 @@
|
|
|
108
108
|
"dependencies": {
|
|
109
109
|
"@metamask/address-book-controller": "^7.1.2",
|
|
110
110
|
"@metamask/base-controller": "^9.1.0",
|
|
111
|
-
"@metamask/keyring-controller": "^27.
|
|
111
|
+
"@metamask/keyring-controller": "^27.1.0",
|
|
112
112
|
"@metamask/messenger": "^1.2.0",
|
|
113
113
|
"@metamask/snaps-controllers": "^19.0.0",
|
|
114
114
|
"@metamask/snaps-sdk": "^11.0.0",
|
|
115
115
|
"@metamask/snaps-utils": "^12.1.2",
|
|
116
|
-
"@metamask/utils": "^11.
|
|
116
|
+
"@metamask/utils": "^11.11.0",
|
|
117
117
|
"@noble/ciphers": "^1.3.0",
|
|
118
118
|
"@noble/hashes": "^1.8.0",
|
|
119
119
|
"immer": "^9.0.6",
|