node-aix-ppc64 20.19.2 → 20.19.4

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.
@@ -483,6 +483,7 @@ struct IsolateSettings {
483
483
  v8::Isolate::AbortOnUncaughtExceptionCallback
484
484
  should_abort_on_uncaught_exception_callback = nullptr;
485
485
  v8::FatalErrorCallback fatal_error_callback = nullptr;
486
+ v8::OOMErrorCallback oom_error_callback = nullptr;
486
487
  v8::PrepareStackTraceCallback prepare_stack_trace_callback = nullptr;
487
488
 
488
489
  // Miscellaneous callbacks
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 20
26
26
  #define NODE_MINOR_VERSION 19
27
- #define NODE_PATCH_VERSION 2
27
+ #define NODE_PATCH_VERSION 4
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Iron"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v20.19.2",
3
+ "version": "v20.19.4",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"