File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ Include better-typescript-lib with triple-slash directives from the entry point
4242
4343| better-typescript-lib | TypeScript |
4444| --------------------- | --------------- |
45+ | 1.2.0 | TS 4.4 or later |
4546| 1.1.0 | TS 4.2 or later |
4647| 1.0.0 | TS 4.1 or later |
4748
Original file line number Diff line number Diff line change 11{
22 "name" : " better-typescript-lib" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
44 "description" : " Better TypeScript standard library" ,
55 "main" : " index.js" ,
66 "types" : " ./lib.esnext.d.ts" ,
77 "keywords" : [
88 " TypeScript"
99 ],
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/uhyo/better-typescript-lib"
13+ },
1014 "author" : " uhyo <uhyo@uhy.ooo>" ,
1115 "license" : " Apache-2.0" ,
1216 "peerDependencies" : {
13- "typescript" : " >=4.2 "
17+ "typescript" : " >=4.4 "
1418 }
1519}
Original file line number Diff line number Diff line change 11{
22 "name" : " better-typescript-lib" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.2 .0" ,
44 "description" : " Better TypeScript standard library" ,
55 "main" : " index.js" ,
66 "devDependencies" : {
2525 "types" : []
2626 }
2727 }
28- }
28+ }
You can’t perform that action at this time.
0 commit comments