@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/crossx.global +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
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]
|
|
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]
|
|
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
|
}
|