@microsoft/mgt-element
Advanced tools
Comparing version 2.1.0-preview.17ba514 to 2.1.0-preview.234adee
@@ -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.234adee", | ||
"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
771690
6859