@nexus-cross/crossx-sdk-core 2.1.2-beta.2 → 2.1.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.
package/dist/index.js CHANGED
@@ -1920,7 +1920,7 @@ const Ie = class Ie extends fs {
1920
1920
  }
1921
1921
  async _doInitialize(e) {
1922
1922
  var r, t;
1923
- u.log("[CROSSx SDK] v2.1.2-beta.2 초기화 중..."), this.confirmation.setMessages(xe(this._config.locale));
1923
+ u.log("[CROSSx SDK] v2.1.3 초기화 중..."), this.confirmation.setMessages(xe(this._config.locale));
1924
1924
  try {
1925
1925
  const n = hr();
1926
1926
  this.internalConfig.oauthServiceUrl = n.oauthServiceUrl, this.internalConfig.authApiUrl = n.authApiUrl, this.internalConfig.walletGatewayUrl = n.walletGatewayUrl, this.adapterConfig.gatewayUrl = n.walletGatewayUrl, (t = (r = this.crypto).setJWKSEndpoint) == null || t.call(r, `${n.authApiUrl}/.well-known/jwks.json`);
@@ -1937,7 +1937,7 @@ const Ie = class Ie extends fs {
1937
1937
  throw d;
1938
1938
  u.log("[CROSSx] initialize: 비밀번호 입력 취소 — 지갑 미로드 상태로 계속");
1939
1939
  }
1940
- return this.initialized = !0, u.info("[CROSSx SDK] v2.1.2-beta.2 초기화 완료"), this.emit("initialized", { restored: !!(c != null && c.success) }), c ?? null;
1940
+ return this.initialized = !0, u.info("[CROSSx SDK] v2.1.3 초기화 완료"), this.emit("initialized", { restored: !!(c != null && c.success) }), c ?? null;
1941
1941
  } catch (n) {
1942
1942
  throw new g(h.AUTH_NOT_INITIALIZED, "SDK 초기화에 실패했습니다", n);
1943
1943
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cross/crossx-sdk-core",
3
- "version": "2.1.2-beta.2",
3
+ "version": "2.1.3",
4
4
  "description": "CROSSx Core SDK - Vanilla JavaScript Embedded Wallet SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",