codesandbox-import-util-types
Advanced tools
Comparing version 2.1.15 to 2.2.0
@@ -5,2 +5,3 @@ export interface IModule { | ||
type?: "file"; | ||
uploadId?: string | ||
} | ||
@@ -26,2 +27,3 @@ | ||
binaryContent?: string; | ||
uploadId?: string | ||
directoryShortid: string | undefined | null; | ||
@@ -28,0 +30,0 @@ } |
{ | ||
"name": "codesandbox-import-util-types", | ||
"version": "2.1.15", | ||
"gitHead": "3cdcdea389d39f2a92be73dcb73496f68c8ada41" | ||
"version": "2.2.0", | ||
"gitHead": "c9b155601eab75e3e14a0e30cd38742a0b8f56ca" | ||
} |
8940
65