@ducatus/ducatuscore-lib
Advanced tools
Comparing version 10.0.1 to 10.0.2
@@ -76,3 +76,3 @@ 'use strict'; | ||
Point.prototype._getX = Point.prototype.getX; | ||
Point._getX = Point.prototype.getX; | ||
@@ -85,7 +85,7 @@ /** | ||
*/ | ||
Point.prototype.getX = function getX() { | ||
Point.getX = function getX() { | ||
return new BN(this._getX().toArray()); | ||
}; | ||
Point.prototype._getY = Point.prototype.getY; | ||
Point._getY = Point.prototype.getY; | ||
@@ -98,3 +98,3 @@ /** | ||
*/ | ||
Point.prototype.getY = function getY() { | ||
Point.getY = function getY() { | ||
return new BN(this._getY().toArray()); | ||
@@ -101,0 +101,0 @@ }; |
{ | ||
"name": "@ducatus/ducatuscore-lib", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"description": "A pure and powerful JavaScript Bitcoin library.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
2323036
141
32213