Skip to content

Commit e26c5c8

Browse files
JohnMcLearclaude
authored andcommitted
deps: bump ueberdb2 to ^6.0.3 (dirty-ts default-import fix)
v6.0.3 ships ether/ueberDB#958 — unwrap the CJS `__esModule`/default wrapping on `import Dirty from 'dirty-ts'`. Without it, every consumer using `dbType: "dirty"` (the settings.json.template default) crashes at init with `TypeError: Dirty is not a constructor`. Bumped in src/package.json and bin/package.json; lockfile refreshed. Backend test suite (1115 tests) passes locally against v6.0.3 with `dbType: "dirty"`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 190444b commit e26c5c8

3 files changed

Lines changed: 63 additions & 251 deletions

File tree

bin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"log4js": "^6.9.1",
1212
"semver": "^7.8.0",
1313
"tsx": "^4.22.0",
14-
"ueberdb2": "^6.0.2"
14+
"ueberdb2": "^6.0.3"
1515
},
1616
"devDependencies": {
1717
"@types/node": "^25.8.0",

0 commit comments

Comments
 (0)