node-aix-ppc64 18.18.1 → 18.19.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.
Files changed (185) hide show
  1. package/CHANGELOG.md +492 -0
  2. package/LICENSE +22 -11
  3. package/README.md +8 -4
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +1 -1
  6. package/include/node/config.gypi +8 -3
  7. package/include/node/js_native_api.h +11 -1
  8. package/include/node/node.exp +365 -136
  9. package/include/node/node_api.h +10 -9
  10. package/include/node/node_version.h +2 -2
  11. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
  13. package/include/node/openssl/archs/BSD-x86/asm/include/openssl/pkcs7.h +3 -3
  14. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
  16. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/pkcs7.h +3 -3
  17. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
  19. package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/pkcs7.h +3 -3
  20. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
  22. package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/pkcs7.h +3 -3
  23. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  25. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/pkcs7.h +3 -3
  26. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  28. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
  29. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
  31. package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/pkcs7.h +3 -3
  32. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
  34. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/pkcs7.h +3 -3
  35. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
  37. package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/pkcs7.h +3 -3
  38. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
  40. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/pkcs7.h +3 -3
  41. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
  43. package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/pkcs7.h +3 -3
  44. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
  46. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/pkcs7.h +3 -3
  47. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
  49. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/pkcs7.h +3 -3
  50. package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
  52. package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/pkcs7.h +3 -3
  53. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
  55. package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/pkcs7.h +3 -3
  56. package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
  58. package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/pkcs7.h +3 -3
  59. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
  61. package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/pkcs7.h +3 -3
  62. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  64. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  65. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
  67. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/pkcs7.h +3 -3
  68. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
  70. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/pkcs7.h +3 -3
  71. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  73. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  74. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
  76. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/pkcs7.h +3 -3
  77. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
  79. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/pkcs7.h +3 -3
  80. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
  82. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/pkcs7.h +3 -3
  83. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
  85. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/pkcs7.h +3 -3
  86. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
  88. package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/pkcs7.h +3 -3
  89. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
  91. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/pkcs7.h +3 -3
  92. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
  94. package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/pkcs7.h +3 -3
  95. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
  97. package/include/node/openssl/archs/linux-armv4/asm/include/openssl/pkcs7.h +3 -3
  98. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
  100. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/pkcs7.h +3 -3
  101. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
  103. package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/pkcs7.h +3 -3
  104. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
  106. package/include/node/openssl/archs/linux-elf/asm/include/openssl/pkcs7.h +3 -3
  107. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
  109. package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/pkcs7.h +3 -3
  110. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
  112. package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/pkcs7.h +3 -3
  113. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
  115. package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/pkcs7.h +3 -3
  116. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
  118. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/pkcs7.h +3 -3
  119. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
  121. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/pkcs7.h +3 -3
  122. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
  124. package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/pkcs7.h +3 -3
  125. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
  127. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/pkcs7.h +3 -3
  128. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  129. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
  130. package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
  131. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
  133. package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/pkcs7.h +3 -3
  134. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  136. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/pkcs7.h +3 -3
  137. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
  139. package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/pkcs7.h +3 -3
  140. package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
  141. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
  142. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs7.h +3 -3
  143. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  144. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
  145. package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/pkcs7.h +3 -3
  146. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  147. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
  148. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/pkcs7.h +3 -3
  149. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  150. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
  151. package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/pkcs7.h +3 -3
  152. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  153. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
  154. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/pkcs7.h +3 -3
  155. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  156. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
  157. package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/pkcs7.h +3 -3
  158. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  159. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
  160. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/pkcs7.h +3 -3
  161. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  162. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
  163. package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/pkcs7.h +3 -3
  164. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  165. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
  166. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/pkcs7.h +3 -3
  167. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  168. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  169. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/pkcs7.h +3 -3
  170. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  171. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
  172. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/pkcs7.h +3 -3
  173. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  174. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
  175. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/pkcs7.h +3 -3
  176. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  177. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
  178. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/pkcs7.h +3 -3
  179. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  180. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
  181. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/pkcs7.h +3 -3
  182. package/include/node/openssl/cmserr.h +2 -1
  183. package/include/node/openssl/evp.h +3 -1
  184. package/package.json +1 -1
  185. package/share/man/man1/node.1 +12 -0
package/LICENSE CHANGED
@@ -78,19 +78,30 @@ The externally maintained libraries used by Node.js are:
78
78
 
79
79
  - c-ares, located at deps/cares, is licensed as follows:
