gotrip-fx-transaction-form 1.0.127 → 1.0.128
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/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -106398,10 +106398,10 @@ const MXe = ({
|
|
|
106398
106398
|
] });
|
|
106399
106399
|
}, BXe = {
|
|
106400
106400
|
url: void 0,
|
|
106401
|
-
clientKey:
|
|
106401
|
+
clientKey: "",
|
|
106402
106402
|
refreshInterval: 15e3,
|
|
106403
|
-
appName:
|
|
106404
|
-
environment:
|
|
106403
|
+
appName: "default",
|
|
106404
|
+
environment: "production"
|
|
106405
106405
|
}, UXe = ({ children: e }) => /* @__PURE__ */ y.jsx(vbe, { config: BXe, children: e }), dJe = {
|
|
106406
106406
|
init: async (e) => {
|
|
106407
106407
|
if (!e.containerId && !e.container)
|