@c8y/devkit 1022.4.17 → 1022.6.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.
@@ -58,8 +58,8 @@ export declare class CumulocityPlugin {
58
58
  author?: string | undefined;
59
59
  license?: string | undefined;
60
60
  upgrade?: boolean | undefined;
61
- enableAllBetaFeatures?: boolean | undefined;
62
- hideBetaPreview?: boolean | undefined;
61
+ enableAllPreviewFeatures?: boolean | undefined;
62
+ hidePreviewFeature?: boolean | undefined;
63
63
  dynamicOptionsUrl?: (string | boolean) | undefined;
64
64
  faviconUrl?: string | undefined;
65
65
  brandingUrl?: string | undefined;
@@ -140,8 +140,8 @@ export declare class CumulocityPlugin {
140
140
  author?: string | undefined;
141
141
  license?: string | undefined;
142
142
  upgrade?: boolean | undefined;
143
- enableAllBetaFeatures?: boolean | undefined;
144
- hideBetaPreview?: boolean | undefined;
143
+ enableAllPreviewFeatures?: boolean | undefined;
144
+ hidePreviewFeature?: boolean | undefined;
145
145
  dynamicOptionsUrl?: (string | boolean) | undefined;
146
146
  faviconUrl?: string | undefined;
147
147
  brandingUrl?: string | undefined;
@@ -224,8 +224,8 @@ export declare class CumulocityPlugin {
224
224
  author?: string | undefined;
225
225
  license?: string | undefined;
226
226
  upgrade?: boolean | undefined;
227
- enableAllBetaFeatures?: boolean | undefined;
228
- hideBetaPreview?: boolean | undefined;
227
+ enableAllPreviewFeatures?: boolean | undefined;
228
+ hidePreviewFeature?: boolean | undefined;
229
229
  dynamicOptionsUrl?: (string | boolean) | undefined;
230
230
  faviconUrl?: string | undefined;
231
231
  brandingUrl?: string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/devkit",
3
- "version": "1022.4.17",
3
+ "version": "1022.6.0",
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.26.8",
51
- "@c8y/client": "1022.4.17",
52
- "@c8y/options": "1022.4.17",
53
- "@c8y/toolkit": "1022.4.17",
51
+ "@c8y/client": "1022.6.0",
52
+ "@c8y/options": "1022.6.0",
53
+ "@c8y/toolkit": "1022.6.0",
54
54
  "@inquirer/prompts": "7.3.1",
55
55
  "@schematics/angular": "^19.2.14",
56
56
  "JSONPath": "0.11.2",