node-tdd 6.0.0 → 6.0.2

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.
@@ -235,7 +235,8 @@ export default (opts) => {
235
235
 
236
236
  if (anyFlagPresent(['magic', 'response'])) {
237
237
  const responseBody = tryParseJson([
238
- healSqs
238
+ healSqs,
239
+ (_, b) => (b instanceof Buffer ? b.toString('hex') : b)
239
240
  ].reduce(
240
241
  (respBody, fn) => fn(requestBodyString, respBody, scope, req),
241
242
  interceptor.body
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "node-tdd",
3
3
  "type": "module",
4
- "version": "6.0.0",
4
+ "version": "6.0.2",
5
5
  "description": "Drop in extension for mocha to abstract commonly used test setups",
6
6
  "main": "lib/index.js",
7
7
  "scripts": {
@@ -45,9 +45,9 @@
45
45
  "@babel/core": "7.26.7",
46
46
  "@babel/eslint-parser": "7.26.5",
47
47
  "@babel/register": "7.25.9",
48
- "@blackflux/eslint-plugin-rules": "4.0.0",
49
- "@blackflux/robo-config-plugin": "10.0.0",
50
- "aws-sdk-wrap": "13.3.2",
48
+ "@blackflux/eslint-plugin-rules": "4.0.1",
49
+ "@blackflux/robo-config-plugin": "10.0.2",
50
+ "aws-sdk-wrap": "14.0.0",
51
51
  "axios": "1.7.9",
52
52
  "c8": "10.1.3",
53
53
  "chai": "5.1.2",
@@ -58,8 +58,8 @@
58
58
  "eslint-plugin-markdown": "5.1.0",
59
59
  "eslint-plugin-mocha": "10.5.0",
60
60
  "fancy-log": "2.0.0",
61
- "js-gardener": "6.0.2",
62
- "lambda-monitor-logger": "5.1.1"
61
+ "js-gardener": "6.0.3",
62
+ "lambda-monitor-logger": "6.0.1"
63
63
  },
64
64
  "licenses": [
65
65
  {
@@ -75,15 +75,15 @@
75
75
  ],
76
76
  "dependencies": {
77
77
  "callsites": "4.2.0",
78
- "joi-strict": "4.0.0",
78
+ "joi-strict": "4.0.1",
79
79
  "lodash.clonedeep": "4.5.0",
80
80
  "lodash.get": "4.4.2",
81
- "lru-cache-ext": "4.1.1",
81
+ "lru-cache-ext": "5.0.1",
82
82
  "minimist": "1.2.8",
83
83
  "nock": "13.5.4",
84
84
  "normalize-url": "2.0.1",
85
- "object-scan": "19.0.5",
86
- "smart-fs": "4.0.1",
85
+ "object-scan": "20.0.1",
86
+ "smart-fs": "5.0.1",
87
87
  "timekeeper": "2.3.1",
88
88
  "tmp": "0.2.3",
89
89
  "xml2js": "0.6.2"