File tree 3 files changed +2
-36
lines changed
3 files changed +2
-36
lines changed Original file line number Diff line number Diff line change 6
6
7
7
## Features
8
8
9
- - 🐥 ** Small** : ** [ 0.67 KB] ( https://bundlejs.com/?bundle&q=blo ) ** gzipped.
9
+ - 🐥 ** Small** : ** [ 0.76 KB] ( https://bundlejs.com/?bundle&q=%40blockchainhub%2Fblo ) ** gzipped.
10
10
- 💥 ** Fast** : ** [ 3.5x faster] ( #library-comparison ) ** than the second fastest solution.
11
11
- 🔍 ** Optimized** : Leverages SVG to generate compact and sharp images at any size.
12
12
- 💆 ** Simple** : Focuses on Ethereum identicons only, allowing for a simpler API.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blockchainhub/blo" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"license" : " CORE" ,
5
5
"author" :
" Pierre Bertet <[email protected] >" ,
6
6
"contributors" : [
34
34
"scripts" : {
35
35
"dev" : " vite ./demos/react" ,
36
36
"build" : " tsc && vite build" ,
37
- "lint" : " eslint '**/*.{ts,tsx}'" ,
38
37
"ncu-all" : " ncu -u && cd demos/bun && ncu -u && cd ../node && ncu -u && cd ../react && ncu -u && cd ../../benchmark && ncu -u"
39
38
},
40
39
"files" : [
41
40
" dist"
42
41
],
43
42
"sideEffects" : false ,
44
43
"devDependencies" : {
45
- "@eslint/js" : " ^9.1.1" ,
46
- "eslint" : " ^9.1.1" ,
47
- "eslint-plugin-react-refresh" : " ^0.4.6" ,
48
44
"globals" : " ^15.1.0" ,
49
45
"typescript" : " ^5.4.5" ,
50
- "typescript-eslint" : " ^7.8.0" ,
51
46
"vite" : " ^5.2.11" ,
52
47
"vite-plugin-dts" : " ^3.9.0" ,
53
48
"vitest" : " ^1.5.3"
You can’t perform that action at this time.
0 commit comments