@haechi-labs/face-sdk
Advanced tools
Comparing version 0.1.2 to 0.1.3-alpha.0
@@ -11,5 +11,5 @@ "use strict"; | ||
const blockchain = this.getBlockchainFromNetwork(network); | ||
this.iframe = new iframe_1.Iframe(apiKey, blockchain, | ||
// TODO: env is not configured yet, so need to change as env configured | ||
env !== null && env !== void 0 ? env : this.getDefaultEnv(network), this.getIframeUrl(env, iframeUrl)); | ||
const env1 = env !== null && env !== void 0 ? env : this.getDefaultEnv(network); | ||
this.iframe = new iframe_1.Iframe(apiKey, blockchain, env1, this.getIframeUrl(env1, iframeUrl)); | ||
} | ||
@@ -16,0 +16,0 @@ async getAddresses() { |
{ | ||
"name": "@haechi-labs/face-sdk", | ||
"version": "0.1.2", | ||
"version": "0.1.3-alpha.0", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "author": "", | ||
}, | ||
"gitHead": "14c89b10f192cf888e3308eff08ad95ac0a2f204", | ||
"gitHead": "199a374792e1c3323d9277c1609555af28785b34", | ||
"publishConfig": { | ||
@@ -29,0 +29,0 @@ "access": "public" |
@@ -21,8 +21,9 @@ import { | ||
const blockchain = this.getBlockchainFromNetwork(network); | ||
// TODO: env is not configured yet, so need to change as env configured | ||
const env1 = env ?? this.getDefaultEnv(network); | ||
this.iframe = new Iframe( | ||
apiKey, | ||
blockchain, | ||
// TODO: env is not configured yet, so need to change as env configured | ||
env ?? this.getDefaultEnv(network), | ||
this.getIframeUrl(env, iframeUrl) | ||
env1, | ||
this.getIframeUrl(env1, iframeUrl) | ||
); | ||
@@ -29,0 +30,0 @@ } |
Sorry, the diff of this file is not supported yet
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
59687
1412