@types/node 18.19.68 → 18.19.69

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.
node v18.19/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v18.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 11 Dec 2024 09:35:14 GMT
11
+ * Last updated: Wed, 01 Jan 2025 01:30:02 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v18.19/events.d.ts CHANGED
@@ -657,7 +657,7 @@ declare module "events" {
657
657
  setMaxListeners(n: number): this;
658
658
  /**
659
659
  * Returns the current max listener value for the `EventEmitter` which is either
660
- * set by `emitter.setMaxListeners(n)` or defaults to {@link defaultMaxListeners}.
660
+ * set by `emitter.setMaxListeners(n)` or defaults to {@link EventEmitter.defaultMaxListeners}.
661
661
  * @since v1.0.0
662
662
  */
663
663
  getMaxListeners(): number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.19.68",
3
+ "version": "18.19.69",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -220,6 +220,6 @@
220
220
  "undici-types": "~5.26.4"
221
221
  },
222
222
  "peerDependencies": {},
223
- "typesPublisherContentHash": "56e9652e8e5c0166a0eb8171aa8412aaa9da59fd37f61f91c18f6c931041c798",
223
+ "typesPublisherContentHash": "d636db924619dda7a07ec04ebca7e3d513d198ae2b22672c3a9c1ba07010adb1",
224
224
  "typeScriptVersion": "5.0"
225
225
  }