@types/node 16.11.44 → 16.11.45
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.11/README.md +1 -1
- node v16.11/crypto.d.ts +1 -1
- node v16.11/package.json +2 -2
node v16.11/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/v16.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 15 Jul 2022 23:02:23 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`
|
|
14
14
|
|
node v16.11/crypto.d.ts
CHANGED
|
@@ -3602,7 +3602,7 @@ declare module 'crypto' {
|
|
|
3602
3602
|
* Valid key usages depend on the key algorithm (identified by `cryptokey.algorithm.name`).
|
|
3603
3603
|
* @since v15.0.0
|
|
3604
3604
|
*/
|
|
3605
|
-
readonly usages: KeyUsage;
|
|
3605
|
+
readonly usages: KeyUsage[];
|
|
3606
3606
|
}
|
|
3607
3607
|
/**
|
|
3608
3608
|
* The `CryptoKeyPair` is a simple dictionary object with `publicKey` and `privateKey` properties, representing an asymmetric key pair.
|
node v16.11/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "16.11.
|
|
3
|
+
"version": "16.11.45",
|
|
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": "
|
|
223
|
+
"typesPublisherContentHash": "b62f8557f14d28539dc97472b7e4525ea4e2f5d047f2560f1d07c68408027fec",
|
|
224
224
|
"typeScriptVersion": "4.0"
|
|
225
225
|
}
|