From fef7a06084a2b47dc2b79fff663710542eaa1826 Mon Sep 17 00:00:00 2001 From: dexter21767-dev Date: Tue, 4 Mar 2025 19:55:53 +0100 Subject: [PATCH 1/5] v1.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d87701..311737e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "beamup-cli", - "version": "1.3.0", + "version": "1.3.1", "bin": { "beamup": "./bin/index.js" }, From bfa1ae4bdece032c3c856fc5ce543ca5783463a7 Mon Sep 17 00:00:00 2001 From: dexter21767-dev Date: Fri, 7 Mar 2025 19:23:41 +0100 Subject: [PATCH 2/5] test x86 --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 311737e..e5f3491 100644 --- a/package.json +++ b/package.json @@ -10,9 +10,10 @@ }, "pkg": { "targets": [ - "linux-x64", - "macos-x64", - "win-x64" + "node12-linux-x64", + "node12-macos-x64", + "node12-win-x64", + "node12-win-x86" ], "outputPath": "build" }, From 317d6579b510779624e960f412c741a1b9aa5c81 Mon Sep 17 00:00:00 2001 From: dexter21767-dev Date: Fri, 7 Mar 2025 19:25:59 +0100 Subject: [PATCH 3/5] test x86 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b3436a..d227281 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: npm ci - name: Build Project - run: npm run build + run: npm run build -- --targets=node12-linux-x64node12-macos-x64,node12-win-x64,node12-win-x86 - name: Upload PR Artifacts uses: actions/upload-artifact@v4 From b2d92d1526883b82d7fb6e15c049e9903c322308 Mon Sep 17 00:00:00 2001 From: dexter21767-dev Date: Fri, 7 Mar 2025 19:27:21 +0100 Subject: [PATCH 4/5] fix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d227281..6581c30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: run: npm ci - name: Build Project - run: npm run build -- --targets=node12-linux-x64node12-macos-x64,node12-win-x64,node12-win-x86 + run: npm run build -- --targets=node12-linux-x64,node12-macos-x64,node12-win-x64,node12-win-x86 - name: Upload PR Artifacts uses: actions/upload-artifact@v4 From 61d35b1dee9f4f087c1f6662120ec788fa650db5 Mon Sep 17 00:00:00 2001 From: dexter21767-dev Date: Fri, 7 Mar 2025 19:28:46 +0100 Subject: [PATCH 5/5] test --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index e5f3491..10b7fe6 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "targets": [ "node12-linux-x64", "node12-macos-x64", - "node12-win-x64", - "node12-win-x86" + "node12-win-x64" ], "outputPath": "build" },