@types/node 22.7.2 → 22.7.3

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 (3) hide show
  1. node/README.md +1 -1
  2. node/assert.d.ts +1 -1
  3. node/package.json +2 -2
node/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.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Wed, 25 Sep 2024 22:07:42 GMT
11
+ * Last updated: Thu, 26 Sep 2024 17:08:07 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
node/assert.d.ts CHANGED
@@ -966,7 +966,7 @@ declare module "assert" {
966
966
  * To use strict assertion mode:
967
967
  *
968
968
  * ```js
969
- * import { strict as assert } from 'node:assert';COPY
969
+ * import { strict as assert } from 'node:assert';
970
970
  * import assert from 'node:assert/strict';
971
971
  * ```
972
972
  *
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "22.7.2",
3
+ "version": "22.7.3",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -212,6 +212,6 @@
212
212
  "dependencies": {
213
213
  "undici-types": "~6.19.2"
214
214
  },
215
- "typesPublisherContentHash": "8376ea7c8f7b17e938afe6a3333c3c4901e0574831c87341327c713768249c73",
215
+ "typesPublisherContentHash": "2bb1484e75c6732b1b3034801a330f7c899d253519ba67b22db3b0bf1c5b9b2c",
216
216
  "typeScriptVersion": "4.8"
217
217
  }