@hexar/biometric-identity-sdk-core 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -8,7 +8,7 @@ exports.BiometricIdentitySDK = void 0;
|
|
|
8
8
|
const types_1 = require("./types");
|
|
9
9
|
const BackendClient_1 = require("./api/BackendClient");
|
|
10
10
|
const i18n_1 = require("./i18n");
|
|
11
|
-
const API_ENDPOINT = 'https://
|
|
11
|
+
const API_ENDPOINT = 'https://biometry.hexar.com';
|
|
12
12
|
class BiometricIdentitySDK {
|
|
13
13
|
constructor(config) {
|
|
14
14
|
this.isBackendAvailable = false;
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
import { BackendClient, ChallengeResponse, ChallengeAction } from './api/BackendClient';
|
|
17
17
|
import { setLanguage, SupportedLanguage } from './i18n';
|
|
18
18
|
|
|
19
|
-
const API_ENDPOINT = 'https://
|
|
19
|
+
const API_ENDPOINT = 'https://biometry.hexar.com';
|
|
20
20
|
|
|
21
21
|
export class BiometricIdentitySDK {
|
|
22
22
|
private static instance: BiometricIdentitySDK | null = null;
|