Skip to content

Commit 7c8d9f7

Browse files
committed
chore: add precommit alias and bump sdk version
1 parent d4ad1f3 commit 7c8d9f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"test:ui": "vitest --ui",
1616
"test:coverage": "vitest --coverage",
1717
"type-check": "tsc --noEmit",
18+
"precommit": "pnpm pre-commit",
1819
"pre-commit": "pnpm build && vitest run",
1920
"generate-wallet": "node scripts/generate-hd-wallets.mjs",
2021
"decrypt-wallet": "node scripts/decrypt-wallet-backup.mjs",
@@ -99,4 +100,4 @@
99100
"node": ">=20.9.0",
100101
"pnpm": ">=10.0.0"
101102
}
102-
}
103+
}

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@profullstack/coinpay",
3-
"version": "0.6.8",
3+
"version": "0.6.10",
44
"description": "CoinPay SDK & CLI — Accept cryptocurrency payments (BTC, ETH, SOL, POL, BCH, USDC) with wallet and swap support",
55
"type": "module",
66
"main": "./src/index.js",

0 commit comments

Comments
 (0)