Skip to content

Commit

Permalink
2.12.2 hoftix fixing build and response timeout issues (#2125)
Browse files Browse the repository at this point in the history
* 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
simvalery authored May 10, 2023
1 parent 627d71f commit d5025e8
Show file tree
Hide file tree
Showing 18 changed files with 99 additions and 99 deletions.
2 changes: 1 addition & 1 deletion api-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-docs",
"version": "2.12.0",
"version": "2.12.1",
"description": "Swagger Documentation",
"main": "dist/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion api-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-tests",
"version": "2.12.0",
"version": "2.12.1",
"description": "API Tests",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion application-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "application-events",
"version": "1.0.0",
"version": "2.12.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
12 changes: 6 additions & 6 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@
"test": "ng test",
"watch": "ng build --watch --configuration development --output-path ../www-data"
},
"version": "2.12.0"
"version": "2.12.1"
}
12 changes: 6 additions & 6 deletions guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": "",
Expand Down Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion guardian-service/src/helpers/guardians.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class GuardiansService extends NatsService {
new Promise<T>((resolve, reject) => {
setTimeout(() => {
resolve(null);
}, 1 * 1000)
}, 60 * 1000)
}),
])
}
Expand Down
2 changes: 1 addition & 1 deletion interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.12.0"
"version": "2.12.1"
}
10 changes: 5 additions & 5 deletions logger-service/package.json
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",
Expand Down Expand Up @@ -37,5 +37,5 @@
"start": "node dist/index.js",
"watch": "nodemon src/index.ts"
},
"version": "2.12.0"
"version": "2.12.1"
}
4 changes: 2 additions & 2 deletions mrv-sender/package.json
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",
Expand Down Expand Up @@ -30,5 +30,5 @@
"dev:docker": "nodemon .",
"start": "node dist/index.js"
},
"version": "2.12.0"
"version": "2.12.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"policy-service",
"api-tests"
],
"version": "2.12.0"
"version": "2.12.1"
}
12 changes: 6 additions & 6 deletions policy-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": "",
Expand Down Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion topic-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"dev": "tsc -w",
"start": "node dist/index.js"
},
"version": "2.12.0"
"version": "2.12.1"
}
2 changes: 1 addition & 1 deletion tree-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"dev": "tsc -w",
"start": "node dist/index.js"
},
"version": "2.12.0"
"version": "2.12.1"
}
6 changes: 3 additions & 3 deletions worker-service/package.json
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",
Expand Down Expand Up @@ -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"
}
Loading

1 comment on commit d5025e8

@anvabr
Copy link
Collaborator

@anvabr anvabr commented on d5025e8 May 10, 2023

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)

Please sign in to comment.