node-aix-ppc64 23.7.0 → 23.9.0

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.
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 23
26
- #define NODE_MINOR_VERSION 7
26
+ #define NODE_MINOR_VERSION 9
27
27
  #define NODE_PATCH_VERSION 0
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v23.7.0",
3
+ "version": "v23.9.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"
@@ -217,6 +217,9 @@ flag is no longer required as WASI is enabled by default.
217
217
  .It Fl -experimental-wasm-modules
218
218
  Enable experimental WebAssembly module support.
219
219
  .
220
+ .It Fl -experimental-quic
221
+ Enable the experimental QUIC support.
222
+ .
220
223
  .It Fl -force-context-aware
221
224
  Disable loading native addons that are not context-aware.
222
225
  .