We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e279c73 commit c1eff2dCopy full SHA for c1eff2d
2 files changed
CHANGELOG.md
@@ -20,6 +20,9 @@ See [Feature Rollout docs](https://support.optimizely.com/hc/en-us/articles/4555
20
### Changed
21
- Updated `uuid` dependency from `^10.0.0` to `^13.0.2`
22
23
+### Bug Fixes
24
+- Export `UserProfileServiceAsync` type
25
+
26
27
## [6.3.1] - January 26, 2026
28
lib/export_types.ts
@@ -95,6 +95,7 @@ export type {
95
Event,
96
DatafileOptions,
97
UserProfileService,
98
+ UserProfileServiceAsync,
99
UserProfile,
100
ListenerPayload,
101
OptimizelyDecision,
0 commit comments