@types/node 16.18.122 → 16.18.123

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 v16.18/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/v16.
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: none
13
13
 
14
14
  # Credits
node v16.18/events.d.ts CHANGED
@@ -556,7 +556,7 @@ declare module "events" {
556
556
  setMaxListeners(n: number): this;
557
557
  /**
558
558
  * Returns the current max listener value for the `EventEmitter` which is either
559
- * set by `emitter.setMaxListeners(n)` or defaults to {@link defaultMaxListeners}.
559
+ * set by `emitter.setMaxListeners(n)` or defaults to {@link EventEmitter.defaultMaxListeners}.
560
560
  * @since v1.0.0
561
561
  */
562
562
  getMaxListeners(): number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "16.18.122",
3
+ "version": "16.18.123",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -213,6 +213,6 @@
213
213
  "scripts": {},
214
214
  "dependencies": {},
215
215
  "peerDependencies": {},
216
- "typesPublisherContentHash": "729eba74f5ce2cea25b1e102db4fcb5cec8d83a2cd1c3cf2992332e4c5122b12",
216
+ "typesPublisherContentHash": "0a9fc0d15f5d36c3976156d5a997a2b648b37ab58acb6d82cab2187773434457",
217
217
  "typeScriptVersion": "5.0"
218
218
  }