Skip to content

Commit

Permalink
chore: update release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearnaldi committed Feb 1, 2022
1 parent 3a0f475 commit 17eb1dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/little-kids-act.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@tsplus/installer": patch
---

Disallow values of type any in lazyfunction arguments (https://github.com/ts-plus/typescript/pull/28)
2 changes: 1 addition & 1 deletion src/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 17eb1dc

Please sign in to comment.