@esotericsoftware/spine-canvas 4.0.25 → 4.0.28

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.
@@ -7164,7 +7164,7 @@ var spine = (() => {
7164
7164
  let chars = "";
7165
7165
  let charCount = 0;
7166
7166
  for (let i = 0; i < byteCount; ) {
7167
- let b = this.readByte();
7167
+ let b = this.readUnsignedByte();
7168
7168
  switch (b >> 4) {
7169
7169
  case 12:
7170
7170
  case 13: