@xchainjs/xchain-mayachain-amm 3.0.12 → 3.0.13

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.
package/lib/index.esm.js CHANGED
@@ -27,7 +27,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
27
27
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
28
28
  PERFORMANCE OF THIS SOFTWARE.
29
29
  ***************************************************************************** */
30
- /* global Reflect, Promise, SuppressedError, Symbol */
30
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
31
31
 
32
32
  var extendStatics = function(d, b) {
33
33
  extendStatics = Object.setPrototypeOf ||
package/lib/index.js CHANGED
@@ -29,7 +29,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
29
29
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
30
30
  PERFORMANCE OF THIS SOFTWARE.
31
31
  ***************************************************************************** */
32
- /* global Reflect, Promise, SuppressedError, Symbol */
32
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
33
33
 
34
34
  var extendStatics = function(d, b) {
35
35
  extendStatics = Object.setPrototypeOf ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xchainjs/xchain-mayachain-amm",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "description": "module that exposes estimating & swapping cryptocurrency assets on mayachain",
5
5
  "keywords": [
6
6
  "MAYAChain",
@@ -36,7 +36,7 @@
36
36
  "url": "https://github.com/xchainjs/xchainjs-lib/issues"
37
37
  },
38
38
  "dependencies": {
39
- "@xchainjs/xchain-arbitrum": "1.0.10",
39
+ "@xchainjs/xchain-arbitrum": "1.0.11",
40
40
  "@xchainjs/xchain-bitcoin": "1.1.2",
41
41
  "@xchainjs/xchain-client": "1.0.6",
42
42
  "@xchainjs/xchain-dash": "1.0.6",