Skip to content

Commit 0d76067

Browse files
committed
feat(sdk): adds ox for hex and bytes utilities
1 parent 07af647 commit 0d76067

File tree

17 files changed

+730
-1089
lines changed

17 files changed

+730
-1089
lines changed

.changeset/nice-gifts-argue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Adds ox for internal utilities

packages/thirdweb/.size-limit.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22
{
33
"name": "thirdweb (esm)",
44
"path": "./dist/esm/exports/thirdweb.js",
5-
"limit": "45 kB",
5+
"limit": "50 kB",
66
"import": "*"
77
},
88
{
99
"name": "thirdweb (cjs)",
1010
"path": "./dist/cjs/exports/thirdweb.js",
11-
"limit": "110 kB"
11+
"limit": "250 kB",
12+
"import": "*"
1213
},
1314
{
1415
"name": "thirdweb (minimal + tree-shaking)",
1516
"path": "./dist/esm/exports/thirdweb.js",
16-
"limit": "5 kB",
17+
"limit": "7.5 kB",
1718
"import": "{ createThirdwebClient, getRpcClient, defineChain }"
1819
},
1920
{

0 commit comments

Comments
 (0)