@shipstatic/drop 0.2.14 → 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 CHANGED
@@ -11702,7 +11702,7 @@ var require_mime_db = __commonJS({
11702
11702
  }
11703
11703
  });
11704
11704
 
11705
- // node_modules/.pnpm/@shipstatic+types@0.4.22/node_modules/@shipstatic/types/dist/index.js
11705
+ // node_modules/.pnpm/@shipstatic+types@0.4.23/node_modules/@shipstatic/types/dist/index.js
11706
11706
  var ErrorType;
11707
11707
  (function(ErrorType2) {
11708
11708
  ErrorType2["Validation"] = "validation_failed";
@@ -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] || "application/octet-stream";
11759
+ return extensionToMimeMap[extension] || "";
11760
11760
  }
11761
11761
 
11762
11762
  // src/utils/zipExtractor.ts