@c8y/devkit 1019.6.11 → 1019.7.15

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.
@@ -247,7 +247,6 @@ export interface ApplicationOptions {
247
247
  /**
248
248
  * A matrix of versions indicating which versions of the application (key) are dependent on which version of a cumulocity component (API version and Web SDK version of the shell application currently supported, indicated by the value).
249
249
  * The versions of the dependent components can be indicated by a semver range.
250
- * @example
251
250
  * ```json
252
251
  * {
253
252
  * "1.0.0": {
@@ -299,7 +298,6 @@ export interface RemotePlugins {
299
298
  /**
300
299
  * A key value pair, while the value is an array of modules to load and the
301
300
  * key is the context path.
302
- * @example
303
301
  * ```js
304
302
  * {
305
303
  * 'cockpit': ['HomeDashboardModule', 'DataExplorerDashboard'],
@@ -1 +1 @@
1
- {"version":3,"file":"ApplicationOptions.js","sourceRoot":"","sources":["../../../src/webpack/ApplicationOptions.ts"],"names":[],"mappings":";;;AA8VA;;GAEG;AACH,IAAY,mBAkBX;AAlBD,WAAY,mBAAmB;IAC7B;;OAEG;IACH,oCAAa,CAAA;IACb;;;OAGG;IACH,wCAAiB,CAAA;IACjB;;OAEG;IACH,sDAA+B,CAAA;IAC/B;;OAEG;IACH,mCAAY,CAAA;AACd,CAAC,EAlBW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAkB9B"}
1
+ {"version":3,"file":"ApplicationOptions.js","sourceRoot":"","sources":["../../../src/webpack/ApplicationOptions.ts"],"names":[],"mappings":";;;AA4VA;;GAEG;AACH,IAAY,mBAkBX;AAlBD,WAAY,mBAAmB;IAC7B;;OAEG;IACH,oCAAa,CAAA;IACb;;;OAGG;IACH,wCAAiB,CAAA;IACjB;;OAEG;IACH,sDAA+B,CAAA;IAC/B;;OAEG;IACH,mCAAY,CAAA;AACd,CAAC,EAlBW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAkB9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/devkit",
3
- "version": "1019.6.11",
3
+ "version": "1019.7.15",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "Cumulocity Webpack Build Facade",
@@ -44,7 +44,7 @@
44
44
  "@babel/plugin-syntax-dynamic-import": "7.8.3",
45
45
  "@babel/plugin-transform-async-to-generator": "^7.18.6",
46
46
  "@babel/preset-env": "^7.23.8",
47
- "@c8y/client": "1019.6.11",
47
+ "@c8y/client": "1019.7.15",
48
48
  "@schematics/angular": "^15.2.6",
49
49
  "angular-gettext-tools": "2.5.3",
50
50
  "babel-eslint": "10.0.1",