You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Unify journey-client around wellknown-only configuration
6
+
7
+
This release simplifies the configuration API by requiring the `wellknown` URL and automatically inferring `baseUrl` and `realmPath`.
8
+
9
+
## Breaking Changes
10
+
11
+
-**Removed `baseUrl` from `JourneyServerConfig`**: The `baseUrl` is now always inferred from the wellknown URL. If inference fails (non-AM server), an error is returned.
12
+
-**Removed `hasWellknownConfig` export**: This type guard is no longer needed since all configs use wellknown.
0 commit comments