From 17eb1dcc53a826b220c456c0a9261c3c23a36ce6 Mon Sep 17 00:00:00 2001 From: Michael Arnaldi Date: Tue, 1 Feb 2022 14:39:59 +0000 Subject: [PATCH] chore: update release --- .changeset/little-kids-act.md | 5 +++++ src/download.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/little-kids-act.md diff --git a/.changeset/little-kids-act.md b/.changeset/little-kids-act.md new file mode 100644 index 0000000..bedebc4 --- /dev/null +++ b/.changeset/little-kids-act.md @@ -0,0 +1,5 @@ +--- +"@tsplus/installer": patch +--- + +Disallow values of type any in lazyfunction arguments (https://github.com/ts-plus/typescript/pull/28) diff --git a/src/download.ts b/src/download.ts index ff7ff0e..41230dd 100644 --- a/src/download.ts +++ b/src/download.ts @@ -4,7 +4,7 @@ import * as mkdirp from "mkdirp" import * as path from "path" import * as rimraf from "rimraf" -const hash = "1b49459393be53b6e77f145bfc2cdc93666a1bab" +const hash = "1db3ac34c8900b258ac3a8b8a7ee5eb924b37830" const version = "4.6.0-ets.20220201" const tgz = `https://raw.githubusercontent.com/ts-plus/typescript/${hash}/dev/typescript-${version}.tgz`