@c8y/administration 1023.52.0 → 1023.55.5

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.
@@ -72,6 +72,13 @@ export default {
72
72
  path: '@c8y/ngx-components/feature-toggles',
73
73
  description: gettext('Allows to manage feature toggles for the tenant.'),
74
74
  scope: 'self'
75
+ },
76
+ {
77
+ name: gettext('User application access management'),
78
+ module: 'userApplicationAccessProviders',
79
+ path: '@c8y/ngx-components/application-access/user',
80
+ description: gettext('Allows to manage user application access.'),
81
+ scope: 'self'
75
82
  }
76
83
  ],
77
84
  remotes: {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@c8y/administration",
3
- "version": "1023.52.0",
3
+ "version": "1023.55.5",
4
4
  "description": "",
5
5
  "dependencies": {
6
- "@c8y/style": "1023.52.0",
7
- "@c8y/ng1-modules": "1023.52.0",
8
- "@c8y/ngx-components": "1023.52.0",
9
- "@c8y/client": "1023.52.0",
10
- "@c8y/bootstrap": "1023.52.0",
6
+ "@c8y/style": "1023.55.5",
7
+ "@c8y/ng1-modules": "1023.55.5",
8
+ "@c8y/ngx-components": "1023.55.5",
9
+ "@c8y/client": "1023.55.5",
10
+ "@c8y/bootstrap": "1023.55.5",
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.52.0",
20
- "@c8y/devkit": "1023.52.0"
19
+ "@c8y/options": "1023.55.5",
20
+ "@c8y/devkit": "1023.55.5"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@angular/common": ">=20 <21"