@terra-money/terra.js
Advanced tools
Comparing version 2.1.17 to 2.1.18
@@ -86,3 +86,3 @@ "use strict"; | ||
Coin.fromString = function (str) { | ||
var m = str.match(/^(-?[0-9]+(\.[0-9]+)?)([a-zA-Z]+)$/); | ||
var m = str.match(/^(-?[0-9]+(\.[0-9]+)?)([0-9a-zA-Z/]+)$/); | ||
if (m === null) { | ||
@@ -89,0 +89,0 @@ throw new Error("failed to parse to Coin: " + str); |
{ | ||
"name": "@terra-money/terra.js", | ||
"version": "2.1.17", | ||
"version": "2.1.18", | ||
"description": "The JavaScript SDK for Terra", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13437965
627
38658