@dangl/angular-dangl-identity-client 3.4.0 → 4.0.0-beta0015

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,7 +13,7 @@ The **Dangl.Identity.Client** libraries offer specialised classes and utilities
13
13
 
14
14
  ## Default Configuration
15
15
 
16
- By default, the identity servers are expected to be reachable at `https://identity.dangl-it.com` and `https://identity.dangl-it.de`. Fallback happens automatically to the latter one if the former is unreachable.
16
+ By default, the identity provider is expected to be reachable at `https://identity.dangl-it.com`.
17
17
 
18
18
  ## Dangl.Identity.Client
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dangl/angular-dangl-identity-client",
3
- "version": "3.4.0",
3
+ "version": "4.0.0-beta0015",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.5",
6
6
  "@angular/core": "^12.2.5",