80
80
  """
81
- Copyright (c) 2007 - 2018, Daniel Stenberg with many contributors, see AUTHORS
81
+ MIT License
82
+
83
+ Copyright (c) 1998 Massachusetts Institute of Technology
84
+ Copyright (c) 2007 - 2023 Daniel Stenberg with many contributors, see AUTHORS
82
85
  file.
83
86
 
84
- Copyright 1998 by the Massachusetts Institute of Technology.
87
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
88
+ this software and associated documentation files (the "Software"), to deal in
89
+ the Software without restriction, including without limitation the rights to
90
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
91
+ the Software, and to permit persons to whom the Software is furnished to do so,
92
+ subject to the following conditions:
93
+
94
+ The above copyright notice and this permission notice (including the next
95
+ paragraph) shall be included in all copies or substantial portions of the
96
+ Software.
85
97
 
86
- Permission to use, copy, modify, and distribute this software and its
87
- documentation for any purpose and without fee is hereby granted, provided that
88
- the above copyright notice appear in all copies and that both that copyright
89
- notice and this permission notice appear in supporting documentation, and that
90
- the name of M.I.T. not be used in advertising or publicity pertaining to
91
- distribution of the software without specific, written prior permission.
92
- M.I.T. makes no representations about the suitability of this software for any
93
- purpose. It is provided "as is" without express or implied warranty.
98
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
99
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
100
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
101
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
102
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
103
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
104
+ SOFTWARE.
94
105
  """
95
106
 
96
107
  - cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:
@@ -1329,7 +1340,7 @@ The externally maintained libraries used by Node.js are:
1329
1340
 
1330
1341
  - ada, located at deps/ada, is licensed as follows:
