@andrew_l/tl-pack 0.1.81 → 0.1.82

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.
@@ -255,7 +255,7 @@ export class BinaryWriter {
255
255
  continue;
256
256
  }
257
257
  ext.encode.call(this, value);
258
- const processed = start < this.offset;
258
+ const processed = start + 1 < this.offset;
259
259
  if (processed) {
260
260
  const end = this.offset;
261
261
  this.offset = start;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andrew_l/tl-pack",
3
- "version": "0.1.81",
3
+ "version": "0.1.82",
4
4
  "description": "Binary serialization library",
5
5
  "type": "module",
6
6
  "scripts": {