Skip to content

Commit

Permalink
[node-api-headers/node-addon-api] update node-api-headers to 1.1.0, a…
Browse files Browse the repository at this point in the history
…nd update node-addon-api to 7.0.0 (microsoft#35658)

* [node-api-headers] update to version 1.1.0

* [node-addon-api] update to version 7.0.0

* Update version database
  • Loading branch information
3alisaki authored and Osyotr committed Jan 23, 2024
1 parent ffa8772 commit c37852c
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
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 @@ -6005,12 +6005,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

0 comments on commit c37852c

Please sign in to comment.