@types/node 18.19.45 → 18.19.46

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: Mon, 19 Aug 2024 02:45:10 GMT
11
+ * Last updated: Mon, 26 Aug 2024 10:08:35 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node v18.19/buffer.d.ts CHANGED
@@ -410,9 +410,9 @@ declare module "buffer" {
410
410
  encoding?: BufferEncoding,
411
411
  ): number;
412
412
  /**
413
- * Returns a new `Buffer` which is the result of concatenating all the `Buffer`instances in the `list` together.
413
+ * Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together.
414
414
  *
415
- * If the list has no items, or if the `totalLength` is 0, then a new zero-length`Buffer` is returned.
415
+ * If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned.
416
416
  *
417
417
  * If `totalLength` is not provided, it is calculated from the `Buffer` instances
418
418
  * in `list` by adding their lengths.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.19.45",
3
+ "version": "18.19.46",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -217,6 +217,6 @@
217
217
  "dependencies": {
218
218
  "undici-types": "~5.26.4"
219
219
  },
220
- "typesPublisherContentHash": "62e2e26824406f7498fe9575ed346df1db05eebb610cab4aadc5e2f1a1527e19",
220
+ "typesPublisherContentHash": "3d3f79277d841281ffe50e80f26f8033d3dee017471f8e29382437055f4e870b",
221
221
  "typeScriptVersion": "4.8"
222
222
  }