-
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 hotfix for long dry-run startup (#2129)
* 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]> * fix long policy start Signed-off-by: simvalery <[email protected]> * bump version Signed-off-by: simvalery <[email protected]> --------- Signed-off-by: simvalery <[email protected]>
- Loading branch information
Showing
18 changed files
with
52 additions
and
49 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.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@guardian/common": "^2.12.2", | ||
"@guardian/interfaces": "^2.12.2", | ||
"@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.1" | ||
"version": "2.12.2" | ||
} |
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,8 +6,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@guardian/common": "^2.12.2", | ||
"@guardian/interfaces": "^2.12.2", | ||
"@mikro-orm/core": "~5.7.5", | ||
"@mikro-orm/mongodb": "~5.7.5", | ||
"dotenv": "^16.0.0", | ||
|
@@ -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.1" | ||
"version": "2.12.2" | ||
} |
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,7 +2,7 @@ | |
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@aws-sdk/client-secrets-manager": "^3.319.0", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.2", | ||
"@hashgraph/sdk": "^2.22.0", | ||
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2", | ||
"@meeco/cryppo": "^2.0.2", | ||
|
@@ -59,5 +59,5 @@ | |
"test:local": "mocha tests/**/*.test.js --exit", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.12.1" | ||
"version": "2.12.2" | ||
} |
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,8 +12,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@guardian/common": "^2.12.2", | ||
"@guardian/interfaces": "^2.12.2", | ||
"@hashgraph/sdk": "^2.22.0", | ||
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2", | ||
"@meeco/cryppo": "^2.0.2", | ||
|
@@ -79,5 +79,5 @@ | |
"test:local": "mocha tests/**/*.test.js --exit", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.12.1" | ||
"version": "2.12.2" | ||
} |
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,8 +1,8 @@ | ||
{ | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@guardian/common": "^2.12.2", | ||
"@guardian/interfaces": "^2.12.2", | ||
"@mikro-orm/core": "~5.7.5", | ||
"@mikro-orm/mongodb": "~5.7.5", | ||
"@web-std/fetch": "3.0.0", | ||
|
@@ -37,5 +37,5 @@ | |
"start": "node dist/index.js", | ||
"watch": "nodemon src/index.ts" | ||
}, | ||
"version": "2.12.1" | ||
"version": "2.12.2" | ||
} |
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.1", | ||
"@guardian/common": "^2.12.2", | ||
"@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.1" | ||
"version": "2.12.2" | ||
} |
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.1" | ||
"version": "2.12.2" | ||
} |
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,8 +11,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.12.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@guardian/common": "^2.12.2", | ||
"@guardian/interfaces": "^2.12.2", | ||
"@hashgraph/sdk": "^2.22.0", | ||
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2", | ||
"@meeco/cryppo": "^2.0.2", | ||
|
@@ -79,5 +79,5 @@ | |
"test:local": "mocha tests/**/*.test.js", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.12.1" | ||
"version": "2.12.2" | ||
} |
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.1" | ||
"version": "2.12.2" | ||
} |
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.1" | ||
"version": "2.12.2" | ||
} |
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.1", | ||
"@guardian/interfaces": "^2.12.1", | ||
"@guardian/common": "^2.12.2", | ||
"@guardian/interfaces": "^2.12.2", | ||
"@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.1" | ||
"version": "2.12.2" | ||
} |
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