Skip to content

Commit 4eb54e9

Browse files
Cleanup package jsons (#840)
* chore: undo changing to only test openid4vc tests locally * chore: remove added https package * chore: move @types declaration to package * chore: sort pjsons --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 9b40dbc commit 4eb54e9

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
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: 4 additions & 5 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,26 +27,24 @@
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
"@js-soft/eslint-config-ts": "^2.0.4",
3434
"@js-soft/license-check": "^1.0.10",
3535
"@types/jest": "^30.0.0",
36-
"@types/libsodium-wrappers": "^0.7.14",
3736
"@types/node": "^24.10.0",
3837
"enhanced-publish": "^1.1.6",
3938
"eslint": "^9.39.1",
4039
"jest": "^30.2.0",
4140
"jest-expect-message": "^1.1.3",
4241
"madge": "^8.0.0",
4342
"npm-check-updates": "^19.1.2",
43+
"patch-package": "^8.0.1",
4444
"prettier": "^3.6.2",
4545
"ts-jest": "^29.4.5",
4646
"ts-node": "^10.9.2",
4747
"tsconfig-paths": "^4.2.0",
48-
"typescript": "^5.9.3",
49-
"patch-package": "^8.0.1"
48+
"typescript": "^5.9.3"
5049
}
5150
}

packages/consumption/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"@js-soft/docdb-access-mongo": "1.3.1",
8282
"@js-soft/node-logger": "1.2.1",
8383
"@nmshd/crypto": "2.1.3",
84+
"@types/libsodium-wrappers": "^0.7.14",
8485
"@types/lodash": "^4.17.20",
8586
"@types/sjcl": "^1.0.34",
8687
"ts-mockito": "^2.6.1"

packages/runtime/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,17 @@
7676
"ajv-errors": "^3.0.0",
7777
"ajv-formats": "^3.0.1",
7878
"elliptic": "^6.6.1",
79-
"https": "^1.0.0",
8079
"json-stringify-safe": "^5.0.1",
8180
"lodash": "^4.17.21",
8281
"luxon": "^3.7.2",
8382
"reflect-metadata": "^0.2.2",
8483
"ts-simple-nameof": "^1.3.3"
8584
},
8685
"devDependencies": {
87-
"@types/elliptic": "^6.4.18",
8886
"@js-soft/docdb-access-loki": "1.3.1",
8987
"@js-soft/docdb-access-mongo": "1.3.1",
9088
"@js-soft/node-logger": "1.2.1",
89+
"@types/elliptic": "^6.4.18",
9190
"@types/json-stringify-safe": "^5.0.3",
9291
"@types/lodash": "^4.17.20",
9392
"@types/luxon": "^3.7.1",

0 commit comments

Comments
 (0)