File tree Expand file tree Collapse file tree 4 files changed +268
-18
lines changed Expand file tree Collapse file tree 4 files changed +268
-18
lines changed Original file line number Diff line number Diff line change @@ -108,3 +108,23 @@ jobs:
108
108
with :
109
109
token : ${{ secrets.CODSPEED_TOKEN }}
110
110
run : " pnpm bench"
111
+
112
+ size :
113
+ # only run on pull requests
114
+ if : github.event_name == 'pull_request'
115
+ timeout-minutes : 15
116
+ name : " Size"
117
+ runs-on : ubuntu-latest-16
118
+ steps :
119
+ - name : Check out the code
120
+ uses : actions/checkout@v4
121
+
122
+ - name : Setup & Install
123
+ uses : ./.github/composite-actions/install
124
+
125
+ - name : Report bundle size
126
+ uses : andresz1/size-limit-action@master
127
+ with :
128
+ github_token : ${{ secrets.GITHUB_TOKEN }}
129
+ package_manager : pnpm
130
+ directory : packages/thirdweb
Original file line number Diff line number Diff line change 2
2
{
3
3
"name" : " thirdweb (esm)" ,
4
4
"path" : " ./dist/esm/exports/thirdweb.js" ,
5
- "limit" : " 30 kB" ,
5
+ "limit" : " 40 kB" ,
6
6
"import" : " *"
7
7
},
8
8
{
Original file line number Diff line number Diff line change 184
184
"@radix-ui/react-focus-scope" : " 1.0.4" ,
185
185
"@radix-ui/react-icons" : " 1.3.0" ,
186
186
"@radix-ui/react-tooltip" : " 1.0.7" ,
187
- "@tanstack/react-query" : " 5.28.9 " ,
188
- "@walletconnect/ethereum-provider" : " 2.11.3 " ,
187
+ "@tanstack/react-query" : " 5.28.14 " ,
188
+ "@walletconnect/ethereum-provider" : " 2.12.0 " ,
189
189
"abitype" : " 1.0.0" ,
190
190
"fast-text-encoding" : " ^1.0.6" ,
191
191
"fuse.js" : " 7.0.0" ,
192
192
"mipd" : " 0.0.7" ,
193
193
"node-libs-browser" : " 2.2.1" ,
194
194
"uqr" : " 0.1.2" ,
195
- "viem" : " 2.9.6 "
195
+ "viem" : " 2.9.9 "
196
196
},
197
197
"peerDependencies" : {
198
198
"ethers" : " ^5 || ^6" ,
You can’t perform that action at this time.
0 commit comments