@microsoft/mgt-element
Advanced tools
Comparing version 2.1.0-preview.17ba514 to 2.1.0-preview.1d6fd02
@@ -165,21 +165,6 @@ /** | ||
stores: { | ||
[name: string]: CacheSchemaStore; | ||
[name: string]: string; | ||
}; | ||
} | ||
/** | ||
* Represents an individual store within each cache | ||
* | ||
* @export | ||
* @interface CacheSchemaStore | ||
*/ | ||
export interface CacheSchemaStore { | ||
/** | ||
* key used to access values in the cache | ||
* | ||
* @type {string} | ||
* @memberof CacheSchemaStore | ||
*/ | ||
key?: string; | ||
} | ||
/** | ||
* item that is stored in cache | ||
@@ -186,0 +171,0 @@ * |
{ | ||
"name": "@microsoft/mgt-element", | ||
"version": "2.1.0-preview.17ba514", | ||
"version": "2.1.0-preview.1d6fd02", | ||
"description": "Microsoft Graph Toolkit base classes", | ||
@@ -31,3 +31,2 @@ "homepage": "https://github.com/microsoftgraph/microsoft-graph-toolkit", | ||
"setVersion": "gulp setVersion --cwd .", | ||
"setLicense": "gulp setLicense --cwd .", | ||
"postpack": "cpx *.tgz ../../artifacts" | ||
@@ -34,0 +33,0 @@ }, |
@@ -235,21 +235,6 @@ /** | ||
*/ | ||
stores: { [name: string]: CacheSchemaStore }; | ||
stores: { [name: string]: string }; | ||
} | ||
/** | ||
* Represents an individual store within each cache | ||
* | ||
* @export | ||
* @interface CacheSchemaStore | ||
*/ | ||
export interface CacheSchemaStore { | ||
/** | ||
* key used to access values in the cache | ||
* | ||
* @type {string} | ||
* @memberof CacheSchemaStore | ||
*/ | ||
key?: string; | ||
} | ||
/** | ||
* item that is stored in cache | ||
@@ -256,0 +241,0 @@ * |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
770743
6859