common-types
Advanced tools
Comparing version 1.6.11 to 1.6.12
@@ -33,2 +33,4 @@ /** | ||
export declare type uri = string; | ||
/** a string which represents zipped content run through a base64 conversion process to a string */ | ||
export declare type Base64Zip = string; | ||
export declare const STAGE_MAP: IDictionary<string>; | ||
@@ -35,0 +37,0 @@ export declare function STAGE(stage: string): string; |
{ | ||
"name": "common-types", | ||
"version": "1.6.11", | ||
"version": "1.6.12", | ||
"description": "Common types not included in Typescript", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/lifegadget/common-types", |
Sorry, the diff of this file is not supported yet
13611
214