usb 2.12.0 → 2.12.1

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.
package/CHANGELOG.md CHANGED
@@ -1,8 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.12.1] - 2024-03-09
4
+
5
+ ### Changed
6
+ - Rolled back prebuildify to 5.0.1 to avoid naming issue - [`744`](https://github.com/node-usb/node-usb/pull/744) ([Rob Moran](https://github.com/thegecko))
7
+
3
8
  ## [2.12.0] - 2024-03-02
4
9
 
5
- #### Added
10
+ ### Added
6
11
  - Added prebuilt binary for Windows Arm64 - [`735`](https://github.com/node-usb/node-usb/pull/735) ([Rob Moran](https://github.com/thegecko))
7
12
  - Added exception handling - [`738`](https://github.com/node-usb/node-usb/pull/738) ([Rob Moran](https://github.com/thegecko))
8
13
  - Added exception when trying to transfer and device is closed - [`715`](https://github.com/node-usb/node-usb/pull/715) ([Rob Moran](https://github.com/thegecko))
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "usb",
3
3
  "description": "Library to access USB devices",
4
4
  "license": "MIT",
5
- "version": "2.12.0",
5
+ "version": "2.12.1",
6
6
  "main": "dist/index.js",
7
7
  "engines": {
8
8
  "node": ">=12.22.0 <13.0 || >=14.17.0"
@@ -64,7 +64,7 @@
64
64
  "eslint": "^8.29.0",
65
65
  "mocha": "^10.1.0",
66
66
  "node-gyp": "^10.0.1",
67
- "prebuildify": "^6.0.0",
67
+ "prebuildify": "^5.0.1",
68
68
  "prebuildify-ci": "^1.0.5",
69
69
  "prebuildify-cross": "^5.0.0",
70
70
  "typedoc": "^0.22.10",
index 6490874..dc3022f 100755
Binary file
index c8524db..9d3bbe5 100644
Binary file
index 30d333c..8eeadc8 100644
Binary file
index a9b9a8d..fd4d8fb 100644
Binary file