-
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.
* update Dovu policy (fix schemas) * update validation errors Signed-off-by: Stepan Kiryakov <[email protected]> * update validation errors Signed-off-by: Stepan Kiryakov <[email protected]> * fix Signed-off-by: Stepan Kiryakov <[email protected]> * GitBook: [#213] Added GroupByFields property in aggregateBlock * GitBook: [#214] Setting up local IPFS Node * Setting Local IPFS node updated in ReadMe * GitBook: [#215] Added Multi Policy APIs * skipLibCheck Signed-off-by: simvalery <[email protected]> * up version Signed-off-by: simvalery <[email protected]> --------- Signed-off-by: Stepan Kiryakov <[email protected]> Signed-off-by: simvalery <[email protected]> Co-authored-by: Stepan Kiryakov <[email protected]> Co-authored-by: prernaa.agarwal <[email protected]> Co-authored-by: prernaadev01 <[email protected]>
- Loading branch information
1 parent
9c373d9
commit badad31
Showing
23 changed files
with
56 additions
and
50 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.9.2", | ||
"@guardian/interfaces": "^2.9.2", | ||
"@guardian/common": "^2.9.3", | ||
"@guardian/interfaces": "^2.9.3", | ||
"@types/express-fileupload": "^1.4.1", | ||
"dotenv": "^16.0.0", | ||
"express": "^4.17.1", | ||
|
@@ -52,5 +52,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.9.2" | ||
"version": "2.9.3" | ||
} |
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.9.2", | ||
"@guardian/interfaces": "^2.9.2", | ||
"@guardian/common": "^2.9.3", | ||
"@guardian/interfaces": "^2.9.3", | ||
"@mikro-orm/core": "~5.3.0", | ||
"@mikro-orm/mongodb": "~5.3.0", | ||
"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.9.2" | ||
"version": "2.9.3" | ||
} |
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,7 +1,7 @@ | ||
{ | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/interfaces": "^2.9.2", | ||
"@guardian/interfaces": "^2.9.3", | ||
"@mikro-orm/core": "~5.3.0", | ||
"@mikro-orm/migrations-mongodb": "~5.3.0", | ||
"@mikro-orm/mongodb": "~5.3.0", | ||
|
@@ -35,5 +35,5 @@ | |
"prepack": "npm run build:prod", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"version": "2.9.2" | ||
"version": "2.9.3" | ||
} |
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 |
---|---|---|
|
@@ -12,8 +12,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.9.2", | ||
"@guardian/interfaces": "^2.9.2", | ||
"@guardian/common": "^2.9.3", | ||
"@guardian/interfaces": "^2.9.3", | ||
"@hashgraph/sdk": "^2.19.2", | ||
"@mikro-orm/core": "~5.3.0", | ||
"@mikro-orm/mongodb": "~5.3.0", | ||
|
@@ -76,5 +76,5 @@ | |
"test:local": "mocha tests/**/*.test.js", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.9.2" | ||
"version": "2.9.3" | ||
} |
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.9.2", | ||
"@guardian/interfaces": "^2.9.2", | ||
"@guardian/common": "^2.9.3", | ||
"@guardian/interfaces": "^2.9.3", | ||
"@mikro-orm/core": "~5.3.0", | ||
"@mikro-orm/mongodb": "~5.3.0", | ||
"@web-std/fetch": "3.0.0", | ||
|
@@ -37,5 +37,5 @@ | |
"start": "node dist/index.js", | ||
"watch": "nodemon src/index.ts" | ||
}, | ||
"version": "2.9.2" | ||
"version": "2.9.3" | ||
} |
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.9.2", | ||
"@guardian/common": "^2.9.3", | ||
"@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.9.2" | ||
"version": "2.9.3" | ||
} |
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 |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
"worker-service", | ||
"policy-service" | ||
], | ||
"version": "2.9.2" | ||
"version": "2.9.3" | ||
} |
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.9.2", | ||
"@guardian/interfaces": "^2.9.2", | ||
"@guardian/common": "^2.9.3", | ||
"@guardian/interfaces": "^2.9.3", | ||
"@hashgraph/sdk": "^2.19.2", | ||
"@mikro-orm/core": "~5.3.0", | ||
"@mikro-orm/mongodb": "~5.3.0", | ||
|
@@ -75,5 +75,5 @@ | |
"test:local": "mocha tests/**/*.test.js", | ||
"test:stability": "mocha tests/stability.test.js" | ||
}, | ||
"version": "2.9.2" | ||
"version": "2.9.3" | ||
} |
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.9.2" | ||
"version": "2.9.3" | ||
} |
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.9.2" | ||
"version": "2.9.3" | ||
} |
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.9.2", | ||
"@guardian/interfaces": "^2.9.2", | ||
"@guardian/common": "^2.9.3", | ||
"@guardian/interfaces": "^2.9.3", | ||
"@hashgraph/sdk": "^2.19.2", | ||
"@transmute/credentials-context": "^0.7.0-unstable.80", | ||
"@transmute/did-context": "^0.7.0-unstable.80", | ||
|
@@ -48,5 +48,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.9.2" | ||
"version": "2.9.3" | ||
} |
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