File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v1.1.0
4+
5+ - Upgraded TypeScript to ` 4.2.3 ` .
6+
37## v1.0.1
48
59- Fixed type definiton of ` JSON.stringify ` so it accepts readonly arrays. (#1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " better-typescript-lib" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.0 " ,
44 "description" : " Better TypeScript standard library" ,
55 "main" : " index.js" ,
66 "types" : " ./lib.esnext.d.ts" ,
1010 "author" :
" uhyo <[email protected] >" ,
1111 "license" : " Apache-2.0" ,
1212 "peerDependencies" : {
13- "typescript" : " >=4.1 "
13+ "typescript" : " >=4.2 "
1414 }
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " better-typescript-lib" ,
3- "version" : " 1.0.1 " ,
3+ "version" : " 1.1.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