longbridge
Advanced tools
Comparing version 0.2.29 to 0.2.31
@@ -494,2 +494,7 @@ /* tslint:disable */ | ||
static fromEnv(): Config | ||
/** | ||
* Gets a new `access_token`, and also replaces the `access_token` in | ||
* `Config` | ||
*/ | ||
refreshAccessToken(): Promise<string> | ||
} | ||
@@ -496,0 +501,0 @@ export class Decimal { |
{ | ||
"name": "longbridge", | ||
"version": "0.2.29", | ||
"version": "0.2.31", | ||
"main": "index.js", | ||
@@ -35,7 +35,7 @@ "types": "index.d.ts", | ||
"optionalDependencies": { | ||
"longbridge-win32-x64-msvc": "0.2.29", | ||
"longbridge-darwin-x64": "0.2.29", | ||
"longbridge-linux-x64-gnu": "0.2.29", | ||
"longbridge-darwin-arm64": "0.2.29" | ||
"longbridge-win32-x64-msvc": "0.2.31", | ||
"longbridge-darwin-x64": "0.2.31", | ||
"longbridge-linux-x64-gnu": "0.2.31", | ||
"longbridge-darwin-arm64": "0.2.31" | ||
} | ||
} |
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
71067
2542