@c8y/administration 1023.37.0 → 1023.42.1

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.
@@ -5,6 +5,8 @@ import { gettext } from '@c8y/ngx-components/gettext';
5
5
  const defaultDescription = gettext(
6
6
  'The Administration application enables account administrators to manage their users, roles, tenants, applications and business rules and lets them configure a number of settings for their account.'
7
7
  );
8
+ const majorWebSDKVersion = version.split('.')[0];
9
+ const stableTagBasedOnWebSDKVersion = `${majorWebSDKVersion}-stable`;
8
10
 
9
11
  export default {
10
12
  runTime: {
@@ -73,7 +75,8 @@ export default {
73
75
  }
74
76
  ],
75
77
  remotes: {
76
- [`c8y-timeseries-migration-plugin@${version.split('.')[0]}-stable`]: ['TimeseriesModule']
78
+ [`c8y-timeseries-migration-plugin@${stableTagBasedOnWebSDKVersion}`]: ['TimeseriesModule'],
79
+ [`ai-plugins@${stableTagBasedOnWebSDKVersion}`]: ['AiManagerModule']
77
80
  }
78
81
  },
79
82
  buildTime: {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@c8y/administration",
3
- "version": "1023.37.0",
3
+ "version": "1023.42.1",
4
4
  "description": "",
5
5
  "dependencies": {
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",
6
+ "@c8y/style": "1023.42.1",
7
+ "@c8y/ng1-modules": "1023.42.1",
8
+ "@c8y/ngx-components": "1023.42.1",
9
+ "@c8y/client": "1023.42.1",
10
+ "@c8y/bootstrap": "1023.42.1",
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.37.0",
20
- "@c8y/devkit": "1023.37.0"
19
+ "@c8y/options": "1023.42.1",
20
+ "@c8y/devkit": "1023.42.1"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@angular/common": ">=20 <21"