-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* #1465 * set version 2.6.1 Signed-off-by: Stepan Kiryakov <[email protected]> Signed-off-by: Stepan Kiryakov <[email protected]> Co-authored-by: Stepan Kiryakov <[email protected]>
- Loading branch information
1 parent
9d31ba7
commit 69e0494
Showing
17 changed files
with
78 additions
and
54 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
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.6.0", | ||
"@guardian/interfaces": "^2.6.0", | ||
"@guardian/common": "^2.6.1", | ||
"@guardian/interfaces": "^2.6.1", | ||
"@types/express-fileupload": "^1.4.1", | ||
"dotenv": "^16.0.0", | ||
"express": "^4.17.1", | ||
|
@@ -51,5 +51,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.6.0" | ||
"version": "2.6.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 |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.6.0", | ||
"@guardian/interfaces": "^2.6.0", | ||
"@guardian/common": "^2.6.1", | ||
"@guardian/interfaces": "^2.6.1", | ||
"@mikro-orm/core": "^5.3.0", | ||
"@mikro-orm/mongodb": "^5.3.0", | ||
"dotenv": "^16.0.0", | ||
|
@@ -46,5 +46,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.6.0" | ||
"version": "2.6.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/interfaces": "^2.6.0", | ||
"@guardian/interfaces": "^2.6.1", | ||
"@mikro-orm/core": "^5.3.0", | ||
"@mikro-orm/migrations-mongodb": "^5.3.1", | ||
"@mikro-orm/mongodb": "^5.3.0", | ||
|
@@ -34,5 +34,5 @@ | |
"prepare": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"version": "2.6.0" | ||
"version": "2.6.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,8 +12,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.6.0", | ||
"@guardian/interfaces": "^2.6.0", | ||
"@guardian/common": "^2.6.1", | ||
"@guardian/interfaces": "^2.6.1", | ||
"@hashgraph/sdk": "^2.18.3", | ||
"@mikro-orm/core": "^5.3.0", | ||
"@mikro-orm/mongodb": "^5.3.0", | ||
|
@@ -74,5 +74,5 @@ | |
"test:local": "mocha tests/**/*.test.js", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.6.0" | ||
"version": "2.6.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 |
---|---|---|
|
@@ -4,8 +4,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.6.0", | ||
"@guardian/interfaces": "^2.6.0", | ||
"@guardian/common": "^2.6.1", | ||
"@guardian/interfaces": "^2.6.1", | ||
"@web-std/fetch": "3.0.0", | ||
"axios": "^0.26.1", | ||
"axios-retry": "^3.2.4", | ||
|
@@ -44,5 +44,5 @@ | |
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ipfs-client.xml", | ||
"watch": "nodemon src/index.ts" | ||
}, | ||
"version": "2.6.0" | ||
"version": "2.6.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.6.0", | ||
"@guardian/interfaces": "^2.6.0", | ||
"@guardian/common": "^2.6.1", | ||
"@guardian/interfaces": "^2.6.1", | ||
"@mikro-orm/core": "^5.3.0", | ||
"@mikro-orm/mongodb": "^5.3.0", | ||
"@web-std/fetch": "3.0.0", | ||
|
@@ -36,5 +36,5 @@ | |
"start": "node dist/index.js", | ||
"watch": "nodemon src/index.ts" | ||
}, | ||
"version": "2.6.0" | ||
"version": "2.6.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.6.0", | ||
"@guardian/common": "^2.6.1", | ||
"@transmute/credentials-context": "0.7.0-unstable.40", | ||
"@transmute/did-context": "0.7.0-unstable.40", | ||
"@transmute/ed25519-signature-2018": "0.7.0-unstable.40", | ||
|
@@ -29,5 +29,5 @@ | |
"dev:docker": "nodemon .", | ||
"start": "node dist/index.js" | ||
}, | ||
"version": "2.6.0" | ||
"version": "2.6.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 |
---|---|---|
|
@@ -14,5 +14,5 @@ | |
"mrv-sender", | ||
"worker-service" | ||
], | ||
"version": "2.6.0" | ||
"version": "2.6.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 |
---|---|---|
|
@@ -19,5 +19,5 @@ | |
"dev": "tsc -w", | ||
"start": "node dist/index.js" | ||
}, | ||
"version": "2.6.0" | ||
"version": "2.6.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.6.0", | ||
"@guardian/interfaces": "^2.6.0", | ||
"@guardian/common": "^2.6.1", | ||
"@guardian/interfaces": "^2.6.1", | ||
"@hashgraph/sdk": "^2.18.3", | ||
"@transmute/credentials-context": "^0.7.0-unstable.60", | ||
"@transmute/did-context": "^0.7.0-unstable.60", | ||
|
@@ -46,5 +46,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.6.0" | ||
"version": "2.6.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