wsjtx-lib 1.0.2 → 1.0.3
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/README.md +2 -0
- package/package.json +1 -1
- package/prebuilds/darwin-arm64/build-info.json +1 -1
- package/prebuilds/linux-arm64/build-info.json +10 -0
- package/prebuilds/linux-arm64/libfftw3f.so.3 +0 -0
- package/prebuilds/linux-arm64/libfftw3f_threads.so.3 +0 -0
- package/prebuilds/linux-arm64/libgcc_s.so.1 +0 -0
- package/prebuilds/linux-arm64/libgfortran.so.5 +0 -0
- package/prebuilds/linux-arm64/wsjtx_lib_nodejs.node +0 -0
- package/prebuilds/linux-x64/build-info.json +1 -1
- package/prebuilds/package-info.json +9 -3
- package/prebuilds/win32-x64/build-info.json +1 -1
- package/prebuilds/win32-x64/wsjtx_lib_nodejs.node +0 -0
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# WSJTX Library for Node.js
|
|
2
2
|
|
|
3
|
+
[](https://badge.fury.io/js/wsjtx-lib)
|
|
4
|
+
|
|
3
5
|
A high-performance Node.js C++ extension for digital amateur radio protocols, providing TypeScript support and async/await interfaces for WSJTX library functionality.
|
|
4
6
|
|
|
5
7
|
## Features
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-06-
|
|
2
|
+
"timestamp": "2025-06-06T02:37:19.525Z",
|
|
3
3
|
"platforms": [
|
|
4
4
|
{
|
|
5
5
|
"platform": "linux",
|
|
@@ -7,6 +7,12 @@
|
|
|
7
7
|
"available": true,
|
|
8
8
|
"path": "./prebuilds/linux-x64/wsjtx_lib_nodejs.node"
|
|
9
9
|
},
|
|
10
|
+
{
|
|
11
|
+
"platform": "linux",
|
|
12
|
+
"arch": "arm64",
|
|
13
|
+
"available": true,
|
|
14
|
+
"path": "./prebuilds/linux-arm64/wsjtx_lib_nodejs.node"
|
|
15
|
+
},
|
|
10
16
|
{
|
|
11
17
|
"platform": "darwin",
|
|
12
18
|
"arch": "arm64",
|
|
@@ -20,6 +26,6 @@
|
|
|
20
26
|
"path": "./prebuilds/win32-x64/wsjtx_lib_nodejs.node"
|
|
21
27
|
}
|
|
22
28
|
],
|
|
23
|
-
"totalPackages":
|
|
24
|
-
"totalSize":
|
|
29
|
+
"totalPackages": 4,
|
|
30
|
+
"totalSize": 4835007
|
|
25
31
|
}
|
|
Binary file
|