node-api-headers
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
".": "1.4.0" | ||
".": "1.5.0" | ||
} |
# node-api-headers Changelog | ||
## [1.5.0](https://github.com/nodejs/node-api-headers/compare/v1.4.0...v1.5.0) (2025-01-09) | ||
### Features | ||
* update headers from nodejs/node tag v23.6.0 ([#57](https://github.com/nodejs/node-api-headers/issues/57)) ([64747b1](https://github.com/nodejs/node-api-headers/commit/64747b17a73e8356ed606d1b4dccb626804777f2)) | ||
## [1.4.0](https://github.com/nodejs/node-api-headers/compare/v1.3.0...v1.4.0) (2024-10-30) | ||
@@ -4,0 +11,0 @@ |
@@ -57,4 +57,4 @@ { | ||
}, | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"support": true | ||
} |
@@ -231,2 +231,17 @@ 'use strict' | ||
const v10 = { | ||
js_native_api_symbols: [ | ||
...v9.js_native_api_symbols, | ||
'node_api_create_external_string_latin1', | ||
'node_api_create_external_string_utf16', | ||
'node_api_create_property_key_latin1', | ||
'node_api_create_property_key_utf16', | ||
'node_api_create_property_key_utf8' | ||
], | ||
node_api_symbols: [ | ||
...v9.node_api_symbols, | ||
'node_api_create_buffer_from_arraybuffer' | ||
] | ||
} | ||
module.exports = { | ||
@@ -241,3 +256,4 @@ v1, | ||
v8, | ||
v9 | ||
v9, | ||
v10 | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
83018
416