Skip to content

Commit

Permalink
chore: remove workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Jun 5, 2024
1 parent 5d9ac3c commit 0001c0d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 35 deletions.
55 changes: 27 additions & 28 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 @@ -120,7 +120,7 @@
"lodash": "^4.17.21",
"nodemon": "^3.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
Expand Down
7 changes: 1 addition & 6 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"name": "@nmshd/connector-sdk",
"//version": [
"The version is set at runtime but has to be set to any version for the ts-json-schema-generator to work.",
"Can be removed as soon https://github.com/vega/ts-json-schema-generator/issues/1986 is fixed."
],
"version": "0.0.0",
"description": "the enmeshed connector sdk",
"keywords": [
"enmeshed",
Expand Down Expand Up @@ -42,7 +37,7 @@
"devDependencies": {
"@types/form-data": "^2.5.0",
"@types/qs": "^6.9.15",
"ts-json-schema-generator": "^2.2.0"
"ts-json-schema-generator": "^2.3.0"
},
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 0001c0d

Please sign in to comment.