Skip to content

Commit 81342d1

Browse files
LiviaMedeirosmarco-ippolito
authored andcommitted
doc: fix deprecation type for DEP0148
PR-URL: #57785 Refs: #40121 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent c9c0be5 commit 81342d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/deprecations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2886,11 +2886,11 @@ changes:
28862886
description: Documentation-only deprecation.
28872887
-->
28882888

2889-
Type: Runtime
2889+
Type: End-of-Life
28902890

28912891
Using a trailing `"/"` to define subpath folder mappings in the
2892-
[subpath exports][] or [subpath imports][] fields is deprecated. Use
2893-
[subpath patterns][] instead.
2892+
[subpath exports][] or [subpath imports][] fields is no longer supported.
2893+
Use [subpath patterns][] instead.
28942894

28952895
### DEP0149: `http.IncomingMessage#connection`
28962896

0 commit comments

Comments
 (0)