@nfdi4plants/arctrl 1.0.0-beta.2 → 1.0.0-beta.4

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.
@@ -498,7 +498,7 @@ export class ArcTable {
498
498
  RemoveRow(index) {
499
499
  const this$ = this;
500
500
  SanityChecks_validateRowIndex(index, this$.RowCount, false);
501
- const removeCells = Unchecked_removeRowCells_withIndexChange(index, this$.ColumnCount, this$.RowCount, this$.Values);
501
+ Unchecked_removeRowCells_withIndexChange(index, this$.ColumnCount, this$.RowCount, this$.Values);
502
502
  }
503
503
  static removeRow(index) {
504
504
  return (table) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nfdi4plants/arctrl",
3
- "version": "1.0.0-beta.2+1c6c4fa",
3
+ "version": "1.0.0-beta.4+1c6c4fa",
4
4
  "description": "Top level ARC DataModel and API function descriptions.",
5
5
  "type": "module",
6
6
  "main": "Index.js",