@logimaxx/kviews.js 1.2.3 → 1.2.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.
package/dist/kviews.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * KViews - Class-based API data binding library
3
- * Version: 1.2.3
4
- * Built: 2026-06-03T07:39:16.069Z
3
+ * Version: 1.2.4
4
+ * Built: 2026-06-10T14:41:16.731Z
5
5
  */
6
6
  var KViews = (() => {
7
7
  var __defProp = Object.defineProperty;
@@ -2321,7 +2321,7 @@ var KViews = (() => {
2321
2321
  }
2322
2322
  resolve(this);
2323
2323
  }).catch((error2) => {
2324
- dbg("Update NOK", this.updateUrl, patchData, error2);
2324
+ dbg("Update NOK", this.updateUrl, payload.body, error2);
2325
2325
  if (error2 instanceof Error && error2.jqXHR) {
2326
2326
  reject(error2);
2327
2327
  } else if (error2.jqXHR) {