wsjtx-lib 1.1.7 → 1.2.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.
Files changed (38) hide show
  1. package/package.json +5 -4
  2. package/prebuilds/darwin-arm64/build-info.json +1 -6
  3. package/prebuilds/darwin-arm64/libfftw3f.3.dylib +0 -0
  4. package/prebuilds/darwin-arm64/libfftw3f_threads.3.dylib +0 -0
  5. package/prebuilds/darwin-arm64/libgcc_s.1.1.dylib +0 -0
  6. package/prebuilds/darwin-arm64/libgfortran.5.dylib +0 -0
  7. package/prebuilds/darwin-arm64/libquadmath.0.dylib +0 -0
  8. package/prebuilds/darwin-arm64/libwsjtx_core.dylib +0 -0
  9. package/prebuilds/darwin-arm64/wsjtx_lib_nodejs.node +0 -0
  10. package/prebuilds/darwin-x64/build-info.json +5 -0
  11. package/prebuilds/darwin-x64/libfftw3f.3.dylib +0 -0
  12. package/prebuilds/{macos-15-intel-x64 → darwin-x64}/libfftw3f_threads.3.dylib +0 -0
  13. package/prebuilds/{macos-15-intel-x64 → darwin-x64}/libgcc_s.1.1.dylib +0 -0
  14. package/prebuilds/{macos-15-intel-x64 → darwin-x64}/libgfortran.5.dylib +0 -0
  15. package/prebuilds/{macos-15-intel-x64 → darwin-x64}/libquadmath.0.dylib +0 -0
  16. package/prebuilds/darwin-x64/libwsjtx_core.dylib +0 -0
  17. package/prebuilds/darwin-x64/wsjtx_lib_nodejs.node +0 -0
  18. package/prebuilds/linux-arm64/build-info.json +1 -6
  19. package/prebuilds/linux-arm64/libwsjtx_core.so +0 -0
  20. package/prebuilds/linux-arm64/wsjtx_lib_nodejs.node +0 -0
  21. package/prebuilds/linux-x64/build-info.json +1 -6
  22. package/prebuilds/linux-x64/libgcc_s.so.1 +0 -0
  23. package/prebuilds/linux-x64/libgfortran.so.5 +0 -0
  24. package/prebuilds/linux-x64/libstdc++.so.6 +0 -0
  25. package/prebuilds/linux-x64/libwsjtx_core.so +0 -0
  26. package/prebuilds/linux-x64/wsjtx_lib_nodejs.node +0 -0
  27. package/prebuilds/win32-x64/build-info.json +1 -14
  28. package/prebuilds/win32-x64/libgcc_s_seh-1.dll +0 -0
  29. package/prebuilds/win32-x64/libgfortran-5.dll +0 -0
  30. package/prebuilds/win32-x64/libquadmath-0.dll +0 -0
  31. package/prebuilds/win32-x64/libstdc++-6.dll +0 -0
  32. package/prebuilds/win32-x64/libwinpthread-1.dll +0 -0
  33. package/prebuilds/win32-x64/wsjtx_core.dll +0 -0
  34. package/prebuilds/win32-x64/wsjtx_lib_nodejs.node +0 -0
  35. package/prebuilds/macos-15-intel-x64/build-info.json +0 -10
  36. package/prebuilds/macos-15-intel-x64/libfftw3f.3.dylib +0 -0
  37. package/prebuilds/macos-15-intel-x64/wsjtx_lib_nodejs.node +0 -0
  38. package/prebuilds/package-info.json +0 -37
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wsjtx-lib",
3
- "version": "1.1.7",
3
+ "version": "1.2.0",
4
4
  "description": "Node.js C++ extension for WSJTX digital radio protocol library",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -22,16 +22,17 @@
22
22
  ],
23
23
  "scripts": {
24
24
  "build": "npm run build:native && npm run build:ts",
25
- "build:win": "npm run build:native:win && npm run build:ts",
26
25
  "build:native": "cmake-js compile",
27
- "build:native:win": "cmake-js compile --generator=\"MinGW Makefiles\"",
26
+ "build:win": "npm run build:win:core && npm run build:win:node && npm run build:ts",
27
+ "build:win:core": "echo 'Run in MSYS2 MinGW64 shell: mkdir -p build-core && cd build-core && cmake .. -G \"MinGW Makefiles\" -DWSJTX_BUILD_CORE_ONLY=ON -DCMAKE_BUILD_TYPE=Release && mingw32-make -j$(nproc)'",
28
+ "build:win:node": "cmake-js compile --CDWSJTX_BUILD_NODE_ONLY=ON --CDWSJTX_CORE_DIR=build-core",
28
29
  "build:ts": "tsc",
29
30
  "clean": "cmake-js clean && rimraf dist",
30
31
  "test": "node --test dist/test/wsjtx.basic.test.js",
31
32
  "test:full": "node --test dist/test/wsjtx.test.js",
32
33
  "prepare": "npm run build:ts",
33
34
  "package": "node scripts/package-prebuilds.js",
34
- "prepublishOnly": "npm run build:ts && npm run package"
35
+ "prepublishOnly": "npm run build:ts"
35
36
  },
