@dhedge/trading-widget 4.1.2-canary.0 → 4.1.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.
Files changed (3) hide show
  1. package/index.cjs +1 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -17449,7 +17449,7 @@ const _N = () => {
17449
17449
  assets: t,
17450
17450
  getSwapData: e,
17451
17451
  signal: n,
17452
- buildKey: ({ sourceAddress: r, amount: a }) => wb({ sourceAddress: r, amount: a })
17452
+ buildKey: wb
17453
17453
  }), RN = async ({
17454
17454
  assets: t,
17455
17455
  getSwapData: e,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhedge/trading-widget",
3
- "version": "4.1.2-canary.0",
3
+ "version": "4.1.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./index.cjs",