@kaspernj/api-maker 1.0.275 → 1.0.276

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
@@ -16,7 +16,7 @@
16
16
  ]
17
17
  },
18
18
  "name": "@kaspernj/api-maker",
19
- "version": "1.0.275",
19
+ "version": "1.0.276",
20
20
  "type": "module",
21
21
  "description": "",
22
22
  "main": "index.js",
@@ -210,7 +210,7 @@ export default class ApiMakerTableSettings {
210
210
  }
211
211
 
212
212
  const oldAttributeValue = tableSettingColumn[changedAttribute]()
213
- const newAttributeValue = digg(column, columnAttributeName)
213
+ const newAttributeValue = column[columnAttributeName]
214
214
 
215
215
  if (oldAttributeValue != newAttributeValue) {
216
216
  logger.debug(() => `${changedAttribute} changed from ${oldAttributeValue} to ${newAttributeValue} on column: ${column.label}`)