Comparing version 0.0.67 to 0.0.68
@@ -578,3 +578,3 @@ import { check } from "./system"; | ||
toString(): string { | ||
return `${this.x}${this.y}`; | ||
return Utils.bytesToHex(this.pack()) | ||
} | ||
@@ -623,3 +623,3 @@ | ||
toString(): string { | ||
return `${this.x1}${this.x2}${this.y1}${this.y2}`; | ||
return Utils.bytesToHex(this.pack()) | ||
} | ||
@@ -626,0 +626,0 @@ |
{ | ||
"name": "as-chain", | ||
"version": "0.0.67", | ||
"version": "0.0.68", | ||
"description": "chain module for assemblyscript", | ||
@@ -5,0 +5,0 @@ "main": "js/index.js", |
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
1573516