changed types around

This commit is contained in:
Bojan Kucera 2025-06-03 17:52:02 -04:00
parent 24e82bbb78
commit f61d1aa0c3
75 changed files with 3625 additions and 34314 deletions

16
package-lock.json generated
View file

@ -25,7 +25,7 @@
"version": "1.0.0",
"dependencies": {
"@stock-bot/config": "*",
"@stock-bot/shared-types": "*",
"@stock-bot/types": "*",
"hono": "^4.6.3",
"ioredis": "^5.4.1",
"ws": "^8.18.0"
@ -39,7 +39,7 @@
"version": "1.0.0",
"dependencies": {
"@stock-bot/config": "*",
"@stock-bot/shared-types": "*",
"@stock-bot/types": "*",
"hono": "^4.6.3",
"ioredis": "^5.4.1",
"ws": "^8.18.0"
@ -53,7 +53,7 @@
"version": "1.0.0",
"dependencies": {
"@stock-bot/config": "*",
"@stock-bot/shared-types": "*",
"@stock-bot/types": "*",
"hono": "^4.6.3",
"ioredis": "^5.4.1",
"node-cron": "^3.0.3",
@ -1886,8 +1886,8 @@
"resolved": "packages/config",
"link": true
},
"node_modules/@stock-bot/shared-types": {
"resolved": "packages/shared-types",
"node_modules/@stock-bot/types": {
"resolved": "packages/types",
"link": true
},
"node_modules/@tailwindcss/node": {
@ -7960,7 +7960,7 @@
"name": "@stock-bot/config",
"version": "1.0.0",
"dependencies": {
"@stock-bot/shared-types": "*",
"@stock-bot/types": "*",
"dotenv": "^16.4.5"
},
"devDependencies": {
@ -7968,8 +7968,8 @@
"typescript": "^5.4.5"
}
},
"packages/shared-types": {
"name": "@stock-bot/shared-types",
"packages/types": {
"name": "@stock-bot/types",
"version": "1.0.0",
"devDependencies": {
"typescript": "^5.4.5"