Skip to content

Commit 214bec3

Browse files
authored
Merge branch 'release/openid4vc' into add-eudiplo-tests
2 parents 9ed85a9 + 4eb54e9 commit 214bec3

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

package-lock.json

Lines changed: 3 additions & 6 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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"scripts": {
1818
"build:node": "tsc --build",
1919
"build:watch": "tsc --build -w",
20+
"postinstall": "patch-package && echo 'Postinstall done.'",
2021
"lint": "npm run lint:eslint && npm run lint:prettier && npm run lint:tsc",
2122
"lint:eslint": "eslint",
2223
"lint:prettier": "prettier --check .",
@@ -26,16 +27,14 @@
2627
"start:openid4vc": "docker compose -f .dev/compose.openid4vc.yml up -d --wait",
2728
"teardown:backbone": "docker compose -f .dev/compose.backbone.yml down -v",
2829
"teardown:openid4vc": "docker compose -f .dev/compose.openid4vc.yml down -v",
29-
"test:teardown": "docker compose -f .dev/compose.yml down -fsv",
30-
"postinstall": "patch-package && echo 'Postinstall done.'"
30+
"test:teardown": "docker compose -f .dev/compose.yml down -fsv"
3131
},
3232
"devDependencies": {
3333
"@babel/preset-env": "^7.28.5",
3434
"@babel/preset-typescript": "^7.28.5",
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/libsodium-wrappers": "^0.7.14",
3938
"@types/node": "^24.10.0",
4039
"enhanced-publish": "^1.1.6",
4140
"eslint": "^9.39.1",

packages/consumption/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
"@js-soft/docdb-access-mongo": "1.3.1",
100100
"@js-soft/node-logger": "1.2.1",
101101
"@nmshd/crypto": "2.1.3",
102+
"@types/libsodium-wrappers": "^0.7.14",
102103
"@types/lodash": "^4.17.20",
103104
"@types/sjcl": "^1.0.34",
104105
"ts-mockito": "^2.6.1"

packages/runtime/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,18 +80,17 @@
8080
"ajv-errors": "^3.0.0",
8181
"ajv-formats": "^3.0.1",
8282
"elliptic": "^6.6.1",
83-
"https": "^1.0.0",
8483
"json-stringify-safe": "^5.0.1",
8584
"lodash": "^4.17.21",
8685
"luxon": "^3.7.2",
8786
"reflect-metadata": "^0.2.2",
8887
"ts-simple-nameof": "^1.3.3"
8988
},
9089
"devDependencies": {
91-
"@types/elliptic": "^6.4.18",
9290
"@js-soft/docdb-access-loki": "1.3.1",
9391
"@js-soft/docdb-access-mongo": "1.3.1",
9492
"@js-soft/node-logger": "1.2.1",
93+
"@types/elliptic": "^6.4.18",
9594
"@types/json-stringify-safe": "^5.0.3",
9695
"@types/lodash": "^4.17.20",
9796
"@types/luxon": "^3.7.1",

0 commit comments

Comments
 (0)