@mcpher/gas-fakes 1.2.30 → 1.2.31

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
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "name": "@mcpher/gas-fakes",
36
36
  "author": "bruce mcpherson",
37
- "version": "1.2.30",
37
+ "version": "1.2.31",
38
38
  "license": "MIT",
39
39
  "main": "main.js",
40
40
  "description": "A proof of concept implementation of Apps Script Environment on Node",
@@ -33,7 +33,7 @@ export const wontBeImplemented = (item="That") => {
33
33
  throw new Error(mess)
34
34
  }
35
35
  // added parents to the minfield length as its often needed
36
- const minFieldsList = ["name","id","mimeType","kind","parents","md5Checksum","size"]
36
+ const minFieldsList = ["name","id","mimeType","kind","parents","md5Checksum","size","trashed","createdTime","modifiedTime"]
37
37
  /**
38
38
  * minimum fields these are the filds I'll take back from the API to enable basic DriveApp - these are the defaults returned by the api
39
39
  * any other will be picked up on demand