We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5591020 commit 98a5998Copy full SHA for 98a5998
.changeset/tall-vans-learn.md
@@ -0,0 +1,5 @@
1
+---
2
+"@tsplus/installer": patch
3
4
+
5
+Potentially fix excessive widening of lazy params
src/download.ts
@@ -4,7 +4,7 @@ import * as mkdirp from "mkdirp"
import * as path from "path"
import * as rimraf from "rimraf"
6
7
-const hash = "a3839f94dcdb066f9cf87fdf5de4e429802f35d9"
+const hash = "adf109d37c73cb4cb6bcaf5683dacb4cab379f71"
8
const version = "4.6.0-ets.20220131"
9
const tgz = `https://raw.githubusercontent.com/ts-plus/typescript/${hash}/dev/typescript-${version}.tgz`
10
0 commit comments