@tokenex/tokenex-iframe
Advanced tools
Comparing version 3.67.1-beta.4 to 3.67.1-beta.5
@@ -49,3 +49,3 @@ export declare const DEFAULT_EXPIRATION_TIME = 1200; | ||
*/ | ||
env: "test" | "production" | "eu" | "local" | "dev" | "staging" | "pcipro"; | ||
env: "test" | "production" | "eu" | "local" | "dev" | "staging" | "pcipro" | "eupcipro"; | ||
/** Settings that get passed to the iframe before it is loaded */ | ||
@@ -202,4 +202,5 @@ initialSettings: ParamSettings; | ||
pcipro: string; | ||
eupcipro: string; | ||
} | ||
export declare let environments: Environments; | ||
export {}; |
@@ -57,3 +57,4 @@ const H = (t, i, c = !1, r = null, f = "") => { | ||
eu: "https://eu1-htp.tokenex.com", | ||
pcipro: "https://htp.pcipro.co" | ||
pcipro: "https://htp.pcipro.co", | ||
eupcipro: "https://eu1-htp.pcipro.co" | ||
}; | ||
@@ -934,3 +935,3 @@ ({}).VITE_APP_ENVIRONMENTS_LOCAL && (O = { | ||
authenticationKey: m, | ||
iframeVersion: "3.67.1-beta.4", | ||
iframeVersion: "3.67.1-beta.5", | ||
...f | ||
@@ -937,0 +938,0 @@ }, y = z(h, { |
{ | ||
"name": "@tokenex/tokenex-iframe", | ||
"version": "3.67.1-beta.4", | ||
"version": "3.67.1-beta.5", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/tokenex-iframe.umd.cjs", |
Sorry, the diff of this file is not supported yet
105886
1602