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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. 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: void 0,
106401
+ clientKey: "",
106402
106402
  refreshInterval: 15e3,
106403
- appName: void 0,
106404
- environment: void 0
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.127",
3
+ "version": "1.0.128",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",