@vm0/cli 9.138.1 → 9.138.2

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.
@@ -74090,7 +74090,7 @@ if (DSN) {
74090
74090
  init2({
74091
74091
  dsn: DSN,
74092
74092
  environment: process.env.SENTRY_ENVIRONMENT ?? "production",
74093
- release: "9.138.1",
74093
+ release: "9.138.2",
74094
74094
  sendDefaultPii: false,
74095
74095
  tracesSampleRate: 0,
74096
74096
  shutdownTimeout: 500,
@@ -74109,7 +74109,7 @@ if (DSN) {
74109
74109
  }
74110
74110
  });
74111
74111
  setContext("cli", {
74112
- version: "9.138.1",
74112
+ version: "9.138.2",
74113
74113
  command: process.argv.slice(2).join(" ")
74114
74114
  });
74115
74115
  setContext("runtime", {
@@ -104910,10 +104910,20 @@ var MIME_BY_EXTENSION = {
104910
104910
  ".jpeg": "image/jpeg",
104911
104911
  ".gif": "image/gif",
104912
104912
  ".webp": "image/webp",
104913
+ ".avif": "image/avif",
104913
104914
  ".svg": "image/svg+xml",
104914
104915
  ".mp4": "video/mp4",
104915
104916
  ".webm": "video/webm",
104916
104917
  ".mov": "video/quicktime",
104918
+ ".aac": "audio/aac",
104919
+ ".flac": "audio/flac",
104920
+ ".m4a": "audio/mp4",
104921
+ ".mp3": "audio/mpeg",
104922
+ ".mpga": "audio/mpga",
104923
+ ".ogg": "audio/ogg",
104924
+ ".opus": "audio/opus",
104925
+ ".wav": "audio/wav",
104926
+ ".wave": "audio/wave",
104917
104927
  ".pdf": "application/pdf",
104918
104928
  ".txt": "text/plain",
104919
104929
  ".csv": "text/csv",
@@ -121086,4 +121096,4 @@ undici/lib/web/fetch/body.js:
121086
121096
  undici/lib/web/websocket/frame.js:
121087
121097
  (*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
121088
121098
  */
121089
- //# sourceMappingURL=chunk-6ZCTZRBW.js.map
121099
+ //# sourceMappingURL=chunk-5GETKYXH.js.map