@c8y/administration 1023.85.1 → 1023.88.2

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.
@@ -66,6 +66,13 @@ export default {
66
66
  description: gettext('Allows to monitor and manage the usage of messaging service.'),
67
67
  scope: 'self'
68
68
  },
69
+ {
70
+ name: gettext('Data Preparation'),
71
+ module: 'DataPrepPreviewModule',
72
+ path: '@c8y/ngx-components/data-preparation',
73
+ description: gettext('Allows access to the Data Preparation application.'),
74
+ scope: 'self'
75
+ },
69
76
  {
70
77
  name: gettext('Feature toggles'),
71
78
  module: 'featureToggleProviders',
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@c8y/administration",
3
- "version": "1023.85.1",
3
+ "version": "1023.88.2",
4
4
  "description": "",
5
5
  "dependencies": {
6
6
  "@angular/animations": "^20.3.24",
7
7
  "@angular/cdk": "^20.2.14",
8
8
  "@angular/upgrade": "^20.3.19",
9
- "@c8y/bootstrap": "1023.85.1",
10
- "@c8y/client": "1023.85.1",
11
- "@c8y/ng1-modules": "1023.85.1",
12
- "@c8y/ngx-components": "1023.85.1",
13
- "@c8y/style": "1023.85.1",
9
+ "@c8y/bootstrap": "1023.88.2",
10
+ "@c8y/client": "1023.88.2",
11
+ "@c8y/ng1-modules": "1023.88.2",
12
+ "@c8y/ngx-components": "1023.88.2",
13
+ "@c8y/style": "1023.88.2",
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.85.1",
21
- "@c8y/options": "1023.85.1"
20
+ "@c8y/devkit": "1023.88.2",
21
+ "@c8y/options": "1023.88.2"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "@angular/common": ">=20 <21"