Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .dev/compose.backbone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ services:
database:
container_name: bkb-postgres
hostname: postgres
image: postgres@sha256:2d417d4c88058c9707bd19d45f95c1db2b087507b89d44f669d43f596781614e
image: postgres@sha256:5773fe724c49c42a7a9ca70202e11e1dff21fb7235b335a73f39297d200b73a2
environment:
- POSTGRES_PASSWORD=Passw0rd
- POSTGRES_DB=enmeshed
Expand Down
2 changes: 1 addition & 1 deletion .dev/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: runtime-tests

services:
runtime-mongo:
image: mongo@sha256:dfa32f68d02281185978619aac453896c85c46ee4911c93b8e5a5d2167af4856
image: mongo@sha256:d6b569590880bca35e43318418133a426b024bcb649eeb63bb071bc1490bee41
container_name: runtime-mongo
ports:
- "27021:27017"
Expand Down
22 changes: 18 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@js-soft/eslint-config-ts": "^2.0.4",
"@js-soft/license-check": "^1.0.10",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.8",
"@types/node": "^24.10.9",
"enhanced-publish": "^1.1.7",
"eslint": "^9.39.2",
"jest": "^30.2.0",
Expand Down