@nxtedition/nxt-undici 4.2.16 → 4.2.17

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.
Files changed (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +2 -2
package/lib/index.js CHANGED
@@ -72,7 +72,7 @@ function wrapDispatcher(dispatcher) {
72
72
  error: opts.error ?? true,
73
73
  verify: opts.verify ?? true,
74
74
  logger: opts.logger ?? null,
75
- dns: opts.dns ?? true,
75
+ dns: opts.dns ?? false,
76
76
  connect: opts.connect,
77
77
  lookup: opts.lookup ?? defaultLookup,
78
78
  maxRedirections: 0, // TODO (fix): Ugly hack to disable undici redirections.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/nxt-undici",
3
- "version": "4.2.16",
3
+ "version": "4.2.17",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "main": "lib/index.js",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/node": "^22.7.4",
19
- "eslint": "^9.12.0",
19
+ "eslint": "^8.0.0",
20
20
  "eslint-config-prettier": "^9.1.0",
21
21
  "eslint-config-standard": "^17.0.0",
22
22
  "eslint-plugin-import": "^2.31.0",