@esotericsoftware/spine-canvas 4.1.13 → 4.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7369,7 +7369,7 @@ var spine = (() => {
7369
7369
  let chars = "";
7370
7370
  let charCount = 0;
7371
7371
  for (let i = 0; i < byteCount; ) {
7372
- let b = this.readByte();
7372
+ let b = this.readUnsignedByte();
7373
7373
  switch (b >> 4) {
7374
7374
  case 12:
7375
7375
  case 13: