-
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.
* #1055 Update block permissions * update version Co-authored-by: Stepan Kiryakov <[email protected]>
- Loading branch information
1 parent
540ba0f
commit 0865752
Showing
14 changed files
with
73 additions
and
63 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.2.1", | ||
"@guardian/interfaces": "^2.2.1", | ||
"@guardian/common": "^2.2.2", | ||
"@guardian/interfaces": "^2.2.2", | ||
"dotenv": "^16.0.0", | ||
"express": "^4.17.1", | ||
"jszip": "^3.7.1", | ||
|
@@ -49,5 +49,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.2.1" | ||
"version": "2.2.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 |
---|---|---|
|
@@ -7,8 +7,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.2.1", | ||
"@guardian/interfaces": "^2.2.1", | ||
"@guardian/common": "^2.2.2", | ||
"@guardian/interfaces": "^2.2.2", | ||
"dotenv": "^16.0.0", | ||
"jsonwebtoken": "^8.5.1", | ||
"module-alias": "^2.2.2", | ||
|
@@ -44,5 +44,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.2.1" | ||
"version": "2.2.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/interfaces": "^2.2.1", | ||
"@guardian/interfaces": "^2.2.2", | ||
"nats": "^2.6.1", | ||
"reflect-metadata": "^0.1.13", | ||
"zlib": "^1.0.5" | ||
|
@@ -27,5 +27,5 @@ | |
"prepare": "npm run build", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"version": "2.2.1" | ||
"version": "2.2.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.2.1", | ||
"@guardian/interfaces": "^2.2.1", | ||
"@guardian/common": "^2.2.2", | ||
"@guardian/interfaces": "^2.2.2", | ||
"@hashgraph/sdk": "^2.15.0", | ||
"@transmute/credentials-context": "^0.7.0-unstable.60", | ||
"@transmute/did-context": "^0.7.0-unstable.60", | ||
|
@@ -72,5 +72,5 @@ | |
"test:network": "mocha tests/network-tests/**/*.test.js", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.2.1" | ||
"version": "2.2.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
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.2.1", | ||
"@guardian/interfaces": "^2.2.1", | ||
"@guardian/common": "^2.2.2", | ||
"@guardian/interfaces": "^2.2.2", | ||
"@web-std/fetch": "3.0.0", | ||
"axios": "^0.26.1", | ||
"axios-retry": "^3.2.4", | ||
|
@@ -46,5 +46,5 @@ | |
"start": "node dist/index.js", | ||
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ipfs-client.xml" | ||
}, | ||
"version": "2.2.1" | ||
"version": "2.2.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,8 +2,8 @@ | |
"packageManager": "[email protected]", | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.2.1", | ||
"@guardian/interfaces": "^2.2.1", | ||
"@guardian/common": "^2.2.2", | ||
"@guardian/interfaces": "^2.2.2", | ||
"@web-std/fetch": "3.0.0", | ||
"cors": "^2.8.5", | ||
"dotenv": "^16.0.0", | ||
|
@@ -36,5 +36,5 @@ | |
"lint": "tslint --project .", | ||
"start": "node dist/index.js" | ||
}, | ||
"version": "2.2.1" | ||
"version": "2.2.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.2.1", | ||
"@guardian/common": "^2.2.2", | ||
"@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.2.1" | ||
"version": "2.2.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 |
---|---|---|
|
@@ -13,5 +13,5 @@ | |
"logger-service", | ||
"mrv-sender" | ||
], | ||
"version": "2.2.1" | ||
"version": "2.2.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