@c8y/login 1023.14.181 → 1023.14.185

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/package.json +7 -7
  2. package/src/main.ts +2 -2
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "name": "@c8y/login",
3
- "version": "1023.14.181",
3
+ "version": "1023.14.185",
4
4
  "description": "This package is used to scaffold a login application for Cumulocity IoT.",
5
5
  "dependencies": {
6
6
  "@angular/animations": "^20.3.24",
7
7
  "@angular/cdk": "^20.2.14",
8
- "@c8y/bootstrap": "1023.14.181",
9
- "@c8y/client": "1023.14.181",
10
- "@c8y/ngx-components": "1023.14.181",
11
- "@c8y/style": "1023.14.181",
8
+ "@c8y/bootstrap": "1023.14.185",
9
+ "@c8y/client": "1023.14.185",
10
+ "@c8y/ngx-components": "1023.14.185",
11
+ "@c8y/style": "1023.14.185",
12
12
  "monaco-editor": "~0.53.0",
13
13
  "ngx-bootstrap": "20.0.2",
14
14
  "rxjs": "7.8.2"
15
15
  },
16
16
  "devDependencies": {
17
- "@c8y/devkit": "1023.14.181",
18
- "@c8y/options": "1023.14.181"
17
+ "@c8y/devkit": "1023.14.185",
18
+ "@c8y/options": "1023.14.185"
19
19
  },
20
20
  "peerDependencies": {
21
21
  "@angular/common": ">=20 <21"
package/src/main.ts CHANGED
@@ -8,8 +8,8 @@ applicationSetup();
8
8
 
9
9
  async function applicationSetup() {
10
10
  const { loadOptions, applyOptions } = await import('@c8y/bootstrap');
11
- const options = await loadOptions();
12
- await applyOptions({
11
+ let options = await loadOptions();
12
+ options = await applyOptions({
13
13
  ...options
14
14
  });
15
15
  const { bootstrap } = await import(