mol_jsx_lib 0.0.1146 → 0.0.1147

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_jsx_lib",
3
- "version": "0.0.1146",
3
+ "version": "0.0.1147",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -754,7 +754,7 @@ var $;
754
754
  const pub = this.data[cursor];
755
755
  pub?.sub_off(this.data[cursor + 1]);
756
756
  end -= 2;
757
- if (this.sub_from < end)
757
+ if (this.sub_from <= end)
758
758
  this.peer_move(end, cursor);
759
759
  }
760
760
  this.data.length = end;