36
37
  "keywords": [
37
38
  "wsjtx",
@@ -1,10 +1,5 @@
1
1
  {
2
2
  "platform": "darwin",
3
- "github_runner": "macos-latest",
4
3
  "arch": "arm64",
5
- "node_version": "20",
6
- "build_time": "2025-11-08T03:15:56Z",
7
- "cmake_arch": "arm64",
8
- "file_size": 937184,
9
- "bundled_libraries": 5
4
+ "build_time": "2026-03-07T06:32:57Z"
10
5
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "platform": "darwin",
3
+ "arch": "x64",
4
+ "build_time": "2026-03-07T06:34:29Z"
5
+ }
@@ -1,10 +1,5 @@
1
1
  {
2
2
  "platform": "linux",
3
- "github_runner": "ubuntu-24.04-arm",
4
3
  "arch": "arm64",
5
- "node_version": "20",
6
- "build_time": "2025-11-08T03:15:59Z",
7
- "cmake_arch": "arm64",
8
- "file_size": 1022336,
9
- "bundled_libraries": 0
4
+ "build_time": "2026-03-07T06:31:41Z"
10
5
  }
@@ -1,10 +1,5 @@
1
1
  {
2
2
  "platform": "linux",
3
- "github_runner": "ubuntu-latest",
4
3
  "arch": "x64",
5
- "node_version": "20",
6
- "build_time": "2025-11-08T03:17:30Z",
7
- "cmake_arch": "x86_64",
8
- "file_size": 1111096,
9
- "bundled_libraries": 0
4
+ "build_time": "2026-03-07T06:38:01Z"
10
5
  }
Binary file
Binary file
@@ -1,14 +1 @@
1
- {
2
- "platform": "win32",
3
- "github_runner": "windows-latest",
4
- "arch": "x64",
5
- "node_version": "20",
6
- "build_time": "2025-11-08T03:18:50Z",
7
- "cmake_arch": "x64",
8
- "file_size": 1735157,
9
- "bundled_libraries": 6,
10
- "total_package_size": 12773394,
11
- "required_dlls": ["libfftw3f-3.dll","libfftw3f_threads-3.dll","libgcc_s_seh-1.dll","libgfortran-5.dll","libwinpthread-1.dll","libstdc++-6.dll"],
12
- "bundled_dlls": ["libfftw3f_threads-3.dll", "libfftw3f-3.dll", "libgcc_s_seh-1.dll", "libgfortran-5.dll", "libstdc++-6.dll", "libwinpthread-1.dll"],
13
- "missing_dlls": ""
14
- }
1
+ {"platform":"win32","arch":"x64","build_time":"2026-03-07T06:35:21Z"}
Binary file
@@ -1,10 +0,0 @@
1
- {
2
- "platform": "macos-15-intel",
3
- "github_runner": "macos-15-intel",
4
- "arch": "x64",
5
- "node_version": "20",
6
- "build_time": "2025-11-08T03:17:05Z",
7
- "cmake_arch": "x86_64",
8
- "file_size": 1049648,
9
- "bundled_libraries": 5
10
- }
@@ -1,37 +0,0 @@
1
- {
2
- "timestamp": "2025-11-08T03:24:49.369Z",
3
- "platforms": [
4
- {
5
- "platform": "linux",
6
- "arch": "x64",
7
- "available": true,
8
- "path": "./prebuilds/linux-x64/wsjtx_lib_nodejs.node"
9
- },
10
- {
11
- "platform": "linux",
12
- "arch": "arm64",
13
- "available": true,
14
- "path": "./prebuilds/linux-arm64/wsjtx_lib_nodejs.node"
15
- },
16
- {
17
- "platform": "darwin",
18
- "arch": "arm64",
19
- "available": true,
20
- "path": "./prebuilds/darwin-arm64/wsjtx_lib_nodejs.node"
21
- },
22
- {
23
- "platform": "darwin",
24
- "arch": "x64",
25
- "available": false,
26
- "path": "./prebuilds/darwin-x64/wsjtx_lib_nodejs.node"
27
- },
28
- {
29
- "platform": "win32",
30
- "arch": "x64",
31
- "available": true,
32
- "path": "./prebuilds/win32-x64/wsjtx_lib_nodejs.node"
33
- }
34
- ],
35
- "totalPackages": 4,
36
- "totalSize": 4805773
37
- }