From f847919bc4c153de10d38468b19e9e7dcf72b011 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 29 Aug 2019 00:12:11 +0000 Subject: [PATCH] AU: 1 updated - typescript [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/78212f985d158ade71a5ac4827f37b1f68ffcf90 --- 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 2978b3677bb..447302f26d1 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.5.3" +Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@3.6.2" diff --git a/automatic/typescript/typescript.nuspec b/automatic/typescript/typescript.nuspec index 1d80f8a8bf3..25e5de7c4e9 100644 --- a/automatic/typescript/typescript.nuspec +++ b/automatic/typescript/typescript.nuspec @@ -3,7 +3,7 @@ typescript - 3.5.3 + 3.6.2 https://github.com/chocolatey-community/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.5.3%22+label%3A%22fixed%22+ + https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.6.2%22+label%3A%22fixed%22+