@c8y/administration 1021.67.0 → 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.
@@ -55,6 +55,13 @@ export default {
55
55
  path: '@c8y/ngx-components/translation-editor',
56
56
  description: gettext('Allows to edit translations.'),
57
57
  scope: 'self'
58
+ },
59
+ {
60
+ name: gettext('Messaging service - monitoring & management'),
61
+ module: 'MessagingManagementModule',
62
+ path: '@c8y/ngx-components/messaging-management',
63
+ description: gettext('Allows to monitor and manage the usage of messaging service.'),
64
+ scope: 'self'
58
65
  }
59
66
  ],
60
67
  remotes: {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@c8y/administration",
3
- "version": "1021.67.0",
3
+ "version": "1021.71.0",
4
4
  "description": "",
5
5
  "dependencies": {
6
- "@c8y/style": "1021.67.0",
7
- "@c8y/ng1-modules": "1021.67.0",
8
- "@c8y/ngx-components": "1021.67.0",
9
- "@c8y/client": "1021.67.0",
10
- "@c8y/bootstrap": "1021.67.0",
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.67.0",
19
- "@c8y/devkit": "1021.67.0"
18
+ "@c8y/options": "1021.71.0",
19
+ "@c8y/devkit": "1021.71.0"
20
20
  },
21
21
  "peerDependencies": {
22
22
  "@angular/common": ">=18 <19"