Comparing version 3.1.2-alpha.64 to 3.1.2-alpha.91
{ | ||
"name": "cdeops", | ||
"version": "3.1.2-alpha.64", | ||
"version": "3.1.2-alpha.91", | ||
"description": "Cdecode - Extension API: build extensions that enhance coding experience in your cdeops editor", | ||
@@ -32,3 +32,3 @@ "license": "Apache-2.0", | ||
}, | ||
"gitHead": "24f0511730f006e5e4fc24dcacc93e61b4457c2d" | ||
"gitHead": "a6abd056b1eabde7348ef7545fb43937cc2cc08e" | ||
} |
@@ -605,2 +605,7 @@ /// <reference path="./subscription.d.ts"/> | ||
/** | ||
* The configuration scope which can be a | ||
* a `resource` | ||
*/ | ||
export type ConfigurationScope = Uri | OrganizationResource | { uri?: Uri; machineId: string }; | ||
/** | ||
* An event describing the change in Configuration | ||
@@ -607,0 +612,0 @@ */ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68429
1710