@c8y/devkit 1023.80.2 → 1023.81.2

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.
@@ -75,7 +75,7 @@ export declare class CumulocityPlugin {
75
75
  extraCss?: string | undefined;
76
76
  docs?: import("@c8y/options").Docs | undefined;
77
77
  icon?: import("@c8y/options").Icon | undefined;
78
- noAppSwitcher?: boolean | undefined;
78
+ noAppSwitcher?: boolean | string | undefined;
79
79
  globalTitle?: string | undefined;
80
80
  hidePowered?: boolean | undefined;
81
81
  hideHeader?: boolean | undefined;
@@ -165,7 +165,7 @@ export declare class CumulocityPlugin {
165
165
  extraCss?: string | undefined;
166
166
  docs?: import("@c8y/options").Docs | undefined;
167
167
  icon?: import("@c8y/options").Icon | undefined;
168
- noAppSwitcher?: boolean | undefined;
168
+ noAppSwitcher?: boolean | string | undefined;
169
169
  globalTitle?: string | undefined;
170
170
  hidePowered?: boolean | undefined;
171
171
  hideHeader?: boolean | undefined;
@@ -259,7 +259,7 @@ export declare class CumulocityPlugin {
259
259
  extraCss?: string | undefined;
260
260
  docs?: import("@c8y/options").Docs | undefined;
261
261
  icon?: import("@c8y/options").Icon | undefined;
262
- noAppSwitcher?: boolean | undefined;
262
+ noAppSwitcher?: boolean | string | undefined;
263
263
  globalTitle?: string | undefined;
264
264
  hidePowered?: boolean | undefined;
265
265
  hideHeader?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/devkit",
3
- "version": "1023.80.2",
3
+ "version": "1023.81.2",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "Cumulocity Webpack Build Facade",
@@ -48,9 +48,9 @@
48
48
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
49
49
  "@babel/plugin-transform-async-to-generator": "^7.18.6",
50
50
  "@babel/preset-env": "^7.28.3",
51
- "@c8y/client": "1023.80.2",
52
- "@c8y/options": "1023.80.2",
53
- "@c8y/toolkit": "1023.80.2",
51
+ "@c8y/client": "1023.81.2",
52
+ "@c8y/options": "1023.81.2",
53
+ "@c8y/toolkit": "1023.81.2",
54
54
  "@inquirer/prompts": "7.7.1",
55
55
  "@schematics/angular": "^20.3.24",
56
56
  "JSONPath": "0.11.2",