@c8y/devicemanagement 1023.53.0 → 1023.55.5

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.
@@ -52,6 +52,15 @@ export default {
52
52
  ),
53
53
  scope: 'self'
54
54
  },
55
+ {
56
+ name: gettext('Device enrolment plugin'),
57
+ module: 'deviceEnrolmentProviders',
58
+ path: '@c8y/ngx-components/device-enrolment',
59
+ description: gettext(
60
+ 'Device enrolment modal and quick link integration to connect devices using thin-edge.io.'
61
+ ),
62
+ scope: 'self'
63
+ },
55
64
  {
56
65
  name: gettext('Remote access: Configuration list'),
57
66
  module: 'remoteAccessConfigurationListProviders',
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@c8y/devicemanagement",
3
- "version": "1023.53.0",
3
+ "version": "1023.55.5",
4
4
  "description": "This package is used to scaffold a Device Management application for Cumulocity IoT.",
5
5
  "dependencies": {
6
- "@c8y/style": "1023.53.0",
7
- "@c8y/ng1-modules": "1023.53.0",
8
- "@c8y/ngx-components": "1023.53.0",
9
- "@c8y/client": "1023.53.0",
10
- "@c8y/bootstrap": "1023.53.0",
11
- "@c8y/html-repo": "1023.53.0",
6
+ "@c8y/style": "1023.55.5",
7
+ "@c8y/ng1-modules": "1023.55.5",
8
+ "@c8y/ngx-components": "1023.55.5",
9
+ "@c8y/client": "1023.55.5",
10
+ "@c8y/bootstrap": "1023.55.5",
11
+ "@c8y/html-repo": "1023.55.5",
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.53.0",
21
- "@c8y/devkit": "1023.53.0"
20
+ "@c8y/options": "1023.55.5",
21
+ "@c8y/devkit": "1023.55.5"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@angular/common": ">=20 <21"