@blockfrost/blockfrost-js
Advanced tools
Comparing version 5.6.0-beta.0 to 5.6.0-beta.1
@@ -23,2 +23,4 @@ "use strict"; | ||
this.apiUrl = `${apiBase}/v${this.options.version}`; | ||
this.apiUrl = | ||
this.options?.customBackend || `${apiBase}/v${this.options.version}`; | ||
this.userAgent = | ||
@@ -25,0 +27,0 @@ options?.userAgent ?? `${packageJson.name}@${packageJson.version}`; |
{ | ||
"name": "@blockfrost/blockfrost-js", | ||
"version": "5.6.0-beta.0", | ||
"version": "5.6.0-beta.1", | ||
"description": "A JavaScript/TypeScript SDK for interacting with the https://blockfrost.io API", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
245160
5181