diff options
Diffstat (limited to 'doc/api/packages.md')
-rw-r--r-- | doc/api/packages.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/api/packages.md b/doc/api/packages.md index 5e2e582390..ffc6607711 100644 --- a/doc/api/packages.md +++ b/doc/api/packages.md @@ -882,24 +882,24 @@ as ES modules and `.cjs` files are always treated as CommonJS. added: v12.7.0 changes: - version: - - v13.2.0 + - v14.13.0 + pr-url: https://github.com/nodejs/node/pull/34718 + description: Add support for `"exports"` patterns. + - version: + - v13.7.0 - v12.16.0 - pr-url: https://github.com/nodejs/node/pull/29978 - description: Implement conditional exports. + pr-url: https://github.com/nodejs/node/pull/31008 + description: Implement logical conditional exports ordering. - version: - v13.7.0 - v12.16.0 pr-url: https://github.com/nodejs/node/pull/31001 description: Remove the `--experimental-conditional-exports` option. - version: - - v13.7.0 + - v13.2.0 - v12.16.0 - pr-url: https://github.com/nodejs/node/pull/31008 - description: Implement logical conditional exports ordering. - - version: - - v14.13.0 - pr-url: https://github.com/nodejs/node/pull/34718 - description: Add support for `"exports"` patterns. + pr-url: https://github.com/nodejs/node/pull/29978 + description: Implement conditional exports. --> * Type: {Object} | {string} | {string[]} |