File tree 3 files changed +9
-4
lines changed
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
42
42
43
43
| better-typescript-lib | TypeScript |
44
44
| --------------------- | --------------- |
45
+ | 1.2.0 | TS 4.4 or later |
45
46
| 1.1.0 | TS 4.2 or later |
46
47
| 1.0.0 | TS 4.1 or later |
47
48
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " better-typescript-lib" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Better TypeScript standard library" ,
5
5
"main" : " index.js" ,
6
6
"types" : " ./lib.esnext.d.ts" ,
7
7
"keywords" : [
8
8
" TypeScript"
9
9
],
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " https://github.com/uhyo/better-typescript-lib"
13
+ },
10
14
"author" :
" uhyo <[email protected] >" ,
11
15
"license" : " Apache-2.0" ,
12
16
"peerDependencies" : {
13
- "typescript" : " >=4.2 "
17
+ "typescript" : " >=4.4 "
14
18
}
15
19
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " better-typescript-lib" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " Better TypeScript standard library" ,
5
5
"main" : " index.js" ,
6
6
"devDependencies" : {
25
25
"types" : []
26
26
}
27
27
}
28
- }
28
+ }
You can’t perform that action at this time.
0 commit comments