@nxtedition/lib 23.9.3 → 23.9.5

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.9.3",
3
+ "version": "23.9.5",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",
@@ -64,7 +64,7 @@
64
64
  "singleQuote": true
65
65
  },
66
66
  "dependencies": {
67
- "@aws-sdk/client-s3": "^3.796.0",
67
+ "@aws-sdk/client-s3": "3.670.0",
68
68
  "@elastic/elasticsearch": "^8.17.1",
69
69
  "@elastic/transport": "^8.9.3",
70
70
  "@nxtedition/nxt-undici": "^6.3.4",
@@ -414,7 +414,7 @@ export default function ({ ds, proxify, compiler, logger }) {
414
414
 
415
415
  const error = Object.assign(new Error('expression failed'), {
416
416
  cause: err,
417
- data: this._expression,
417
+ data: { expression: this._expression, data: this._args },
418
418
  })
419
419
 
420
420
  if (this._suspended) {