@mcpher/gas-fakes 1.2.14 → 1.2.15

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/package.json CHANGED
@@ -11,17 +11,14 @@
11
11
  "commander": "^14.0.1",
12
12
  "dotenv": "^17.2.3",
13
13
  "exceljs": "^4.4.0",
14
- "fast-json-stable-stringify": "^2.1.0",
15
14
  "get-stream": "^9.0.1",
16
15
  "googleapis": "^161.0.0",
17
16
  "got": "^14.4.7",
18
17
  "into-stream": "^8.0.1",
19
- "is": "^3.3.2",
20
18
  "keyv": "^5.5.0",
21
19
  "keyv-file": "^5.1.3",
22
20
  "mime": "^4.0.7",
23
21
  "sleep-synchronously": "^2.0.0",
24
- "to-readable-stream": "^4.0.0",
25
22
  "unzipper": "^0.12.3",
26
23
  "zod": "^3.25.76"
27
24
  },
@@ -34,7 +31,7 @@
34
31
  },
35
32
  "name": "@mcpher/gas-fakes",
36
33
  "author": "bruce mcpherson",
37
- "version": "1.2.14",
34
+ "version": "1.2.15",
38
35
  "license": "MIT",
39
36
  "main": "main.js",
40
37
  "description": "A proof of concept implementation of Apps Script Environment on Node",
@@ -90,7 +90,7 @@ const fxStreamUpMedia = ({
90
90
  bytes: blob ? blob.getBytes() : null,
91
91
  fields,
92
92
  method,
93
- mimeType: file.mimeType || blob?.getContentType(),
93
+ mimeType: blob?.getContentType() || file.mimeType,
94
94
  fileId,
95
95
  params,
96
96
  });