@c8y/devicemanagement 1022.3.2 → 1022.4.3
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 +7 -0
- package/package.json +8 -8
package/cumulocity.config.ts
CHANGED
|
@@ -73,6 +73,13 @@ export default {
|
|
|
73
73
|
path: '@c8y/ngx-components/remote-access/passthrough',
|
|
74
74
|
description: 'Adds passthrough support to the remote access feature.',
|
|
75
75
|
scope: 'self'
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'Device parameters list',
|
|
79
|
+
module: 'deviceParametersFeatureProvider',
|
|
80
|
+
path: '@c8y/ngx-components/device-parameters',
|
|
81
|
+
description: 'Adds device parameters list tab to the device details view.',
|
|
82
|
+
scope: 'self'
|
|
76
83
|
}
|
|
77
84
|
],
|
|
78
85
|
remotes: {
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/devicemanagement",
|
|
3
|
-
"version": "1022.3
|
|
3
|
+
"version": "1022.4.3",
|
|
4
4
|
"description": "This package is used to scaffold a Device Management application for Cumulocity IoT.",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@c8y/style": "1022.3
|
|
7
|
-
"@c8y/ng1-modules": "1022.3
|
|
8
|
-
"@c8y/ngx-components": "1022.3
|
|
9
|
-
"@c8y/client": "1022.3
|
|
10
|
-
"@c8y/bootstrap": "1022.3
|
|
6
|
+
"@c8y/style": "1022.4.3",
|
|
7
|
+
"@c8y/ng1-modules": "1022.4.3",
|
|
8
|
+
"@c8y/ngx-components": "1022.4.3",
|
|
9
|
+
"@c8y/client": "1022.4.3",
|
|
10
|
+
"@c8y/bootstrap": "1022.4.3",
|
|
11
11
|
"@angular/cdk": "^19.2.18",
|
|
12
12
|
"@angular/upgrade": "^19.2.14",
|
|
13
13
|
"angular": "1.8.3",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"rxjs": "7.8.1"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@c8y/options": "1022.3
|
|
19
|
-
"@c8y/devkit": "1022.3
|
|
18
|
+
"@c8y/options": "1022.4.3",
|
|
19
|
+
"@c8y/devkit": "1022.4.3"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@angular/common": ">=19 <20"
|