poe-svelte-ui-lib 1.6.1 → 1.6.2

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.
@@ -217,7 +217,6 @@
217
217
  buffer = [...buffer, body[i]]
218
218
  }
219
219
  } else buffer = [...buffer, body]
220
- buffer = [...buffer, body]
221
220
  if (buffer.length > (dataBuffer.rowsAmmount ?? 10)) {
222
221
  buffer = buffer.slice(-(dataBuffer.rowsAmmount ?? 10))
223
222
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-svelte-ui-lib",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "scripts": {