@c8y/devicemanagement 1023.78.5 → 1023.79.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/cumulocity.config.ts +2 -2
- package/package.json +9 -9
package/cumulocity.config.ts
CHANGED
|
@@ -53,11 +53,11 @@ export default {
|
|
|
53
53
|
scope: 'self'
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
name: gettext('Device
|
|
56
|
+
name: gettext('Device enrollment plugin'),
|
|
57
57
|
module: 'deviceEnrolmentProviders',
|
|
58
58
|
path: '@c8y/ngx-components/device-enrolment',
|
|
59
59
|
description: gettext(
|
|
60
|
-
'Device
|
|
60
|
+
'Device enrollment modal and quick link integration to connect devices using thin-edge.io.'
|
|
61
61
|
),
|
|
62
62
|
scope: 'self'
|
|
63
63
|
},
|
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/devicemanagement",
|
|
3
|
-
"version": "1023.
|
|
3
|
+
"version": "1023.79.1",
|
|
4
4
|
"description": "This package is used to scaffold a Device Management application for Cumulocity IoT.",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@angular/cdk": "^20.2.14",
|
|
7
7
|
"@angular/upgrade": "^20.3.19",
|
|
8
|
-
"@c8y/bootstrap": "1023.
|
|
9
|
-
"@c8y/client": "1023.
|
|
10
|
-
"@c8y/html-repo": "1023.
|
|
11
|
-
"@c8y/ng1-modules": "1023.
|
|
12
|
-
"@c8y/ngx-components": "1023.
|
|
13
|
-
"@c8y/style": "1023.
|
|
8
|
+
"@c8y/bootstrap": "1023.79.1",
|
|
9
|
+
"@c8y/client": "1023.79.1",
|
|
10
|
+
"@c8y/html-repo": "1023.79.1",
|
|
11
|
+
"@c8y/ng1-modules": "1023.79.1",
|
|
12
|
+
"@c8y/ngx-components": "1023.79.1",
|
|
13
|
+
"@c8y/style": "1023.79.1",
|
|
14
14
|
"angular": "1.8.3",
|
|
15
15
|
"monaco-editor": "~0.53.0",
|
|
16
16
|
"ngx-bootstrap": "20.0.2",
|
|
17
17
|
"rxjs": "7.8.2"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@c8y/devkit": "1023.
|
|
21
|
-
"@c8y/options": "1023.
|
|
20
|
+
"@c8y/devkit": "1023.79.1",
|
|
21
|
+
"@c8y/options": "1023.79.1"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@angular/common": ">=20 <21"
|