-
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.
Signed-off-by: simvalery <[email protected]>
- Loading branch information
Showing
7 changed files
with
110 additions
and
110 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
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", | ||
|
@@ -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" | ||
} |
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,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" | ||
} |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,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", | ||
|
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,5 +1,5 @@ | ||
{ | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"express": "^4.17.3" | ||
}, | ||
|