@nexus-cross/crossx-sdk-core 1.5.1 → 2.0.0

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
@@ -981,7 +981,7 @@ const J = class J extends Zs {
981
981
  }
982
982
  async _doInitialize(e) {
983
983
  var s, t;
984
- d.log("[CROSSx SDK] v1.5.1 초기화 중..."), this.confirmation.setMessages(fe(this._config.locale));
984
+ d.log("[CROSSx SDK] v2.0.0 초기화 중..."), this.confirmation.setMessages(fe(this._config.locale));
985
985
  try {
986
986
  const n = er();
987
987
  this.internalConfig.oauthServiceUrl = n.oauthServiceUrl, this.internalConfig.authApiUrl = n.authApiUrl, this.internalConfig.walletGatewayUrl = n.walletGatewayUrl, this.adapterConfig.gatewayUrl = n.walletGatewayUrl, (t = (s = this.crypto).setJWKSEndpoint) == null || t.call(s, `${n.authApiUrl}/.well-known/jwks.json`);
@@ -996,7 +996,7 @@ const J = class J extends Zs {
996
996
  d.log("[CROSSx] initialize: 비밀번호 입력 취소 — 지갑 미로드 상태로 계속");
997
997
  }
998
998
  }
999
- return this.initialized = !0, d.info("[CROSSx SDK] v1.5.1 초기화 완료"), this.emit("initialized", { restored: !!(o != null && o.success) }), o ?? null;
999
+ return this.initialized = !0, d.info("[CROSSx SDK] v2.0.0 초기화 완료"), this.emit("initialized", { restored: !!(o != null && o.success) }), o ?? null;
1000
1000
  } catch (n) {
1001
1001
  throw new x(p.AUTH_NOT_INITIALIZED, "SDK 초기화에 실패했습니다", n);
1002
1002
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexus-cross/crossx-sdk-core",
3
- "version": "1.5.1",
3
+ "version": "2.0.0",
4
4
  "description": "CROSSx Core SDK - Vanilla JavaScript Embedded Wallet SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",