bare-encoding 1.0.0 → 1.0.1

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.
@@ -73,6 +73,7 @@ module.exports = class UTF8Decoder {
73
73
  this.upperBoundary = 0xbf
74
74
 
75
75
  result += '\ufffd'
76
+ i--
76
77
 
77
78
  continue
78
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-encoding",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "WHATWG text encoding interfaces for JavaScript",
5
5
  "exports": {
6
6
  "./package": "./package.json",