usb 2.4.0 → 2.4.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,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.4.1] - 2022-05-07
4
+
5
+ ### Fixed
6
+ - Fixed node engine ranges in package.json - ([Rob Moran](https://github.com/thegecko))
7
+
3
8
  ## [2.4.0] - 2022-05-02
4
9
 
5
10
  ### Fixed
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "name": "usb",
3
3
  "description": "Library to access USB devices",
4
4
  "license": "MIT",
5
- "version": "2.4.0",
5
+ "version": "2.4.1",
6
6
  "main": "dist/index.js",
7
7
  "engines": {
8
- "node": ">=10.20.0 <11.x, >=12.17.0 <13.0, >=14.0.0"
8
+ "node": ">=10.20.0 <11.x || >=12.17.0 <13.0 || >=14.0.0"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
Binary file
Binary file