@pioneer-platform/changelly-client 8.3.18 → 8.3.19

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 +1 -1
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -150,7 +150,7 @@ function create_transaction(from, to, address, amount, extraId) {
150
150
  output = {};
151
151
  output.steps = 1;
152
152
  output.complete = true;
153
- output.source = 'chaingelly';
153
+ output.source = 'changelly';
154
154
  output.meta = {
155
155
  quoteMode: "CHANGELLY"
156
156
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/changelly-client",
3
- "version": "8.3.18",
3
+ "version": "8.3.19",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {