@nxtedition/lib 23.3.13 → 23.3.14

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "23.3.13",
3
+ "version": "23.3.14",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",
@@ -588,7 +588,7 @@ export default function ({ ds } = {}) {
588
588
  rxjs.distinctUntilChanged(),
589
589
  rxjs.catchError((err) => {
590
590
  options?.logger?.error(
591
- { err, expression: { expression, context: JSON.stringify(context) } },
591
+ { err, data: { expression, context: JSON.stringify(context) } },
592
592
  'expression failed',
593
593
  )
594
594
  return rxjs.of(null)