usb 2.8.3 → 2.9.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.9.0] - 2023-03-16
4
+
5
+ ### Changed
6
+ - Updated node-addon-api to v6.0 - [`581`](https://github.com/node-usb/node-usb/pull/581) ([Maarten Bent](https://github.com/MaartenBent))
7
+
3
8
  ## [2.8.3] - 2023-03-09
4
9
 
5
10
  ### Fixed
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.8.3",
5
+ "version": "2.9.0",
6
6
  "main": "dist/index.js",
7
7
  "engines": {
8
8
  "node": ">=10.20.0 <11.x || >=12.17.0 <13.0 || >=14.0.0"
@@ -53,7 +53,7 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@types/w3c-web-usb": "^1.0.6",
56
- "node-addon-api": "^5.0.0",
56
+ "node-addon-api": "^6.0.0",
57
57
  "node-gyp-build": "^4.5.0"
58
58
  },
59
59
  "devDependencies": {
Binary file
Binary file
Binary file