@c8y/devicemanagement 1023.30.0 → 1023.42.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.
@@ -138,6 +138,7 @@ export default {
138
138
  },
139
139
  buildTime: {
140
140
  federation: [
141
+ 'jquery',
141
142
  '@angular/animations',
142
143
  '@angular/cdk',
143
144
  '@angular/common',
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@c8y/devicemanagement",
3
- "version": "1023.30.0",
3
+ "version": "1023.42.1",
4
4
  "description": "This package is used to scaffold a Device Management application for Cumulocity IoT.",
5
5
  "dependencies": {
6
- "@c8y/style": "1023.30.0",
7
- "@c8y/ng1-modules": "1023.30.0",
8
- "@c8y/ngx-components": "1023.30.0",
9
- "@c8y/client": "1023.30.0",
10
- "@c8y/bootstrap": "1023.30.0",
11
- "@c8y/html-repo": "1023.30.0",
6
+ "@c8y/style": "1023.42.1",
7
+ "@c8y/ng1-modules": "1023.42.1",
8
+ "@c8y/ngx-components": "1023.42.1",
9
+ "@c8y/client": "1023.42.1",
10
+ "@c8y/bootstrap": "1023.42.1",
11
+ "@c8y/html-repo": "1023.42.1",
12
12
  "@angular/cdk": "^20.2.14",
13
13
  "@angular/upgrade": "^20.3.16",
14
14
  "angular": "1.8.3",
@@ -17,8 +17,8 @@
17
17
  "rxjs": "7.8.2"
18
18
  },
19
19
  "devDependencies": {
20
- "@c8y/options": "1023.30.0",
21
- "@c8y/devkit": "1023.30.0"
20
+ "@c8y/options": "1023.42.1",
21
+ "@c8y/devkit": "1023.42.1"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@angular/common": ">=20 <21"