Skip to content

Commit 8d681f6

Browse files
martinsaposnicmdk-bot[bot]
authored andcommitted
feat: add node_control_sessions DB migration (#675)
* feat: add node_control_sessions DB migration Add the node_control_sessions table for WS control plane lease management. Single row per appId with atomic INSERT ON CONFLICT to prevent dual-node races. * chore: bump @moneydevkit/api-contract to 0.1.24 Update workspace api-contract source and moneydevkit.com dependency to match the newly published 0.1.24 which includes nodeControl contract and checkout.mintInvoice. * chore: update pnpm lockfile for api-contract 0.1.24
1 parent 102e85a commit 8d681f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/api-contract/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moneydevkit/api-contract",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"description": "API Contract for moneydevkit",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)