@shipstatic/drop 0.2.15 → 0.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -11756,7 +11756,7 @@ for (const type in import_mime_db.default) {
|
|
|
11756
11756
|
}
|
|
11757
11757
|
function getMimeType(path) {
|
|
11758
11758
|
const extension = path.includes(".") ? path.substring(path.lastIndexOf(".") + 1).toLowerCase() : "";
|
|
11759
|
-
return extensionToMimeMap[extension] || "
|
|
11759
|
+
return extensionToMimeMap[extension] || "";
|
|
11760
11760
|
}
|
|
11761
11761
|
|
|
11762
11762
|
// src/utils/zipExtractor.ts
|