@c8y/hybrid 1020.18.3 → 1020.19.1

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/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@c8y/hybrid",
3
- "version": "1020.18.3",
3
+ "version": "1020.19.1",
4
4
  "description": "",
5
5
  "dependencies": {
6
- "@c8y/style": "1020.18.3",
7
- "@c8y/ng1-modules": "1020.18.3",
8
- "@c8y/ngx-components": "1020.18.3",
9
- "@c8y/client": "1020.18.3",
10
- "@c8y/bootstrap": "1020.18.3",
6
+ "@c8y/style": "1020.19.1",
7
+ "@c8y/ng1-modules": "1020.19.1",
8
+ "@c8y/ngx-components": "1020.19.1",
9
+ "@c8y/client": "1020.19.1",
10
+ "@c8y/bootstrap": "1020.19.1",
11
11
  "@angular/cdk": "^17.3.9",
12
12
  "@angular/upgrade": "^17.3.9",
13
13
  "angular": "1.8.3",
@@ -15,8 +15,8 @@
15
15
  "rxjs": "^7.4.0"
16
16
  },
17
17
  "devDependencies": {
18
- "@c8y/options": "1020.18.3",
19
- "@c8y/devkit": "1020.18.3"
18
+ "@c8y/options": "1020.19.1",
19
+ "@c8y/devkit": "1020.19.1"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@angular/common": ">=16 <18"
@@ -14,7 +14,7 @@ import { HybridAppModule, UPGRADE_ROUTES, UpgradeModule } from '@c8y/ngx-compone
14
14
  ]
15
15
  })
16
16
  export class AppModule extends HybridAppModule {
17
- constructor(protected upgrade: NgUpgradeModule) {
17
+ constructor(protected override upgrade: NgUpgradeModule) {
18
18
  super();
19
19
  }
20
20
  }