@mcpher/gas-fakes 2.5.1 → 2.5.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.
package/package.json CHANGED
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "name": "@mcpher/gas-fakes",
41
41
  "author": "bruce mcpherson",
42
- "version": "2.5.1",
42
+ "version": "2.5.2",
43
43
  "license": "MIT",
44
44
  "main": "main.js",
45
45
  "description": "An implementation of the Google Workspace Apps Script runtime: Run native App Script Code on Node and Cloud Run",
@@ -111,6 +111,7 @@ class FakePropertiesService {
111
111
  constructor(type) {
112
112
  this.kind = ServiceKind.PROPERTIES
113
113
  this.type = type
114
+ Syncit.fxGetAccessTokenInfo();
114
115
  }
115
116
 
116
117
  /**
@@ -147,6 +148,7 @@ class FakeCacheService {
147
148
  constructor(type) {
148
149
  this.kind = ServiceKind.CACHE
149
150
  this.type = type
151
+ Syncit.fxGetAccessTokenInfo();
150
152
  }
151
153
 
152
154
  /**