@lavalogic/scoria 0.17.1 → 0.17.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.
@@ -119,6 +119,7 @@ export class TableFocusDetails {
119
119
  });
120
120
  async __validityTuple(isValid, original) {
121
121
  try {
122
+ void original;
122
123
  const result = (await isValid?.(original, await this.tableContext.selectionContains(original))) ??
123
124
  Validity.Valid;
124
125
  if (isWrapper(result)) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.17.1",
4
+ "version": "0.17.2",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },