Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"author": "LI.FI <github@li.finance>",
"license": "MIT",
"dependencies": {
"@lifi/data-types": "^6.35.2",
"@lifi/sdk": "^3.12.6",
"@wagmi/connectors": "^5.9.9",
"@wagmi/core": "^2.20.3",
"@lifi/data-types": "^6.37.0",
"@lifi/sdk": "^3.12.8",
"@wagmi/connectors": "^5.10.1",
"@wagmi/core": "^2.21.0",
"dotenv": "^17.2.2",
"viem": "^2.37.6"
"viem": "^2.37.7"
},
"scripts": {
"example:swap": "tsx examples/swap.ts",
Expand All @@ -24,7 +24,7 @@
"example:yearn": "tsx examples/yearnDeposit.ts"
},
"devDependencies": {
"@types/node": "^24.5.0",
"@types/node": "^24.5.2",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
Expand Down
273 changes: 142 additions & 131 deletions examples/node/pnpm-lock.yaml

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions knip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"ignore": ["examples/**", "scripts/**", "src/core/EVM/permits/**", "src/errors/constants.ts"],
"ignoreDependencies": ["bech32", "@types/fs-extra", "fs-extra", "@types/ws"]
}

22 changes: 14 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,21 @@
"watch": "tsc -w -p ./tsconfig.json",
"prepare": "husky",
"link:bigmi": "pnpm link @bigmi/core",
"unlink:bigmi": "pnpm unlink @bigmi/core"
"unlink:bigmi": "pnpm unlink @bigmi/core",
"knip:all": "knip",
"knip:check": "knip --dependencies --files --no-config-hints --exclude binaries",
"knip:write": "pnpm knip:check --fix"
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"pnpm check:write"
],
"*": [
"bash -c 'pnpm knip:check'"
]
},
"dependencies": {
"@bigmi/core": "^0.5.2",
"@bigmi/core": "^0.5.3",
"@bitcoinerlab/secp256k1": "^1.2.0",
"@lifi/types": "^17.37.0",
"@mysten/sui": "^1.38.0",
Expand All @@ -105,24 +111,24 @@
"bech32": "^2.0.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"bs58": "^6.0.0",
"viem": "^2.37.6"
"viem": "^2.37.7"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@lifi/data-types": "^6.35.2",
"@lifi/data-types": "^6.37.0",
"@types/fs-extra": "^11.0.4",
"@types/ws": "^8.18.1",
"@vitest/coverage-v8": "^3.2.4",
"fs-extra": "^11.3.2",
"husky": "^9.1.7",
"lint-staged": "^16.1.6",
"knip": "^5.64.0",
"lint-staged": "^16.2.0",
"madge": "^8.0.0",
"msw": "^2.11.2",
"msw": "^2.11.3",
"pinst": "^3.0.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
Expand All @@ -139,5 +145,5 @@
"postbump": "node scripts/version.js && git add ."
}
},
"packageManager": "pnpm@10.16.1+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706"
"packageManager": "pnpm@10.17.0+sha512.fce8a3dd29a4ed2ec566fb53efbb04d8c44a0f05bc6f24a73046910fb9c3ce7afa35a0980500668fa3573345bd644644fa98338fa168235c80f4aa17aa17fbef"
}
Loading
Loading