Merge branch 'use_bun_instead_of_yarn' into dlt_connector_direct_usage

This commit is contained in:
einhornimmond 2025-10-08 14:39:21 +02:00
commit 478078362b
6 changed files with 358 additions and 2362 deletions

2707
bun.lock

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@
"devDependencies": {
"@biomejs/biome": "2.0.0",
"@types/i18n": "^0.13.4",
"@types/minimatch": "^6.0.0",
"@types/minimatch": "6.0.0",
"@types/node": "^17.0.21",
"@types/sodium-native": "^2.3.5",
"config-schema": "*",

View File

@ -47,7 +47,8 @@
// "baseUrl": ".", /* Base directory to resolve non-absolute module names. */
// "paths": { }, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [".", "../database"], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
/* List of folders to include type definitions from. */
"typeRoots": ["./node_modules/@types", "../node_modules/@types"],
// "types": ["bun-types"], /* Type declaration files to be included in compilation. */
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */

View File

@ -37,7 +37,8 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@biomejs/biome": "^2.2.5"
"@biomejs/biome": "2.0.0",
"@types/minimatch": "6.0.0"
},
"engines": {
"node": ">=18"

View File

@ -26,7 +26,7 @@
},
"devDependencies": {
"@biomejs/biome": "2.0.0",
"@types/minimatch": "^6.0.0",
"@types/minimatch": "6.0.0",
"@types/node": "^17.0.21",
"@types/uuid": "^10.0.0",
"typescript": "^4.9.5",

View File

@ -47,7 +47,8 @@
// "baseUrl": ".", /* Base directory to resolve non-absolute module names. */
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [".", "../database"], /* List of root folders whose combined content represents the structure of the project at runtime. */
"typeRoots": ["./node_modules/@types", "../node_modules/@types"], /* List of folders to include type definitions from. */
/* List of folders to include type definitions from. */
"typeRoots": ["./node_modules/@types", "../node_modules/@types"],
// "types": ["bun-types"], /* Type declaration files to be included in compilation. */
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */