diff --git a/bun.lockb b/bun.lockb index ccfebd0f..df228f7d 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 04b3e0cc..91c6602e 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ }, "devDependencies": { "@biomejs/biome": "^1.7.0", - "@types/bun": "^1.1.2", + "@types/bun": "^1.1.3", "@types/cli-progress": "^3.11.5", "@types/cli-table": "^0.3.4", "@types/html-to-text": "^9.0.4", diff --git a/packages/lysand-api b/packages/lysand-api index 09a9f0bb..16eae048 160000 --- a/packages/lysand-api +++ b/packages/lysand-api @@ -1 +1 @@ -Subproject commit 09a9f0bbf50d041f035ea4ee042d715c59b5e4b3 +Subproject commit 16eae048c886de41f3bb9048fe3aeff113a442ef diff --git a/tsconfig.json b/tsconfig.json index f180cbe8..9aa038fd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,9 +21,6 @@ "emitDecoratorMetadata": false, "experimentalDecorators": true, "verbatimModuleSyntax": true, - "types": [ - "bun-types" // add Bun global - ], "paths": { "@*": ["./utils/*"], "~*": ["./*"],