hamlib 0.1.25 → 0.1.26

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/binding.gyp CHANGED
@@ -42,12 +42,20 @@
42
42
  "include_dirs": [
43
43
  "<!@(node -e \"if(process.env.HAMLIB_PREFIX) console.log(process.env.HAMLIB_PREFIX + '/include')\")",
44
44
  "/usr/local/include",
45
- "/opt/homebrew/include"
45
+ "/usr/local/opt/hamlib/include",
46
+ "/usr/local/opt/libusb/include",
47
+ "/opt/homebrew/include",
48
+ "/opt/homebrew/opt/hamlib/include",
49
+ "/opt/homebrew/opt/libusb/include"
46
50
  ],
47
51
  "libraries": [
48
52
  "<!@(node -e \"if(process.env.HAMLIB_PREFIX) console.log('-L' + process.env.HAMLIB_PREFIX + '/lib')\")",
49
53
  "-L/usr/local/lib",
54
+ "-L/usr/local/opt/hamlib/lib",
55
+ "-L/usr/local/opt/libusb/lib",
50
56
  "-L/opt/homebrew/lib",
57
+ "-L/opt/homebrew/opt/hamlib/lib",
58
+ "-L/opt/homebrew/opt/libusb/lib",
51
59
  "-lhamlib"
52
60
  ],
53
61
  "xcode_settings": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamlib",
3
- "version": "0.1.25",
3
+ "version": "0.1.26",
4
4
  "description": "Node.js wrapper for hamlib radio control library",
5
5
  "main": "index.js",
6
6
  "module": "lib/index.mjs",
@@ -1,11 +1,12 @@
1
1
  Node-HamLib Precompiled Binaries
2
2
  ================================
3
- Build Time: Fri Nov 7 15:55:21 UTC 2025
4
- Git Commit: f1ca54f7a364218f4d5a8f58778c67295fea66a5
3
+ Build Time: Sat Nov 8 02:52:06 UTC 2025
4
+ Git Commit: 43e055bd928a2bf2f4cf7839165f1442511c20c8
5
5
  Git Ref: refs/heads/main
6
6
 
7
7
  Supported Platforms:
8
8
  - darwin-arm64
9
+ - darwin-x64
9
10
  - linux-arm64
10
11
  - linux-x64
11
12
  - win32-x64
Binary file
Binary file