From 3ea2ce881b1e5234743c2aa86c912ca44c34bd7c Mon Sep 17 00:00:00 2001 From: Brynley Llewellyn-Roux Date: Wed, 26 Mar 2025 14:25:54 +1100 Subject: [PATCH 1/2] fix: use `python3` naming not `python` --- scripts/choco-install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/choco-install.ps1 b/scripts/choco-install.ps1 index bb763af..e44a6f3 100755 --- a/scripts/choco-install.ps1 +++ b/scripts/choco-install.ps1 @@ -30,7 +30,7 @@ if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20 } # Install python v3.9.12 (will use cache if exists) -$python = "python" +$python = "python3" choco install "$python" --version='3.9.12' --require-checksums -y --no-progress # Internalise python to cache if doesn't exist if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$python\$python.3.9.12.nupkg" -PathType Leaf) ) { From b4e6184091dcd10367c2d389e6d56816092850f3 Mon Sep 17 00:00:00 2001 From: Brynley Llewellyn-Roux Date: Wed, 26 Mar 2025 14:26:03 +1100 Subject: [PATCH 2/2] 2.0.3 --- package-lock.json | 6 +++--- package.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f85bc4..7040107 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/mdns", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@matrixai/mdns", - "version": "2.0.2", + "version": "2.0.3", "license": "Apache-2.0", "dependencies": { "@matrixai/async-cancellable": "^2.0.1", @@ -51,7 +51,7 @@ "node": "^20.5.1" }, "optionalDependencies": { - "@matrixai/mdns-linux-x64": "2.0.2" + "@matrixai/mdns-linux-x64": "2.0.3" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index ac70bed..a011d56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/mdns", - "version": "2.0.2", + "version": "2.0.3", "author": "Matrix AI", "contributors": [ { @@ -62,7 +62,7 @@ "ip-num": "^1.5.1" }, "optionalDependencies": { - "@matrixai/mdns-linux-x64": "2.0.2" + "@matrixai/mdns-linux-x64": "2.0.3" }, "devDependencies": { "@fast-check/jest": "^2.1.0",