Comparing version 0.0.65 to 0.0.66
@@ -562,3 +562,3 @@ import { check } from "./system"; | ||
const rawX = this.x.pack(); | ||
const rawY = this.x.pack(); | ||
const rawY = this.y.pack(); | ||
return rawX.concat(rawY); | ||
@@ -604,4 +604,4 @@ } | ||
const rawX2 = this.x2.pack(); | ||
const rawY1 = this.x1.pack(); | ||
const rawY2 = this.x2.pack(); | ||
const rawY1 = this.y1.pack(); | ||
const rawY2 = this.y2.pack(); | ||
return rawX1.concat(rawX2).concat(rawY1).concat(rawY2); | ||
@@ -608,0 +608,0 @@ } |
{ | ||
"name": "as-chain", | ||
"version": "0.0.65", | ||
"version": "0.0.66", | ||
"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