@sebspark/gcp-iam 0.2.0 → 0.2.1

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/dist/index.js CHANGED
@@ -67,7 +67,6 @@ var apiGatewayJwtCache = new LruCache({
67
67
  });
68
68
  var getApiGatewayToken = async (apiURL, logger) => {
69
69
  const cachedJwt = apiGatewayJwtCache.get(apiURL);
70
- console.log(cachedJwt);
71
70
  if (cachedJwt) {
72
71
  return cachedJwt;
73
72
  }
package/dist/index.mjs CHANGED
@@ -41,7 +41,6 @@ var apiGatewayJwtCache = new LruCache({
41
41
  });
42
42
  var getApiGatewayToken = async (apiURL, logger) => {
43
43
  const cachedJwt = apiGatewayJwtCache.get(apiURL);
44
- console.log(cachedJwt);
45
44
  if (cachedJwt) {
46
45
  return cachedJwt;
47
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sebspark/gcp-iam",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "license": "Apache-2.0",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",