Skip to content

Commit 1da498c

Browse files
authored
Merge pull request #51 from trader-xyz/feat/asset-util-functions
Order validation helper functions for v4
2 parents dcf44f2 + 0c8b841 commit 1da498c

File tree

8 files changed

+510
-22
lines changed

8 files changed

+510
-22
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"size-limit": [
4141
{
4242
"path": "dist/nft-swap-sdk.cjs.production.min.js",
43-
"limit": "250 KB"
43+
"limit": "275 KB"
4444
},
4545
{
4646
"path": "dist/nft-swap-sdk.esm.js",
@@ -53,7 +53,7 @@
5353
"@types/lodash": "^4.14.181",
5454
"@types/uuid": "^8.3.4",
5555
"husky": "^7.0.2",
56-
"prettier": "^2.6.1",
56+
"prettier": "^2.6.2",
5757
"size-limit": "7.0.8",
5858
"tsdx": "^0.14.1",
5959
"tslib": "^2.3.1",

0 commit comments

Comments
 (0)