youzanyun-sdk-nodejs
Advanced tools
Comparing version 2.0.0-beta.12 to 2.0.0-beta.13
@@ -76,4 +76,5 @@ "use strict"; | ||
CLIENT_ID | ||
} = this._getCurrentSecret; // 从缓存中获取token | ||
} = this._getCurrentSecret(); // 从缓存中获取token | ||
const tokenInfo = this._tokenCache.get(CLIENT_ID, kdtId, this.logger); | ||
@@ -80,0 +81,0 @@ |
{ | ||
"name": "youzanyun-sdk-nodejs", | ||
"version": "2.0.0-beta.12", | ||
"version": "2.0.0-beta.13", | ||
"description": "有赞云 nodejs sdk", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -38,3 +38,3 @@ const TokenService = require('./token'); | ||
const { CLIENT_ID } = this._getCurrentSecret; | ||
const { CLIENT_ID } = this._getCurrentSecret(); | ||
@@ -41,0 +41,0 @@ // 从缓存中获取token |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34909