@rickcedwhat/playwright-smart-table 6.7.8 → 6.7.9

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.
@@ -21,7 +21,7 @@ exports.FillStrategies = {
21
21
  const columnOverride = (_b = config === null || config === void 0 ? void 0 : config.columnOverrides) === null || _b === void 0 ? void 0 : _b[columnName];
22
22
  if (columnOverride === null || columnOverride === void 0 ? void 0 : columnOverride.write) {
23
23
  let currentValue;
24
- // Auto-sync: If read exists, fetch current state first
24
+ // Auto-sync: If read exists, get current state first
25
25
  if (columnOverride.read) {
26
26
  currentValue = yield columnOverride.read(cell);
27
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rickcedwhat/playwright-smart-table",
3
- "version": "6.7.8",
3
+ "version": "6.7.9",
4
4
  "description": "Smart, column-aware table interactions for Playwright",
5
5
  "author": "Cedrick Catalan",
6
6
  "license": "MIT",