@c8y/options 1021.63.2 → 1021.66.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c8y/options",
|
|
3
|
-
"version": "1021.
|
|
3
|
+
"version": "1021.66.0",
|
|
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.
|
|
20
|
+
"@c8y/client": "1021.66.0"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -338,6 +338,10 @@ export interface PluginsExports {
|
|
|
338
338
|
* The file path to the module typescript file.
|
|
339
339
|
*/
|
|
340
340
|
path: string;
|
|
341
|
+
/**
|
|
342
|
+
* The path to the README file of the plugin.
|
|
343
|
+
*/
|
|
344
|
+
readmePath?: string;
|
|
341
345
|
/**
|
|
342
346
|
* An short description about what the module does.
|
|
343
347
|
*/
|