File tree Expand file tree Collapse file tree 4 files changed +24
-20
lines changed
Expand file tree Collapse file tree 4 files changed +24
-20
lines changed Original file line number Diff line number Diff line change 44
55### Minor Changes
66
7- - 3dc15d1: add getDimensionByDOM
7+ - 3dc15d1: add getDimensionByDOM
88
99### Patch Changes
1010
11- - 3dc15d1: rename getDimensionAsPNG to getDimensionOfPNG
12- - 3dc15d1: rename getDimensionAsJPEG to getDimensionOfJPEG
11+ - 3dc15d1: rename getDimensionAsPNG to getDimensionOfPNG
12+ - 3dc15d1: rename getDimensionAsJPEG to getDimensionOfJPEG
1313
1414## 0.2.0
1515
1616### Minor Changes
1717
18- - 3c25f47: add todo and unimplemented
18+ - 3c25f47: add todo and unimplemented
1919
2020## 0.1.3
2121
2222### Patch Changes
2323
24- - 31f1dea: fix package.json
25- - 3ce78d7: optimize lazy decorator
24+ - 31f1dea: fix package.json
25+ - 3ce78d7: optimize lazy decorator
2626
2727## 0.1.2
2828
2929### Patch Changes
3030
31- - da5b0b9: fix lazy decorator type signature
31+ - da5b0b9: fix lazy decorator type signature
3232
3333## 0.1.1
3434
3535### Patch Changes
3636
37- - c441e50: add lazy decorator
37+ - c441e50: add lazy decorator
3838
3939## 0.1.0
4040
4141### Minor Changes
4242
43- - b59461a: remove getCookieValue
44- - b59461a: remove blobToText
45- - b59461a: remove AbortSignal.timeout
46- - b59461a: remove dependency to lodash
43+ - b59461a: remove getCookieValue
44+ - b59461a: remove blobToText
45+ - b59461a: remove AbortSignal.timeout
46+ - b59461a: remove dependency to lodash
Original file line number Diff line number Diff line change 11{
22 "name" : " @masknet/kit" ,
33 "version" : " 0.3.0" ,
4- "packageManager" : " pnpm@8.3 .1" ,
4+ "packageManager" : " pnpm@8.15 .1" ,
55 "description" : " A toolkit library." ,
66 "sideEffects" : false ,
77 "license" : " MIT" ,
2121 "devDependencies" : {
2222 "@changesets/cli" : " ^2.27.1" ,
2323 "@masknet/config" : " ^0.2.1" ,
24- "prettier" : " ^3.2.4 " ,
24+ "prettier" : " ^3.2.5 " ,
2525 "typescript" : " ^5.3.3" ,
2626 "user-agent-data-types" : " ^0.4.2"
2727 }
Original file line number Diff line number Diff line change 22 "extends" : " @masknet/config" ,
33 "compilerOptions" : {
44 "outDir" : " esm" ,
5- "rootDir" : " ./src" ,
6- },
5+ "rootDir" : " ./src"
6+ }
77}
You can’t perform that action at this time.
0 commit comments