@c8y/devkit 1020.18.5 → 1020.20.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.
@@ -113,6 +113,7 @@ export declare class CumulocityPlugin {
113
113
  rootTagName?: string | undefined;
114
114
  hideTypeDashboardForAssets?: boolean | undefined;
115
115
  versioningMatrix?: import("packages/client/lib").VersioningMatrix | undefined;
116
+ label?: string | undefined;
116
117
  alarmsRefreshType?: "interval" | "realtime" | undefined;
117
118
  modules: never[];
118
119
  core_path: string;
@@ -183,6 +184,7 @@ export declare class CumulocityPlugin {
183
184
  rootTagName?: string | undefined;
184
185
  hideTypeDashboardForAssets?: boolean | undefined;
185
186
  versioningMatrix?: import("packages/client/lib").VersioningMatrix | undefined;
187
+ label?: string | undefined;
186
188
  alarmsRefreshType?: "interval" | "realtime" | undefined;
187
189
  };
188
190
  languagesKeys(): string[];
@@ -257,6 +259,7 @@ export declare class CumulocityPlugin {
257
259
  rootTagName?: string | undefined;
258
260
  hideTypeDashboardForAssets?: boolean | undefined;
259
261
  versioningMatrix?: import("packages/client/lib").VersioningMatrix | undefined;
262
+ label?: string | undefined;
260
263
  alarmsRefreshType?: "interval" | "realtime" | undefined;
261
264
  };
262
265
  copyDefinitionToImports(copy: any, context: any): Promise<string[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/devkit",
3
- "version": "1020.18.5",
3
+ "version": "1020.20.0",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "Cumulocity Webpack Build Facade",
@@ -46,8 +46,8 @@
46
46
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
47
47
  "@babel/plugin-transform-async-to-generator": "^7.18.6",
48
48
  "@babel/preset-env": "^7.24.4",
49
- "@c8y/client": "1020.18.5",
50
- "@c8y/options": "1020.18.5",
49
+ "@c8y/client": "1020.20.0",
50
+ "@c8y/options": "1020.20.0",
51
51
  "@schematics/angular": "^17.3.1",
52
52
  "angular-gettext-tools": "2.5.3",
53
53
  "autoprefixer": "10.4.19",