Skip to content

Commit 422d1aa

Browse files
committed
chore: fix operator overloading
1 parent 3df39d5 commit 422d1aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/gorgeous-mangos-film.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tsplus/installer": patch
3+
---
4+
5+
Fix operator overloading

src/download.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as mkdirp from "mkdirp"
44
import * as path from "path"
55
import * as rimraf from "rimraf"
66

7-
const hash = "1db3ac34c8900b258ac3a8b8a7ee5eb924b37830"
7+
const hash = "cd1181db0ac3ae4f6bd3e2cefbca7e8c2ae287d3"
88
const version = "4.6.0-ets.20220201"
99
const tgz = `https://raw.githubusercontent.com/ts-plus/typescript/${hash}/dev/typescript-${version}.tgz`
1010

0 commit comments

Comments
 (0)