@pioneer-platform/mayachain-client 0.0.13 → 0.0.15

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 +2 -2
package/lib/index.js CHANGED
@@ -145,7 +145,7 @@ var get_quote = function (quote) {
145
145
  throw Error("Unable to get pools from network!");
146
146
  log.info(tag, "pools: ", pools);
147
147
  output.meta = {
148
- quoteMode: "MAYA-OUT"
148
+ quoteMode: "MAYA_SUPPORTED_TO_MAYA_SUPPORTED"
149
149
  };
150
150
  output.steps = 1;
151
151
  output.complete = true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/mayachain-client",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "dependencies": {
@@ -30,5 +30,5 @@
30
30
  "ts-jest": "^29.0.5",
31
31
  "typescript": "^5.0.2"
32
32
  },
33
- "gitHead": "4c12b840606a82a8dabf03389e9c32c44d1efda6"
33
+ "gitHead": "a9beb6af61366ac8ed20e1df6701828bd6805e5f"
34
34
  }