@hexar/biometric-identity-sdk-core 1.0.2 → 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://joinhandy.com';
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexar/biometric-identity-sdk-core",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Core AI engine for biometric identity verification",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -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://joinhandy.com';
19
+ const API_ENDPOINT = 'https://biometry.hexar.com';
20
20
 
21
21
  export class BiometricIdentitySDK {
22
22
  private static instance: BiometricIdentitySDK | null = null;