google-ads-api 21.0.0-beta → 21.0.0-beta-cache-test

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.
@@ -81,7 +81,7 @@ class Service {
81
81
  return token;
82
82
  }
83
83
  loadService(service) {
84
- const serviceCacheKey = `${String(service)}_${this.customerOptions.refresh_token}`;
84
+ const serviceCacheKey = `${service}_${this.clientOptions.client_id}_${this.customerOptions.refresh_token}`;
85
85
  if (serviceCache.has(serviceCacheKey)) {
86
86
  return serviceCache.get(serviceCacheKey);
87
87
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "google-ads-api",
3
- "version": "21.0.0-beta",
3
+ "version": "21.0.0-beta-cache-test",
4
4
  "description": "Google Ads API Client Library for Node.js",
5
5
  "repository": "https://github.com/Opteo/google-ads-api",
6
6
  "main": "build/src/index.js",