@types/node 18.0.4 → 18.0.5

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/crypto.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.js (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, 13 Jul 2022 21:02:28 GMT
11
+ * Last updated: Fri, 15 Jul 2022 23:02:22 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
node/crypto.d.ts CHANGED
@@ -3687,7 +3687,7 @@ declare module 'crypto' {
3687
3687
  * Valid key usages depend on the key algorithm (identified by `cryptokey.algorithm.name`).
3688
3688
  * @since v15.0.0
3689
3689
  */
3690
- readonly usages: KeyUsage;
3690
+ readonly usages: KeyUsage[];
3691
3691
  }
3692
3692
  /**
3693
3693
  * The `CryptoKeyPair` is a simple dictionary object with `publicKey` and `privateKey` properties, representing an asymmetric key pair.
node/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.0.4",
3
+ "version": "18.0.5",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -220,6 +220,6 @@
220
220
  },
221
221
  "scripts": {},
222
222
  "dependencies": {},
223
- "typesPublisherContentHash": "c79ffd279fc13c1dcbfbfd1aa4d008b35a036494a64a59e548b46bb45811b23f",
223
+ "typesPublisherContentHash": "499b47931e576c99e37e0efc1fc7ef634663292a6b47c1b98aa8256fabf60797",
224
224
  "typeScriptVersion": "4.0"
225
225
  }