A fully-exited fund/SPV card sinks to the bottom of the LP's stack instead of sitting between active funds (stable sort, shared by the LP portal and the admin Investor View). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
18 lines
412 B
JSON
18 lines
412 B
JSON
{
|
|
"name": "ten31portal-startos",
|
|
"version": "0.2.37",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm run check && rm -rf ./javascript && ncc build startos/index.ts -o ./javascript",
|
|
"check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@start9labs/start-sdk": "^0.4.0-beta.58"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.19.0",
|
|
"@vercel/ncc": "^0.38.4",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|