@c8y/options 1021.49.4 → 1021.49.6

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.49.4",
3
+ "version": "1021.49.6",
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.49.4"
20
+ "@c8y/client": "1021.49.6"
21
21
  }
22
22
  }
@@ -180,7 +180,7 @@ export interface ApplicationOptions {
180
180
  /**
181
181
  * Allows to enable or disable context help, or to override the default base URL used to load its contents.
182
182
  * By default, the context help uses the same base URL as defined in the `docsBaseUrl` option
183
- * (if this option is undefined, then the following value will be used: `https://www.cumulocity.com`).
183
+ * (if this option is undefined, then the following value will be used: `https://cumulocity.com`).
184
184
  * Alternatively, if a string is provided here, it'll be used as the base URL
185
185
  * and any `{{ version }}` placeholder will be replaced with the relevant docs version.
186
186
  */