diff --git a/package-lock.json b/package-lock.json index a7d2081..febdeff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@matrixai/mdns", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@matrixai/mdns", - "version": "2.0.5", + "version": "2.0.6", "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.5" + "@matrixai/mdns-linux-x64": "2.0.6" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 1ee2657..9fcb989 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@matrixai/mdns", - "version": "2.0.5", + "version": "2.0.6", "author": "Matrix AI", "contributors": [ { @@ -62,7 +62,7 @@ "ip-num": "^1.5.1" }, "optionalDependencies": { - "@matrixai/mdns-linux-x64": "2.0.5" + "@matrixai/mdns-linux-x64": "2.0.6" }, "devDependencies": { "@fast-check/jest": "^2.1.0", diff --git a/scripts/choco-install.ps1 b/scripts/choco-install.ps1 index a2e9fdb..6bf9ccc 100755 --- a/scripts/choco-install.ps1 +++ b/scripts/choco-install.ps1 @@ -28,7 +28,3 @@ choco install "$nodejs" --version='20.5.1' --require-checksums -y --no-progress if ( -not (Test-Path -Path "${PSScriptRoot}\..\tmp\chocolatey\$nodejs\$nodejs.20.5.1.nupkg" -PathType Leaf) ) { Save-ChocoPackage -PackageName $nodejs } - -# Install python v3.9.12 (will use cache if exists) -$python = "python3" -choco install "$python" --version='3.9.12' --require-checksums -y --no-progress