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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # WSJTX Library for Node.js
2
2
 
3
+ [![npm version](https://badge.fury.io/js/wsjtx-lib.svg)](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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsjtx-lib",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Node.js C++ extension for WSJTX digital radio protocol library",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -3,7 +3,7 @@
3
3
  "github_runner": "macos-latest",
4
4
  "arch": "arm64",
5
5
  "node_version": "18",
6
- "build_time": "2025-06-05T11:19:15Z",
6
+ "build_time": "2025-06-06T02:25:17Z",
7
7
  "cmake_arch": "arm64",
8
8
  "file_size": 984136,
9
9
  "bundled_libraries": 3
@@ -0,0 +1,10 @@
1
+ {
2
+ "platform": "ubuntu-24.04-arm",
3
+ "github_runner": "ubuntu-24.04-arm",
4
+ "arch": "arm64",
5
+ "node_version": "18",
6
+ "build_time": "2025-06-06T02:25:50Z",
7
+ "cmake_arch": "arm64",
8
+ "file_size": 1021208,
9
+ "bundled_libraries": 0
10
+ }
@@ -3,7 +3,7 @@
3
3
  "github_runner": "ubuntu-latest",
4
4
  "arch": "x64",
5
5
  "node_version": "18",
6
- "build_time": "2025-06-05T11:19:08Z",
6
+ "build_time": "2025-06-06T02:24:49Z",
7
7
  "cmake_arch": "x86_64",
8
8
  "file_size": 1110008,
9
9
  "bundled_libraries": 0
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-06-06T01:33:39.094Z",
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": 3,
24
- "totalSize": 3813799
29
+ "totalPackages": 4,
30
+ "totalSize": 4835007
25
31
  }
@@ -3,7 +3,7 @@
3
3
  "github_runner": "windows-latest",
4
4
  "arch": "x64",
5
5
  "node_version": "18",
6
- "build_time": "2025-06-05T11:22:26Z",
6
+ "build_time": "2025-06-06T02:31:18Z",
7
7
  "cmake_arch": "x64",
8
8
  "file_size": 1719655,
9
9
  "bundled_libraries": 6,