Skip to content

Commit 5dcce9e

Browse files
Merge branch 'main' into release/openid4vc
2 parents 57b0ccf + 6f5f45e commit 5dcce9e

96 files changed

Lines changed: 280 additions & 106 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.ci/runChecks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ npm run lint:eslint
66
npm run lint:prettier
77
npm run --workspaces cdep
88
npx --workspaces license-check
9-
npx better-npm-audit audit --exclude 1113371,1113402,1112030
9+
npx better-npm-audit audit --exclude 1112030

.dev/compose.backbone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ services:
8989
database:
9090
container_name: bkb-postgres
9191
hostname: postgres
92-
image: postgres@sha256:b6b4d0b75c699a2c94dfc5a94fe09f38630f3b67ab0e1653ede1b7ac8e13c197
92+
image: postgres@sha256:69e8582b781cb44fa4557b98ed586fe68361e320d9b12f9707494335634f4f3d
9393
environment:
9494
- POSTGRES_PASSWORD=Passw0rd
9595
- POSTGRES_DB=enmeshed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.6.1
1+
25.8.0

package-lock.json

Lines changed: 201 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"@js-soft/eslint-config-ts": "^2.0.4",
3636
"@js-soft/license-check": "^1.0.10",
3737
"@types/jest": "^30.0.0",
38-
"@types/node": "^24.10.13",
38+
"@types/node": "^24.11.0",
3939
"enhanced-publish": "^1.1.7",
4040
"eslint": "^9.39.3",
4141
"jest": "^30.2.0",
4242
"jest-expect-message": "^1.1.3",
4343
"madge": "^8.0.0",
44-
"npm-check-updates": "^19.4.1",
44+
"npm-check-updates": "^19.6.3",
4545
"patch-package": "^8.0.1",
4646
"prettier": "^3.8.1",
4747
"ts-jest": "^29.4.6",

packages/runtime-types/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"cdep": "tsc && madge --circular dist",
2121
"lint:tsc": "tsc --noEmit"
2222
},
23-
"dependencies": {},
23+
"dependencies": {
24+
"@js-soft/ts-utils": "2.3.5",
25+
"@nmshd/content": "*"
26+
},
2427
"devDependencies": {},
2528
"publishConfig": {
2629
"access": "public",

packages/runtime-types/src/consumption/AttributeTagCollectionDTO.ts renamed to packages/runtime-types/src/dtos/consumption/AttributeTagCollectionDTO.ts

File renamed without changes.

packages/runtime-types/src/consumption/CredentialOfferDTO.ts renamed to packages/runtime-types/src/dtos/consumption/CredentialOfferDTO.ts

File renamed without changes.
File renamed without changes.

packages/runtime-types/src/consumption/IdentityMetadataDTO.ts renamed to packages/runtime-types/src/dtos/consumption/IdentityMetadataDTO.ts

File renamed without changes.

0 commit comments

Comments
 (0)