@mcpher/gas-fakes 1.2.3 → 1.2.4

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/README.md CHANGED
@@ -158,3 +158,4 @@ As I mentioned earlier, to take this further, I'm going to need a lot of help to
158
158
  - [sandbox](sandbox.md)
159
159
  - [named range identity](named-range-identity.md)
160
160
  - [adc and restricted scopes](https://ramblings.mcpher.com/how-to-allow-access-to-sensitive-scopes-with-application-default-credentials/)
161
+ - [push test pull](pull-test-push.md)
package/package.json CHANGED
@@ -26,7 +26,6 @@
26
26
  },
27
27
  "type": "module",
28
28
  "scripts": {
29
-
30
29
  "test": "node --env-file=./.env ./test/test.js",
31
30
  "testdrive": "node --env-file=./.env ./test/testdrive.js execute",
32
31
  "testsheetsdatavalidations": "node --env-file=./.env ./test/testsheetsdatavalidations.js execute",
@@ -74,7 +73,7 @@
74
73
  },
75
74
  "name": "@mcpher/gas-fakes",
76
75
  "author": "bruce mcpherson",
77
- "version": "1.2.3",
76
+ "version": "1.2.4",
78
77
  "license": "MIT",
79
78
  "main": "main.js",
80
79
  "description": "A proof of concept implementation of Apps Script Environment on Node",
@@ -109,8 +109,7 @@ export class FakeSpreadsheetApp {
109
109
  return "SpreadsheetApp";
110
110
  }
111
111
 
112
- /**
113
- }
112
+
114
113
  enableBigQueryExecution() {
115
114
  const { nargs, matchThrow } = signatureArgs(
116
115
  arguments,