Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Jul 27, 2023
1 parent 37bc2e8 commit c85e40e
Show file tree
Hide file tree
Showing 7 changed files with 110 additions and 110 deletions.
90 changes: 45 additions & 45 deletions common/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.319.0",
"@azure/identity": "^3.2.2",
"@azure/keyvault-secrets": "^4.7.0",
"@guardian/interfaces": "^2.14.3-prerelease",
"@hashgraph/sdk": "2.24.2",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/migrations-mongodb": "5.7.12",
"@mikro-orm/mongodb": "5.7.12",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.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",
"@transmute/json-web-signature": "0.7.0-unstable.80",
"@transmute/jsonld-schema": "0.7.0-unstable.80",
"@transmute/security-context": "0.7.0-unstable.80",
"@transmute/vc.js": "0.7.0-unstable.80",
"ajv": "^8.10.0",
"ajv-formats": "^2.1.1",
"axios": "^1.3.6",
"bs58": "^4.0.1",
"@aws-sdk/client-secrets-manager": "^3.319.0",
"@azure/identity": "^3.2.2",
"@azure/keyvault-secrets": "^4.7.0",
"@guardian/interfaces": "^2.14.3-prerelease",
"@hashgraph/sdk": "2.24.2",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/migrations-mongodb": "5.7.12",
"@mikro-orm/mongodb": "5.7.12",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.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",
"@transmute/json-web-signature": "0.7.0-unstable.80",
"@transmute/jsonld-schema": "0.7.0-unstable.80",
"@transmute/security-context": "0.7.0-unstable.80",
"@transmute/vc.js": "0.7.0-unstable.80",
"ajv": "^8.10.0",
"ajv-formats": "^2.1.1",
"axios": "^1.3.6",
"bs58": "^4.0.1",
"bson": "^5.3.0",
"express": "^4.17.1",
"js-base64": "^3.6.1",
Expand All @@ -45,26 +45,26 @@
"@types/node": "^18.16.0",
"@types/winston": "^2.4.4",
"mocha-junit-reporter": "^2.0.2",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
"tslint": "^6.1.3",
"typescript": "^4.5.5"
},
"files": [
"dist"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.js",
"name": "@guardian/common",
"scripts": {
"build": "tsc",
"build:prod": "tsc --project tsconfig.production.json",
"dev": "tsc -w",
"lint": "tslint --config ../tslint.json --project .",
"prepack": "npm run build:prod",
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/common.xml --exit",
"test:local": "mocha tests/**/*.test.js --exit",
"test:stability": "mocha tests/stability.test.js"
},
"version": "2.14.3-prerelease",
"stableVersion": "2.14.2"
"files": [
"dist"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"module": "dist/index.js",
"name": "@guardian/common",
"scripts": {
"build": "tsc",
"build:prod": "tsc --project tsconfig.production.json",
"dev": "tsc -w",
"lint": "tslint --config ../tslint.json --project .",
"prepack": "npm run build:prod",
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/common.xml --exit",
"test:local": "mocha tests/**/*.test.js --exit",
"test:stability": "mocha tests/stability.test.js"
},
"version": "2.14.3-prerelease",
"stableVersion": "2.14.2"
}
20 changes: 10 additions & 10 deletions guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
"axios": "^1.3.6",
"bs58": "^4.0.1",
"bson": "^5.3.0",
"cors": "^2.8.5",
"cron": "^2.0.0",
"deep-equal": "^2.0.5",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"imurmurhash": "^0.1.4",
"jszip": "^3.7.1",
"lodash.get": "^4.4.2",
"mathjs": "^10.1.0",
"cors": "^2.8.5",
"cron": "^2.0.0",
"deep-equal": "^2.0.5",
"dotenv": "^16.0.0",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
"imurmurhash": "^0.1.4",
"jszip": "^3.7.1",
"lodash.get": "^4.4.2",
"mathjs": "^10.1.0",
"module-alias": "^2.2.2",
"moment": "^2.29.2",
"mongodb": "5.6.0",
Expand Down
64 changes: 32 additions & 32 deletions mrv-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.14.3-prerelease",
"@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",
"@transmute/json-web-signature": "0.7.0-unstable.80",
"@transmute/jsonld-schema": "0.7.0-unstable.80",
"@transmute/security-context": "0.7.0-unstable.80",
"@transmute/vc.js": "0.7.0-unstable.80",
"axios": "^1.3.6",
"express": "^4.17.3",
"jose": "4.14.1",
"prom-client": "^14.1.1",
"prometheus-api-metrics": "3.2.2"
"@guardian/common": "^2.14.3-prerelease",
"@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",
"@transmute/json-web-signature": "0.7.0-unstable.80",
"@transmute/jsonld-schema": "0.7.0-unstable.80",
"@transmute/security-context": "0.7.0-unstable.80",
"@transmute/vc.js": "0.7.0-unstable.80",
"axios": "^1.3.6",
"express": "^4.17.3",
"jose": "4.14.1",
"prom-client": "^14.1.1",
"prometheus-api-metrics": "3.2.2"
},
"description": "",
"devDependencies": {
"@types/express": "^4.17.13",
"nodemon": "^2.0.12",
"typescript": "^4.6.3"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "mrv-sender",
"scripts": {
"build": "tsc",
"build:prod": "tsc --project tsconfig.production.json",
"debug": "nodemon dist/index.js",
"dev": "tsc -w",
"dev:docker": "nodemon .",
"start": "node dist/index.js"
},
"version": "2.14.3-prerelease",
"stableVersion": "2.14.2"
"description": "",
"devDependencies": {
"@types/express": "^4.17.13",
"nodemon": "^2.0.12",
"typescript": "^4.6.3"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "mrv-sender",
"scripts": {
"build": "tsc",
"build:prod": "tsc --project tsconfig.production.json",
"debug": "nodemon dist/index.js",
"dev": "tsc -w",
"dev:docker": "nodemon .",
"start": "node dist/index.js"
},
"version": "2.14.3-prerelease",
"stableVersion": "2.14.2"
}
20 changes: 10 additions & 10 deletions notification-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"reflect-metadata": "^0.1.13"
},
"description": "",
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/node": "^18.16.0",
"chai": "4.3.6",
"mocha": "^9.2.0",
"mocha-junit-reporter": "^2.0.2",
"nodemon": "^2.0.12",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
},
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/node": "^18.16.0",
"chai": "4.3.6",
"mocha": "^9.2.0",
"mocha-junit-reporter": "^2.0.2",
"nodemon": "^2.0.12",
"tslint": "^6.1.3",
"typescript": "^4.5.5"
},
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "notification-service",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions topic-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"express": "^4.17.3",
"prom-client": "^14.1.1",
"prometheus-api-metrics": "3.2.2"
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"express": "^4.17.3",
"prom-client": "^14.1.1",
"prometheus-api-metrics": "3.2.2"
},
"description": "",
"devDependencies": {
"@types/express": "^4.17.13",
Expand Down
2 changes: 1 addition & 1 deletion tree-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"express": "^4.17.3"
},
Expand Down

0 comments on commit c85e40e

Please sign in to comment.