From 01106b6d9bd1fe0ed80efb0207863db06d632c6f Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 10 Apr 2019 00:30:29 +0000 Subject: [PATCH] AU: 1 updated - typescript [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/0d81af07848fe74984ab516142aa06ae464656fb --- automatic/typescript/tools/chocolateyInstall.ps1 | 2 +- automatic/typescript/typescript.nuspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/typescript/tools/chocolateyInstall.ps1 b/automatic/typescript/tools/chocolateyInstall.ps1 index bce57e3f869..56097a4baba 100644 --- a/automatic/typescript/tools/chocolateyInstall.ps1 +++ b/automatic/typescript/tools/chocolateyInstall.ps1 @@ -4,4 +4,4 @@ Update-SessionEnvironment $npmPath = Get-Command npm | ForEach-Object { $_.Path } "Installing $env:chocolateyPackageName using nodejs..." -Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@3.4.2" +Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@3.4.3" diff --git a/automatic/typescript/typescript.nuspec b/automatic/typescript/typescript.nuspec index 55041035b54..7f0d84bd6de 100644 --- a/automatic/typescript/typescript.nuspec +++ b/automatic/typescript/typescript.nuspec @@ -3,7 +3,7 @@ typescript - 3.4.2 + 3.4.3 https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/typescript chocolatey, Microsoft TypeScript @@ -23,7 +23,7 @@ This package installs the command-line TypeScript compiler as a Node.js package. ]]> - https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.4.2%22+label%3A%22fixed%22+ + https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.4.3%22+label%3A%22fixed%22+