hanbiro-react16-sdk 1.0.33 → 1.0.34
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* hanbiro-react16-sdk v1.0.
|
|
2
|
+
* hanbiro-react16-sdk v1.0.34
|
|
3
3
|
* Build Date: 2026-06-23
|
|
4
4
|
*/
|
|
5
5
|
function _toArray(r) { return _arrayWithHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableRest(); }
|
|
@@ -2148,7 +2148,8 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
|
|
|
2148
2148
|
}
|
|
2149
2149
|
}, window.hanSessionStatus = L);
|
|
2150
2150
|
var getSigner = function getSigner() {
|
|
2151
|
-
var
|
|
2151
|
+
var _a2;
|
|
2152
|
+
var existed = (_a2 = window == null ? void 0 : window.parent) == null ? void 0 : _a2.HanSigCommon;
|
|
2152
2153
|
if (existed) {
|
|
2153
2154
|
return existed;
|
|
2154
2155
|
} else {
|
package/dist/index.js
CHANGED
package/dist/utils/api.js
CHANGED
|
@@ -37,7 +37,8 @@ var __async = (__this, __arguments, generator) => {
|
|
|
37
37
|
import { getBaseUrl } from "./url.js";
|
|
38
38
|
import { ClientSigner as W } from "../node_modules/@hanbiro/signer-core/dist/index.js";
|
|
39
39
|
const getSigner = () => {
|
|
40
|
-
|
|
40
|
+
var _a;
|
|
41
|
+
const existed = (_a = window == null ? void 0 : window.parent) == null ? void 0 : _a.HanSigCommon;
|
|
41
42
|
if (existed) {
|
|
42
43
|
return existed;
|
|
43
44
|
} else {
|