linxus fs fixes

This commit is contained in:
Boki 2025-06-09 22:55:51 -04:00
parent ac23b70146
commit 0b7846fe67
292 changed files with 41947 additions and 41947 deletions

View file

@ -1,24 +1,24 @@
{
"name": "@stock-bot/data-adjustments",
"version": "1.0.0",
"description": "Stock split and dividend adjustment utilities for market data",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "bun test",
"test:watch": "bun test --watch"
},
"dependencies": {
"@stock-bot/types": "*",
"@stock-bot/logger": "*"
},
"devDependencies": {
"typescript": "^5.4.5",
"bun-types": "^1.1.12"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}
{
"name": "@stock-bot/data-adjustments",
"version": "1.0.0",
"description": "Stock split and dividend adjustment utilities for market data",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "bun test",
"test:watch": "bun test --watch"
},
"dependencies": {
"@stock-bot/types": "*",
"@stock-bot/logger": "*"
},
"devDependencies": {
"typescript": "^5.4.5",
"bun-types": "^1.1.12"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}