Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2021-09-06 10:44:13 +0300
committerMichaël Zasso <targos@protonmail.com>2021-09-07 13:03:33 +0300
commit6211d9358d20ddb5e4c6e700476ea7163df3e156 (patch)
treea6e663b5ab2df81c8a759acc0d63d03b7fea1692 /doc/api/packages.md
parentc7222b35899ad352d78f288ddc16c6d19ca79a06 (diff)
2021-09-07, Version 16.9.0 (Current)
Notable changes: crypto: * (SEMVER-MINOR) add RSA-PSS params to asymmetricKeyDetails (Tobias Nießen) https://github.com/nodejs/node/pull/39851 deps: * (SEMVER-MINOR) add corepack (Maël Nison) https://github.com/nodejs/node/pull/39608 * (SEMVER-MINOR) update V8 to 9.3.345.16 (Michaël Zasso) https://github.com/nodejs/node/pull/39947 module: * (SEMVER-MINOR) support pattern trailers (Guy Bedford) https://github.com/nodejs/node/pull/39635 stream: * (SEMVER-MINOR) add stream.compose (Robert Nagy) https://github.com/nodejs/node/pull/39029 PR-URL: https://github.com/nodejs/node/pull/40011
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r--doc/api/packages.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md
index cc4964ea024..5268772de15 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -1084,7 +1084,7 @@ When a package has an [`"exports"`][] field, this will take precedence over the
### `"packageManager"`
<!-- YAML
-added: REPLACEME
+added: v16.9.0
-->
> Stability: 1 - Experimental