Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xan105 committed Sep 7, 2024
1 parent cbe0f4e commit 936e71a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xan105/nodert",
"version": "2.2.0",
"version": "2.2.1",
"description": "NodeRT but precompiled (use WinRT API directly from node)",
"type": "module",
"exports": {
Expand Down Expand Up @@ -1337,7 +1337,8 @@
"build:electron:abi119": "powershell -NoProfile -ExecutionPolicy Bypass -File ./scripts/build.ps1 -target 28.0.0 -abi 119 -runtime electron -skip",
"build:electron:abi121": "powershell -NoProfile -ExecutionPolicy Bypass -File ./scripts/build.ps1 -target 29.0.0 -abi 121 -runtime electron -skip",
"build:electron:abi123": "powershell -NoProfile -ExecutionPolicy Bypass -File ./scripts/build.ps1 -target 30.0.0 -abi 123 -runtime electron -skip",
"build:electron:abi125": "powershell -NoProfile -ExecutionPolicy Bypass -File ./scripts/build.ps1 -target 31.0.0 -abi 125 -runtime electron -skip"
"build:electron:abi125": "powershell -NoProfile -ExecutionPolicy Bypass -File ./scripts/build.ps1 -target 31.0.0 -abi 125 -runtime electron -skip",
"build:electron:abi128": "powershell -NoProfile -ExecutionPolicy Bypass -File ./scripts/build.ps1 -target 32.0.0 -abi 128 -runtime electron -skip"
},
"keywords": [
"nodeRT",
Expand Down Expand Up @@ -1378,7 +1379,7 @@
"@xan105/is": "^2.9.3",
"@xan105/request": "^1.1.0",
"adm-zip": "^0.5.10",
"node-abi": "^3.62.0"
"node-abi": "^3.67.0"
},
"devDependencies": {
"@nodert-win10-rs4/windows.devices.lights": "^0.4.4",
Expand Down

0 comments on commit 936e71a

Please sign in to comment.