Comparing version 1.2.5 to 1.3.1
@@ -125,2 +125,7 @@ /** | ||
}; | ||
/** | ||
* Represents a list of icon names | ||
* @example ["nodejs", "python", "docker"] | ||
*/ | ||
type IconListJSON = string[]; | ||
@@ -201,2 +206,2 @@ declare const icons: IconsJSON; | ||
export { type ExtensionMapJSON, type FileNamesMapJSON, type IconsJSON, type LanguageData, type LanguageWithIconsData, type LanguagesJSON, type LanguagesWithIconsJSON, extensionMap, fileNamesMap, getBaseFilenameFromRelativePath, getExtensionsFromRelativePath, getIcon, getIconList, getLanguage, icons, iconsLight, languages }; | ||
export { type ExtensionMapJSON, type FileNamesMapJSON, type IconListJSON, type IconsJSON, type LanguageData, type LanguageWithIconsData, type LanguagesJSON, type LanguagesWithIconsJSON, extensionMap, fileNamesMap, getBaseFilenameFromRelativePath, getExtensionsFromRelativePath, getIcon, getIconList, getLanguage, icons, iconsLight, languages }; |
{ | ||
"name": "omni-file", | ||
"version": "1.2.5", | ||
"version": "1.3.1", | ||
"description": "You got a filename/foldername we got all its info: icon, category, type, extensions, mime type, color, and more...", | ||
@@ -5,0 +5,0 @@ "homepage": "https://codyadam.github.io/omni-file/", |
@@ -118,3 +118,3 @@ # omni-file | ||
![TypeScript](https://github.com/CodyAdam/omni-file/raw/main/public/icons/typescript.svg) | ||
<img src="https://github.com/CodyAdam/omni-file/raw/main/public/icons/typescript.svg" alt="TypeScript" width="64" height="64"> | ||
@@ -121,0 +121,0 @@ ### Example using raw data |
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 too big to display
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
1757479
3451