@@ -192,7 +192,7 @@ Error: Access to this API has been restricted
192192<!--  YAML
193193added: v20.0.0 
194194changes: 
195-   - version: REPLACEME  
195+   - version: v22.13.0  
196196    pr-url: https://github.com/nodejs/node/pull/56201 
197197    description: Permission Model and --allow-fs flags are stable. 
198198  - version: v20.7.0 
@@ -237,7 +237,7 @@ node --permission --allow-fs-read=/path/to/index.js index.js
237237<!--  YAML
238238added: v20.0.0 
239239changes: 
240-   - version: REPLACEME  
240+   - version: v22.13.0  
241241    pr-url: https://github.com/nodejs/node/pull/56201 
242242    description: Permission Model and --allow-fs flags are stable. 
243243  - version: v20.7.0 
@@ -1666,7 +1666,7 @@ See [Loading ECMAScript modules using `require()`][].
16661666<!--  YAML
16671667added: v22.5.0 
16681668changes: 
1669-   - version: REPLACEME  
1669+   - version: v22.13.0  
16701670    pr-url: https://github.com/nodejs/node/pull/55890 
16711671    description: SQLite is unflagged but still experimental. 
16721672--> 
@@ -1800,7 +1800,7 @@ developers may leverage to detect deprecated API usage.
18001800<!--  YAML
18011801added: v20.0.0 
18021802changes: 
1803-   - version: REPLACEME  
1803+   - version: v22.13.0  
18041804    pr-url: https://github.com/nodejs/node/pull/56201 
18051805    description: Permission Model is now stable. 
18061806--> 
@@ -1958,7 +1958,7 @@ Location at which the report will be generated.
19581958### ` --report-exclude-env `  
19591959
19601960<!--  YAML
1961- added: REPLACEME  
1961+ added: v22.13.0  
19621962--> 
19631963
19641964When ` --report-exclude-env `  is passed the diagnostic report generated will not
@@ -2455,7 +2455,7 @@ subtests inherit this value from their parent. The default value is `Infinity`.
24552455<!--  YAML
24562456added: v22.3.0 
24572457changes: 
2458-   - version: REPLACEME  
2458+   - version: v22.13.0  
24592459    pr-url: https://github.com/nodejs/node/pull/55897 
24602460    description: Snapsnot testing is no longer experimental. 
24612461--> 
@@ -2606,7 +2606,7 @@ Print stack traces for deprecations.
26062606### ` --trace-env `  
26072607
26082608<!--  YAML
2609- added: REPLACEME  
2609+ added: v22.13.0  
26102610--> 
26112611
26122612Print information about any access to environment variables done in the current Node.js
@@ -2629,15 +2629,15 @@ To print the stack trace of the access, use `--trace-env-js-stack` and/or
26292629### ` --trace-env-js-stack `  
26302630
26312631<!--  YAML
2632- added: REPLACEME  
2632+ added: v22.13.0  
26332633--> 
26342634
26352635In addition to what ` --trace-env `  does, this prints the JavaScript stack trace of the access.
26362636
26372637### ` --trace-env-native-stack `  
26382638
26392639<!--  YAML
2640- added: REPLACEME  
2640+ added: v22.13.0  
26412641--> 
26422642
26432643In addition to what ` --trace-env `  does, this prints the native stack trace of the access.
@@ -2683,7 +2683,7 @@ i.e. invoking `process.exit()`.
26832683
26842684<!--  YAML
26852685added: 
2686-  - REPLACEME  
2686+  - v22.13.0  
26872687--> 
26882688
26892689Prints information about usage of [ Loading ECMAScript modules using ` require() ` ] [ ] .
0 commit comments