Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
electron 30
  • Loading branch information
xan105 committed Apr 16, 2024
1 parent 07c2526 commit ec57112
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
3 changes: 2 additions & 1 deletion integrity.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
},
"electron": {
"abi119": "dadf65d85c5fc96104253cc2ecf6050450a6627628a1d21b92a993c03a084336",
"abi121": "08063603a81a178514991bee026a27d3c43c8fd74633e459bf39431cee24176a"
"abi121": "08063603a81a178514991bee026a27d3c43c8fd74633e459bf39431cee24176a",
"abi123": "84b8c2a84b5a53606b074c0b76aa1c22ce35cdff8144027860c862ce57f05bd1"
}
}
}
20 changes: 10 additions & 10 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xan105/nodert",
"version": "2.0.1",
"version": "2.0.2",
"description": "NodeRT but precompiled (use WinRT API directly from node)",
"type": "module",
"exports": {
Expand Down Expand Up @@ -1332,7 +1332,8 @@
"build:abi108": "powershell -NoProfile -ExecutionPolicy Bypass -File ./build.ps1 -target 18.0.0 -abi abi108 -skip",
"build:abi115": "powershell -NoProfile -ExecutionPolicy Bypass -File ./build.ps1 -target 20.0.0 -abi abi115 -skip",
"build:electron:abi119": "powershell -NoProfile -ExecutionPolicy Bypass -File ./build.ps1 -target 28.0.0 -abi abi119 -runtime electron -skip",
"build:electron:abi121": "powershell -NoProfile -ExecutionPolicy Bypass -File ./build.ps1 -target 29.0.0 -abi abi121 -runtime electron -skip"
"build:electron:abi121": "powershell -NoProfile -ExecutionPolicy Bypass -File ./build.ps1 -target 29.0.0 -abi abi121 -runtime electron -skip",
"build:electron:abi123": "powershell -NoProfile -ExecutionPolicy Bypass -File ./build.ps1 -target 30.0.0 -abi abi123 -runtime electron -skip"
},
"keywords": [
"nodeRT",
Expand Down Expand Up @@ -1368,12 +1369,12 @@
}
],
"dependencies": {
"@xan105/error": "^1.7.0",
"@xan105/error": "^1.7.1",
"@xan105/fs": "^2.2.1",
"@xan105/is": "^2.9.3",
"@xan105/request": "^1.1.0",
"adm-zip": "^0.5.10",
"node-abi": "^3.54.0"
"node-abi": "^3.58.0"
},
"devDependencies": {
"@nodert-win10-rs4/windows.devices.lights": "^0.4.4",
Expand Down

0 comments on commit ec57112

Please sign in to comment.