1331
1342
  """
1332
- Copyright 2023 Ada authors
1343
+ Copyright 2023 Yagiz Nizipli and Daniel Lemire
1333
1344
 
1334
1345
  Permission is hereby granted, free of charge, to any person obtaining a copy of
1335
1346
  this software and associated documentation files (the "Software"), to deal in
package/README.md CHANGED
@@ -164,8 +164,12 @@ For information about the governance of the Node.js project, see
164
164
 
165
165
  * [aduh95](https://github.com/aduh95) -
166
166
  **Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
167
+ * [anonrig](https://github.com/anonrig) -
168
+ **Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
167
169
  * [apapirovski](https://github.com/apapirovski) -
168
170
  **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
171
+ * [benjamingr](https://github.com/benjamingr) -
172
+ **Benjamin Gruenbaum** <<benjamingr@gmail.com>>
169
173
  * [BridgeAR](https://github.com/BridgeAR) -
170
174
  **Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
171
175
  * [cjihrig](https://github.com/cjihrig) -
@@ -202,8 +206,6 @@ For information about the governance of the Node.js project, see
202
206
  **Michaël Zasso** <<targos@protonmail.com>> (he/him)
203
207
  * [tniessen](https://github.com/tniessen) -
204
208
  **Tobias Nießen** <<tniessen@tnie.de>> (he/him)
205
- * [Trott](https://github.com/Trott) -
206
- **Rich Trott** <<rtrott@gmail.com>> (he/him)
207
209
 
208
210
  #### TSC regular members
209
211
 
@@ -229,6 +231,8 @@ For information about the governance of the Node.js project, see
229
231
  **Rod Vagg** <<r@va.gg>>
230
232
  * [TimothyGu](https://github.com/TimothyGu) -
231
233
  **Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
234
+ * [Trott](https://github.com/Trott) -
235
+ **Rich Trott** <<rtrott@gmail.com>> (he/him)
232
236
 
233
237
  <details>
234
238
 
@@ -383,8 +387,6 @@ For information about the governance of the Node.js project, see
383
387
  **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
384
388
  * [legendecas](https://github.com/legendecas) -
385
389
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
386
- * [Leko](https://github.com/Leko) -
387
- **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
388
390
  * [linkgoron](https://github.com/linkgoron) -
389
391
  **Nitzan Uziely** <<linkgoron@gmail.com>>
390
392
  * [LiviaMedeiros](https://github.com/LiviaMedeiros) -
@@ -579,6 +581,8 @@ For information about the governance of the Node.js project, see
579
581
  **Kunal Pathak** <<kunal.pathak@microsoft.com>>
580
582
  * [lance](https://github.com/lance) -
581
583
  **Lance Ball** <<lball@redhat.com>> (he/him)
584
+ * [Leko](https://github.com/Leko) -
585
+ **Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
582
586
  * [lucamaraschi](https://github.com/lucamaraschi) -
583
587
  **Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
584
588
  * [lundibundi](https://github.com/lundibundi) -
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.26',
39
+ 'v8_embedder_string': '-node.28',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42
 
@@ -73,8 +73,8 @@
73
73
  'lib/internal/blob.js',
74
74
  'lib/internal/blocklist.js',
75
75
  'lib/internal/bootstrap/browser.js',
76
- 'lib/internal/bootstrap/loaders.js',
77
76
  'lib/internal/bootstrap/node.js',
77
+ 'lib/internal/bootstrap/realm.js',
78
78
  'lib/internal/bootstrap/switches/does_not_own_process_state.js',
79
79
  'lib/internal/bootstrap/switches/does_own_process_state.js',
80
80
  'lib/internal/bootstrap/switches/is_main_thread.js',
@@ -166,7 +166,6 @@
166
166
  'lib/internal/main/watch_mode.js',
167
167
  'lib/internal/main/worker_thread.js',
168
168
  'lib/internal/mime.js',
169
- 'lib/internal/modules/cjs/helpers.js',
170
169
  'lib/internal/modules/cjs/loader.js',
171
170
  'lib/internal/modules/esm/assert.js',
172
171
  'lib/internal/modules/esm/create_dynamic_module.js',
@@ -174,6 +173,7 @@
174
173
  'lib/internal/modules/esm/formats.js',
175
174
  'lib/internal/modules/esm/get_format.js',
176
175
  'lib/internal/modules/esm/handle_process_exit.js',
176
+ 'lib/internal/modules/esm/hooks.js',
177
177
  'lib/internal/modules/esm/initialize_import_meta.js',
178
178
  'lib/internal/modules/esm/load.js',
179
179
  'lib/internal/modules/esm/loader.js',
@@ -181,8 +181,11 @@
181
181
  'lib/internal/modules/esm/module_map.js',
182
182
  'lib/internal/modules/esm/package_config.js',
183
183
  'lib/internal/modules/esm/resolve.js',
184
+ 'lib/internal/modules/esm/shared_constants.js',
184
185
  'lib/internal/modules/esm/translators.js',
185
186
  'lib/internal/modules/esm/utils.js',
187
+ 'lib/internal/modules/esm/worker.js',
188
+ 'lib/internal/modules/helpers.js',
186
189
  'lib/internal/modules/package_json_reader.js',
187
190
  'lib/internal/modules/run_main.js',
188
191
  'lib/internal/net.js',
@@ -254,8 +257,10 @@
254
257
  'lib/internal/test/transfer.js',
255
258
  'lib/internal/test_runner/coverage.js',
256
259
  'lib/internal/test_runner/harness.js',
257
- 'lib/internal/test_runner/mock.js',
260
+ 'lib/internal/test_runner/mock/mock.js',
261
+ 'lib/internal/test_runner/mock/mock_timers.js',
258
262
  'lib/internal/test_runner/reporter/dot.js',
263
+ 'lib/internal/test_runner/reporter/junit.js',
259
264
  'lib/internal/test_runner/reporter/spec.js',
260
265
  'lib/internal/test_runner/reporter/tap.js',
261
266
  'lib/internal/test_runner/reporter/v8-serializer.js',
@@ -28,7 +28,7 @@
28
28
  #ifndef NAPI_EXTERN
29
29
  #ifdef _WIN32
30
30
  #define NAPI_EXTERN __declspec(dllexport)
31
- #elif defined(__wasm32__)
31
+ #elif defined(__wasm__)
32
32
  #define NAPI_EXTERN \
33
33
  __attribute__((visibility("default"))) \
34
34
  __attribute__((__import_module__("napi")))
@@ -517,6 +517,16 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_add_finalizer(napi_env env,
517
517
 
518
518
  #endif // NAPI_VERSION >= 5
519
519
 
520
+ #ifdef NAPI_EXPERIMENTAL
521
+
522
+ NAPI_EXTERN napi_status NAPI_CDECL
523
+ node_api_post_finalizer(napi_env env,
524
+ napi_finalize finalize_cb,
525
+ void* finalize_data,
526
+ void* finalize_hint);
527
+
528
+ #endif // NAPI_EXPERIMENTAL
529
+
520
530
  #if NAPI_VERSION >= 6
521
531
 
522
532
  // BigInt