@xyo-network/data
Advanced tools
Comparing version 2.108.0 to 2.109.0
@@ -43,3 +43,3 @@ // src/AbstractData.ts | ||
checkLength() { | ||
assertEx(this.bytes.byteLength === this._length, () => `Length Mismatch: ${this.bytes.byteLength} !== ${this._length}`); | ||
assertEx(this.bytes.byteLength === this._length, () => `Length Mismatch: ${this.bytes.byteLength} !== ${this._length} => ${this.bytes}`); | ||
} | ||
@@ -46,0 +46,0 @@ }; |
@@ -43,3 +43,3 @@ // src/AbstractData.ts | ||
checkLength() { | ||
assertEx(this.bytes.byteLength === this._length, () => `Length Mismatch: ${this.bytes.byteLength} !== ${this._length}`); | ||
assertEx(this.bytes.byteLength === this._length, () => `Length Mismatch: ${this.bytes.byteLength} !== ${this._length} => ${this.bytes}`); | ||
} | ||
@@ -46,0 +46,0 @@ }; |
@@ -43,3 +43,3 @@ // src/AbstractData.ts | ||
checkLength() { | ||
assertEx(this.bytes.byteLength === this._length, () => `Length Mismatch: ${this.bytes.byteLength} !== ${this._length}`); | ||
assertEx(this.bytes.byteLength === this._length, () => `Length Mismatch: ${this.bytes.byteLength} !== ${this._length} => ${this.bytes}`); | ||
} | ||
@@ -46,0 +46,0 @@ }; |
@@ -63,4 +63,4 @@ { | ||
"sideEffects": false, | ||
"version": "2.108.0", | ||
"version": "2.109.0", | ||
"type": "module" | ||
} |
@@ -50,4 +50,4 @@ import { base16, base58 } from '@scure/base' | ||
private checkLength() { | ||
assertEx(this.bytes.byteLength === this._length, () => `Length Mismatch: ${this.bytes.byteLength} !== ${this._length}`) | ||
assertEx(this.bytes.byteLength === this._length, () => `Length Mismatch: ${this.bytes.byteLength} !== ${this._length} => ${this.bytes}`) | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
94257