@c8y/options 1021.22.144 → 1021.22.145

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/options",
3
- "version": "1021.22.144",
3
+ "version": "1021.22.145",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity",
6
6
  "description": "Cumulocity application options",
@@ -17,6 +17,6 @@
17
17
  "options"
18
18
  ],
19
19
  "peerDependencies": {
20
- "@c8y/client": "1021.22.144"
20
+ "@c8y/client": "1021.22.145"
21
21
  }
22
22
  }
@@ -36,7 +36,7 @@ export interface ApplicationOptions {
36
36
  * If set to `false`, no dynamic options will be fetched.
37
37
  * */
38
38
  dynamicOptionsUrl?: string | boolean;
39
- /** URL to favicon. */
39
+ /** URL to favicon. Will be ignored for security reasons if provided as a URL query parameter. */
40
40
  faviconUrl?: string;
41
41
  /** URL to `*.css` file which will replace default branding. Will be ignored for security reasons if provided as a URL query parameter. */
42
42
  brandingUrl?: string;