@c8y/cockpit 1021.70.1 → 1021.71.0

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.
@@ -102,7 +102,7 @@ export default {
102
102
  module: 'DatapointExplorerModule',
103
103
  path: '@c8y/ngx-components/datapoint-explorer',
104
104
  description: 'Enables visualization of data points',
105
- scope: 'self-optional'
105
+ scope: 'self'
106
106
  }
107
107
  ]
108
108
  },
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@c8y/cockpit",
3
- "version": "1021.70.1",
3
+ "version": "1021.71.0",
4
4
  "description": "This package is used to scaffold a cockpit application for Cumulocity IoT.",
5
5
  "dependencies": {
6
- "@c8y/style": "1021.70.1",
7
- "@c8y/ng1-modules": "1021.70.1",
8
- "@c8y/ngx-components": "1021.70.1",
9
- "@c8y/client": "1021.70.1",
10
- "@c8y/bootstrap": "1021.70.1",
6
+ "@c8y/style": "1021.71.0",
7
+ "@c8y/ng1-modules": "1021.71.0",
8
+ "@c8y/ngx-components": "1021.71.0",
9
+ "@c8y/client": "1021.71.0",
10
+ "@c8y/bootstrap": "1021.71.0",
11
11
  "@angular/cdk": "^18.2.14",
12
12
  "@angular/upgrade": "^18.2.13",
13
13
  "angular": "1.8.3",
@@ -15,8 +15,8 @@
15
15
  "rxjs": "^7.8.1"
16
16
  },
17
17
  "devDependencies": {
18
- "@c8y/options": "1021.70.1",
19
- "@c8y/devkit": "1021.70.1"
18
+ "@c8y/options": "1021.71.0",
19
+ "@c8y/devkit": "1021.71.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@angular/common": ">=18 <19"