@c8y/administration 1023.30.0 → 1023.37.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.
@@ -63,6 +63,13 @@ export default {
63
63
  path: '@c8y/ngx-components/messaging-management',
64
64
  description: gettext('Allows to monitor and manage the usage of messaging service.'),
65
65
  scope: 'self'
66
+ },
67
+ {
68
+ name: gettext('Feature toggles'),
69
+ module: 'featureToggleProviders',
70
+ path: '@c8y/ngx-components/feature-toggles',
71
+ description: gettext('Allows to manage feature toggles for the tenant.'),
72
+ scope: 'self'
66
73
  }
67
74
  ],
68
75
  remotes: {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@c8y/administration",
3
- "version": "1023.30.0",
3
+ "version": "1023.37.0",
4
4
  "description": "",
5
5
  "dependencies": {
6
- "@c8y/style": "1023.30.0",
7
- "@c8y/ng1-modules": "1023.30.0",
8
- "@c8y/ngx-components": "1023.30.0",
9
- "@c8y/client": "1023.30.0",
10
- "@c8y/bootstrap": "1023.30.0",
6
+ "@c8y/style": "1023.37.0",
7
+ "@c8y/ng1-modules": "1023.37.0",
8
+ "@c8y/ngx-components": "1023.37.0",
9
+ "@c8y/client": "1023.37.0",
10
+ "@c8y/bootstrap": "1023.37.0",
11
11
  "@angular/cdk": "^20.2.14",
12
12
  "@angular/upgrade": "^20.3.16",
13
13
  "angular": "1.8.3",
@@ -16,8 +16,8 @@
16
16
  "rxjs": "7.8.2"
17
17
  },
18
18
  "devDependencies": {
19
- "@c8y/options": "1023.30.0",
20
- "@c8y/devkit": "1023.30.0"
19
+ "@c8y/options": "1023.37.0",
20
+ "@c8y/devkit": "1023.37.0"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@angular/common": ">=20 <21"