-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.12.2 hoftix fixing build and response timeout issues (#2125)
* fix mongodb dep Signed-off-by: simvalery <[email protected]> * update miroorm version Signed-off-by: simvalery <[email protected]> * bump version Signed-off-by: simvalery <[email protected]> * fix timeout Signed-off-by: simvalery <[email protected]> * fix timeout Signed-off-by: simvalery <[email protected]> --------- Signed-off-by: simvalery <[email protected]>
- Loading branch information
Showing
18 changed files
with
99 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.0", | ||
"@guardian/interfaces": "^2.12.0", | ||
"@guardian/common": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@types/express-fileupload": "^1.4.1", | ||
"dotenv": "^16.0.0", | ||
"express": "^4.17.1", | ||
|
@@ -55,5 +55,5 @@ | |
"start": "node dist/index.js", | ||
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml" | ||
}, | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,10 +6,10 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.0", | ||
"@guardian/interfaces": "^2.12.0", | ||
"@mikro-orm/core": "~5.7.2", | ||
"@mikro-orm/mongodb": "~5.7.2", | ||
"@guardian/common": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@mikro-orm/core": "~5.7.5", | ||
"@mikro-orm/mongodb": "~5.7.5", | ||
"dotenv": "^16.0.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"module-alias": "^2.2.2", | ||
|
@@ -47,5 +47,5 @@ | |
"start": "node dist/index.js", | ||
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml" | ||
}, | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@aws-sdk/client-secrets-manager": "^3.319.0", | ||
"@guardian/interfaces": "^2.12.0", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@hashgraph/sdk": "^2.22.0", | ||
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2", | ||
"@meeco/cryppo": "^2.0.2", | ||
"@mikro-orm/core": "~5.7.2", | ||
"@mikro-orm/migrations-mongodb": "~5.7.2", | ||
"@mikro-orm/mongodb": "~5.7.2", | ||
"@mikro-orm/core": "~5.7.5", | ||
"@mikro-orm/migrations-mongodb": "~5.7.5", | ||
"@mikro-orm/mongodb": "~5.7.5", | ||
"@transmute/credentials-context": "^0.7.0-unstable.80", | ||
"@transmute/did-context": "^0.7.0-unstable.80", | ||
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.80", | ||
|
@@ -25,7 +25,7 @@ | |
"lodash.get": "^4.4.2", | ||
"lodash.set": "^4.3.2", | ||
"moment": "^2.29.2", | ||
"mongodb": "5.3.0", | ||
"mongodb": "^5.4.0", | ||
"nats": "^2.6.1", | ||
"node-vault": "^0.9.22", | ||
"reflect-metadata": "^0.1.13", | ||
|
@@ -59,5 +59,5 @@ | |
"test:local": "mocha tests/**/*.test.js --exit", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.0", | ||
"@guardian/interfaces": "^2.12.0", | ||
"@guardian/common": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@hashgraph/sdk": "^2.22.0", | ||
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2", | ||
"@meeco/cryppo": "^2.0.2", | ||
"@mikro-orm/core": "~5.7.2", | ||
"@mikro-orm/mongodb": "~5.7.2", | ||
"@mikro-orm/core": "~5.7.5", | ||
"@mikro-orm/mongodb": "~5.7.5", | ||
"@transmute/credentials-context": "^0.7.0-unstable.80", | ||
"@transmute/did-context": "^0.7.0-unstable.80", | ||
"@transmute/ed25519-signature-2018": "^0.7.0-unstable.80", | ||
|
@@ -42,7 +42,7 @@ | |
"mathjs": "^10.1.0", | ||
"module-alias": "^2.2.2", | ||
"moment": "^2.29.2", | ||
"mongodb": "5.3.0", | ||
"mongodb": "^5.4.0", | ||
"reflect-metadata": "^0.1.13" | ||
}, | ||
"description": "", | ||
|
@@ -79,5 +79,5 @@ | |
"test:local": "mocha tests/**/*.test.js --exit", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.0", | ||
"@guardian/interfaces": "^2.12.0", | ||
"@mikro-orm/core": "~5.7.2", | ||
"@mikro-orm/mongodb": "~5.7.2", | ||
"@guardian/common": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@mikro-orm/core": "~5.7.5", | ||
"@mikro-orm/mongodb": "~5.7.5", | ||
"@web-std/fetch": "3.0.0", | ||
"cors": "^2.8.5", | ||
"dotenv": "^16.0.0", | ||
|
@@ -37,5 +37,5 @@ | |
"start": "node dist/index.js", | ||
"watch": "nodemon src/index.ts" | ||
}, | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.0", | ||
"@guardian/common": "^2.12.1", | ||
"@transmute/credentials-context": "0.7.0-unstable.80", | ||
"@transmute/did-context": "0.7.0-unstable.80", | ||
"@transmute/ed25519-signature-2018": "0.7.0-unstable.80", | ||
|
@@ -30,5 +30,5 @@ | |
"dev:docker": "nodemon .", | ||
"start": "node dist/index.js" | ||
}, | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
"policy-service", | ||
"api-tests" | ||
], | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,13 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.0", | ||
"@guardian/interfaces": "^2.12.0", | ||
"@guardian/common": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@hashgraph/sdk": "^2.22.0", | ||
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2", | ||
"@meeco/cryppo": "^2.0.2", | ||
"@mikro-orm/core": "~5.7.2", | ||
"@mikro-orm/mongodb": "~5.7.2", | ||
"@mikro-orm/core": "~5.7.5", | ||
"@mikro-orm/mongodb": "~5.7.5", | ||
"@transmute/credentials-context": "0.7.0-unstable.80", | ||
"@transmute/did-context": "0.7.0-unstable.80", | ||
"@transmute/ed25519-signature-2018": "0.7.0-unstable.80", | ||
|
@@ -42,7 +42,7 @@ | |
"mathjs": "^10.1.0", | ||
"module-alias": "^2.2.2", | ||
"moment": "^2.29.2", | ||
"mongodb": "5.3.0", | ||
"mongodb": "^5.4.0", | ||
"reflect-metadata": "^0.1.13" | ||
}, | ||
"description": "", | ||
|
@@ -79,5 +79,5 @@ | |
"test:local": "mocha tests/**/*.test.js", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,5 @@ | |
"dev": "tsc -w", | ||
"start": "node dist/index.js" | ||
}, | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,5 @@ | |
"dev": "tsc -w", | ||
"start": "node dist/index.js" | ||
}, | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.0", | ||
"@guardian/interfaces": "^2.12.0", | ||
"@guardian/common": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@hashgraph/sdk": "^2.22.0", | ||
"@transmute/credentials-context": "^0.7.0-unstable.80", | ||
"@transmute/did-context": "^0.7.0-unstable.80", | ||
|
@@ -49,5 +49,5 @@ | |
"start": "node dist/index.js", | ||
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/worker-service.xml --exit" | ||
}, | ||
"version": "2.12.0" | ||
"version": "2.12.1" | ||
} |
Oops, something went wrong.
d5025e8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Error in the title unfortunately, it's brining 2.12.1 version (not .2 as in the title)