Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[node-api-headers/node-addon-api] update node-api-headers to 1.1.0, and update node-addon-api to 7.0.0 #35658

Merged
merged 3 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ports/node-addon-api/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nodejs/node-addon-api
REF "v${VERSION}"
SHA512 1b39c0faef74f29e0e709d54e4c8f3bf04adbfb601b4c5aa1199626abf1e0fa7681c2fe7dc7423da6852dcbd128efbadb7012ddccf3fa2868a09f934f656ac8d
SHA512 ff7b712b53479c10ebf34b6723b91a3e70eb946c39fc7feeebc5485a3928f15ce2af92126d3c331e54fbb852bec8286aa5ddd8211f1315f3b133fcede6e2f53c
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/node-addon-api/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-addon-api",
"version": "6.1.0",
"version": "7.0.0",
"description": "Module for using Node-API from C++",
"homepage": "https://github.com/nodejs/node-addon-api",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion ports/node-api-headers/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO nodejs/node-api-headers
REF "v${VERSION}"
SHA512 e80d9b8cc2d96929a6d73fc1e5bcfbf6d585bef114946f939b93195aefb91bf8e6ef8720625394d344636626fd74548db71ff178f9f529ab5b20db980f09b197
SHA512 70871b8fd1fc16f3f525953fd229ceff99110fb604f039e35e44f21d74aa9d50d2d3be1eadc5700bf576fd27e750c71868b273277858195fb6c5739672d4455e
HEAD_REF main
)

Expand Down
3 changes: 1 addition & 2 deletions ports/node-api-headers/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "node-api-headers",
"version": "1.0.0",
"port-version": 1,
"version": "1.1.0",
"description": "NodeJS API for writing modules in C++",
"homepage": "https://nodejs.org/api/addons.html",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5997,12 +5997,12 @@
"port-version": 3
},
"node-addon-api": {
"baseline": "6.1.0",
"baseline": "7.0.0",
"port-version": 0
},
"node-api-headers": {
"baseline": "1.0.0",
"port-version": 1
"baseline": "1.1.0",
"port-version": 0
},
"nodesoup": {
"baseline": "2023-06-12",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/node-addon-api.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "81fa7773a3a022325f43fa266ce809c1bb3ceffd",
"version": "7.0.0",
"port-version": 0
},
{
"git-tree": "33617d9929f3a05c2f3a98781dd6508a1b2ba1cd",
"version": "6.1.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/n-/node-api-headers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "913a99892edcb72bcc2a479471caf0f9edb35311",
"version": "1.1.0",
"port-version": 0
},
{
"git-tree": "273191974015356594e8288781f46c01fd882d43",
"version": "1.0.0",
Expand Down