@nordicsemiconductor/nrf-jlink-js 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/jlink.js +1 -0
  2. package/package.json +1 -1
package/dist/jlink.js CHANGED
@@ -189,6 +189,7 @@ var installJLink = function (installerPath, onUpdate) {
189
189
  break;
190
190
  case 'win32':
191
191
  command = installerPath;
192
+ args = ['-InstUSBDriver=1'];
192
193
  break;
193
194
  default:
194
195
  throw new Error('Invalid platform');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordicsemiconductor/nrf-jlink-js",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "main": "dist",
5
5
  "types": "dist",
6
6
  "files": [