hamlib 0.1.21 → 0.1.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hamlib",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "Node.js wrapper for hamlib radio control library",
5
5
  "main": "index.js",
6
6
  "module": "lib/index.mjs",
@@ -45,9 +45,10 @@
45
45
  "test:network": "node test/test_network.js",
46
46
  "prebuild": "prebuildify --napi --strip",
47
47
  "prepare": "",
48
- "bundle": "node scripts/bundle-hamlib.js",
49
- "fix-rpath": "node scripts/fix-linux-rpath.js",
50
- "prebuild:bundle": "npm run prebuild && npm run bundle && npm run fix-rpath"
48
+ "bundle:macos": "bash scripts/bundle-macos.sh",
49
+ "bundle:linux": "bash scripts/bundle-linux.sh",
50
+ "bundle:windows": "node scripts/bundle-windows.js",
51
+ "verify": "node scripts/verify-dependencies.js"
51
52
  },
52
53
  "dependencies": {
53
54
  "node-addon-api": "^4.3.0",
@@ -0,0 +1,13 @@
1
+ Node-HamLib Precompiled Binaries
2
+ ================================
3
+ Build Time: Sun Oct 19 05:09:54 UTC 2025
4
+ Git Commit: 300713b7df0efe245e97518a6051327cfd4ac7aa
5
+ Git Ref: refs/heads/main
6
+
7
+ Supported Platforms:
8
+ - darwin-arm64
9
+ - linux-arm64
10
+ - linux-x64
11
+ - win32-x64
12
+
13
+ Installation: Extract to your project's prebuilds/ directory
Binary file
Binary file
Binary file