@c8y/cockpit 1022.35.1 → 1022.44.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 +8 -1
- package/package.json +9 -9
- package/tsconfig.app.json +1 -0
package/cumulocity.config.ts
CHANGED
|
@@ -168,10 +168,17 @@ export default {
|
|
|
168
168
|
path: '@c8y/ngx-components/exports',
|
|
169
169
|
description: 'Exports',
|
|
170
170
|
scope: 'self'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
name: 'Computed asset properties',
|
|
174
|
+
module: 'computedAssetPropertiesProviders',
|
|
175
|
+
path: '@c8y/ngx-components/computed-asset-properties',
|
|
176
|
+
description: 'Set of predefined computed asset properties.',
|
|
177
|
+
scope: 'self'
|
|
171
178
|
}
|
|
172
179
|
],
|
|
173
180
|
remotes: {
|
|
174
|
-
[`
|
|
181
|
+
[`smart-rules@${version.split('.')[0]}-stable`]: ['AnalyticsInstanceModule']
|
|
175
182
|
}
|
|
176
183
|
},
|
|
177
184
|
buildTime: {
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/cockpit",
|
|
3
|
-
"version": "1022.
|
|
3
|
+
"version": "1022.44.3",
|
|
4
4
|
"description": "This package is used to scaffold a cockpit application for Cumulocity IoT.",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@c8y/style": "1022.
|
|
7
|
-
"@c8y/ng1-modules": "1022.
|
|
8
|
-
"@c8y/ngx-components": "1022.
|
|
9
|
-
"@c8y/client": "1022.
|
|
10
|
-
"@c8y/bootstrap": "1022.
|
|
11
|
-
"@c8y/html-repo": "1022.
|
|
6
|
+
"@c8y/style": "1022.44.3",
|
|
7
|
+
"@c8y/ng1-modules": "1022.44.3",
|
|
8
|
+
"@c8y/ngx-components": "1022.44.3",
|
|
9
|
+
"@c8y/client": "1022.44.3",
|
|
10
|
+
"@c8y/bootstrap": "1022.44.3",
|
|
11
|
+
"@c8y/html-repo": "1022.44.3",
|
|
12
12
|
"@angular/cdk": "^19.2.19",
|
|
13
13
|
"@angular/upgrade": "^19.2.15",
|
|
14
14
|
"angular": "1.8.3",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"rxjs": "7.8.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@c8y/options": "1022.
|
|
21
|
-
"@c8y/devkit": "1022.
|
|
20
|
+
"@c8y/options": "1022.44.3",
|
|
21
|
+
"@c8y/devkit": "1022.44.3"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@angular/common": ">=19 <20"
|