@c8y/options 1021.75.2 → 1021.75.7
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.75.
|
|
3
|
+
"version": "1021.75.7",
|
|
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.75.
|
|
20
|
+
"@c8y/client": "1021.75.7"
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -271,7 +271,7 @@ export interface ApplicationOptions {
|
|
|
271
271
|
*/
|
|
272
272
|
versioningMatrix?: VersioningMatrix;
|
|
273
273
|
/**
|
|
274
|
-
* Is used for plugins to indicate their owner.
|
|
274
|
+
* Is used for plugins to indicate their owner. Cumulocity plugins are marked with OFFICIAL label.
|
|
275
275
|
*/
|
|
276
276
|
label?: string;
|
|
277
277
|
/**
|