@initia/interwovenkit-react 2.4.1 → 2.4.2
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.cjs +1 -1
- package/dist/index.js +5 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1746,7 +1746,9 @@ function xo() {
|
|
|
1746
1746
|
fee: I,
|
|
1747
1747
|
preferredFeeDenom: q,
|
|
1748
1748
|
client: D,
|
|
1749
|
-
|
|
1749
|
+
// Re-derive once per page session when auto-sign is enabled so direct
|
|
1750
|
+
// signing continues to work after reload.
|
|
1751
|
+
allowWalletDerivation: !0
|
|
1750
1752
|
});
|
|
1751
1753
|
return { client: D, signedTx: B };
|
|
1752
1754
|
}, x = async (A) => {
|
|
@@ -3311,7 +3313,7 @@ function dt() {
|
|
|
3311
3313
|
return S(
|
|
3312
3314
|
() => j.create({
|
|
3313
3315
|
prefixUrl: e,
|
|
3314
|
-
headers: { "InterwovenKit-Version": "2.4.
|
|
3316
|
+
headers: { "InterwovenKit-Version": "2.4.2" }
|
|
3315
3317
|
}),
|
|
3316
3318
|
[e]
|
|
3317
3319
|
);
|
|
@@ -8159,7 +8161,7 @@ const lv = "_countdown_vfms8_1", dv = {
|
|
|
8159
8161
|
version: Cv
|
|
8160
8162
|
}, Iv = () => /* @__PURE__ */ h("aside", { className: kv.version, children: [
|
|
8161
8163
|
"v",
|
|
8162
|
-
"2.4.
|
|
8164
|
+
"2.4.2"
|
|
8163
8165
|
] }), xv = "_link_se23z_1", Av = "_title_se23z_17", Sv = "_subtitle_se23z_23", $v = "_icon_se23z_30", Ms = {
|
|
8164
8166
|
link: xv,
|
|
8165
8167
|
title: Av,
|
package/package.json
CHANGED