codesandbox-import-util-types
Advanced tools
Comparing version 2.1.9 to 2.1.15
export interface IModule { | ||
content: string; | ||
content: string; // If isBinary is true this will be a URL | ||
isBinary: boolean; | ||
@@ -7,2 +7,6 @@ type?: "file"; | ||
export interface IBinaryModule extends IModule { | ||
binaryContent: string; | ||
} | ||
export interface IDirectory { | ||
@@ -13,3 +17,3 @@ type: "directory"; | ||
export interface INormalizedModules { | ||
[path: string]: IModule | IDirectory; | ||
[path: string]: IModule | IBinaryModule | IDirectory; | ||
} | ||
@@ -22,2 +26,3 @@ | ||
isBinary: boolean; | ||
binaryContent?: string; | ||
directoryShortid: string | undefined | null; | ||
@@ -24,0 +29,0 @@ } |
{ | ||
"name": "codesandbox-import-util-types", | ||
"version": "2.1.9", | ||
"gitHead": "023c846e35e40478911d78eef3524c8aec36c4e0" | ||
"version": "2.1.15", | ||
"gitHead": "3cdcdea389d39f2a92be73dcb73496f68c8ada41" | ||
} |
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
8901
0
63