@nodert-win10-21h1/windows.ui.xaml.controls
Advanced tools
Comparing version 0.1.2 to 0.1.6
{ | ||
"name": "@nodert-win10-21h1/windows.ui.xaml.controls", | ||
"version": "0.1.2", | ||
"version": "0.1.6", | ||
"description": "Use the Windows.UI.Xaml.Controls UWP API directly from Node.js", | ||
@@ -391,3 +391,3 @@ "main": "lib/main.js", | ||
}, | ||
"homepage": "https://github.com/demosjarco/NodeRT/tree/feature/136-vs2019", | ||
"homepage": "https://github.com/demosjarco/NodeRT/tree/vs2022", | ||
"author": "Generated by NodeRT (modified)", | ||
@@ -394,0 +394,0 @@ "contributors": [ |
@@ -6,5 +6,5 @@ @nodert-win10-21h1/windows.ui.xaml.controls | ||
The series of `@nodert-win10-21h1` packages is unofficially-published NodeRT modules for **Windows 10 SDK, version 2104 (10.0.20348.0)** corresponding to Windows 10 Version 21H1 (May 2021 Update). | ||
The series of `@nodert-win10-21h1` packages is unofficially-published NodeRT modules for **Windows 10 SDK, version 21H1 (10.0.20348.0)** corresponding to Windows 10v21H1 (May 2021 Update). | ||
These are generated by the modified version of NodeRT thus are experimental, as the original doesn't have support for 21H1 SDK, nor for building with VS2019. Supporting for VS2019 is based on <a href="https://github.com/NodeRT/NodeRT/pull/136" target="_blank">Taosenai's workaround with lxbndr's suggestion</a>. The modified source code can be found <a href="https://github.com/MaySoMusician/NodeRT/tree/feature/136-vs2019" target="_blank">here</a>. | ||
These are generated by the modified version of NodeRT thus are experimental, as the original doesn't have support for 21H1 SDK, nor for building with VS2022. Supporting for VS2022 is based on <a href="https://github.com/NodeRT/NodeRT/pull/136" target="_blank">Taosenai's workaround with lxbndr's suggestion</a>. The modified source code can be found <a href="https://github.com/MaySoMusician/NodeRT/tree/feature/136-vs2019" target="_blank">here</a>. | ||
@@ -30,3 +30,3 @@ Below is the original description about this module. | ||
============ | ||
* Visual Studio 2019 and above. (Community edition works, other editions aren't tested but surely work!) | ||
* Visual Studio 2022 and above. (Community edition works, other editions aren't tested but surely work!) | ||
* Python 2.7, 3.5, 3.6, 3.7, or 3.8 (for node-gyp) | ||
@@ -51,3 +51,3 @@ * <b>Important:</b> Updated versions of npm and node-gyp. (Note that the ones that are bundled with node might not be up to date). In order to install latest npm, run: | ||
If you wish to rebuild this module using node-gyp, make sure to use the appropriate VS version using --msvs_version=2012/2013/2015/2017/2019 flag: | ||
If you wish to rebuild this module using node-gyp, make sure to use the appropriate VS version using --msvs_version=2012/2013/2015/2017/2022 flag: | ||
@@ -58,5 +58,5 @@ For example: | ||
cd [module folder path] | ||
node-gyp rebuild --msvs_version=2019 | ||
node-gyp rebuild --msvs_version=2022 | ||
``` | ||
If you fail to rebuild due to unable to find module 'nan', try running `npm install --ignore-scripts` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
74509569