@pioneer-platform/changelly-client 8.3.4 → 8.3.5

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/lib/index.js +2 -0
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -144,6 +144,8 @@ function create_transaction(from, to, address, amount, extraId) {
144
144
  memo: data.payinExtraId,
145
145
  }
146
146
  };
147
+ output.tx = tx;
148
+ output.raw = data;
147
149
  return [2 /*return*/, output];
148
150
  case 2:
149
151
  e_1 = _a.sent();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/changelly-client",
3
- "version": "8.3.4",
3
+ "version": "8.3.5",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {