From 966840e86f5c0445b3f2eac538794478c3aa05e7 Mon Sep 17 00:00:00 2001 From: Nicolas MARTEAU Date: Fri, 25 Oct 2024 16:22:07 +0200 Subject: [PATCH 1/3] chore(win32-ia32): v0.0.6 --- npm/win32-ia32/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/win32-ia32/package.json b/npm/win32-ia32/package.json index 5ac3817..f791bd7 100644 --- a/npm/win32-ia32/package.json +++ b/npm/win32-ia32/package.json @@ -1,6 +1,6 @@ { "name": "@myunisoft/heif-converter.win32-ia32", - "version": "0.0.4", + "version": "0.0.6", "description": "Prebuilt heif-converter for use with Windows x86", "author": "Nicolas Marteau ", "homepage": "https://github.com/MyUnisoft/heif-converter", From 096e1a8c763756315ec2efdc2975bdc9f29b83f4 Mon Sep 17 00:00:00 2001 From: Nicolas MARTEAU Date: Fri, 25 Oct 2024 16:22:25 +0200 Subject: [PATCH 2/3] chore(win32-x64): v0.1.4 --- npm/win32-x64/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/win32-x64/package.json b/npm/win32-x64/package.json index e7b2443..18fe6df 100644 --- a/npm/win32-x64/package.json +++ b/npm/win32-x64/package.json @@ -1,6 +1,6 @@ { "name": "@myunisoft/heif-converter.win32-x64", - "version": "0.1.3", + "version": "0.1.4", "description": "Prebuilt heif-converter for use with Windows x64", "author": "Nicolas Marteau ", "homepage": "https://github.com/MyUnisoft/heif-converter", From 6aee0ff9b3c3834739feadaae8bce538b2df8ad1 Mon Sep 17 00:00:00 2001 From: Nicolas MARTEAU Date: Fri, 25 Oct 2024 16:24:11 +0200 Subject: [PATCH 3/3] chore: update win32 optional dependencies --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 99d30bd..9d86f00 100644 --- a/package.json +++ b/package.json @@ -54,8 +54,8 @@ "@myunisoft/heif-converter.darwin-x64": "^0.0.6", "@myunisoft/heif-converter.linux-x64": "^0.1.6", "@myunisoft/heif-converter.linuxmusl-x64": "^0.2.4", - "@myunisoft/heif-converter.win32-ia32": "^0.0.4", - "@myunisoft/heif-converter.win32-x64": "^0.1.3" + "@myunisoft/heif-converter.win32-ia32": "^0.0.6", + "@myunisoft/heif-converter.win32-x64": "^0.1.4" }, "dependencies": { "detect-libc": "^2.0.3"