From e276880a55a50b758abc08aed4cbf67a65417de5 Mon Sep 17 00:00:00 2001 From: Brynley Llewellyn-Roux Date: Wed, 26 Mar 2025 14:39:30 +1100 Subject: [PATCH 1/2] fix: remove caching for `python3` --- scripts/choco-install.ps1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/choco-install.ps1 b/scripts/choco-install.ps1 index e44a6f3..a2e9fdb 100755 --- a/scripts/choco-install.ps1 +++ b/scripts/choco-install.ps1 @@ -32,7 +32,3 @@ if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20 # Install python v3.9.12 (will use cache if exists) $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) ) { - Save-ChocoPackage -PackageName $python -} From f087854f680d7cc4014353099b23ec6398685131 Mon Sep 17 00:00:00 2001 From: Brynley Llewellyn-Roux Date: Wed, 26 Mar 2025 14:39:42 +1100 Subject: [PATCH 2/2] 2.0.5 --- 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 f8dddcc..a7d2081 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/mdns", - "version": "2.0.4", + "version": "2.0.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@matrixai/mdns", - "version": "2.0.4", + "version": "2.0.5", "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.4" + "@matrixai/mdns-linux-x64": "2.0.5" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 8b7da06..1ee2657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/mdns", - "version": "2.0.4", + "version": "2.0.5", "author": "Matrix AI", "contributors": [ { @@ -62,7 +62,7 @@ "ip-num": "^1.5.1" }, "optionalDependencies": { - "@matrixai/mdns-linux-x64": "2.0.4" + "@matrixai/mdns-linux-x64": "2.0.5" }, "devDependencies": { "@fast-check/jest": "^2.1.0",