Skip to content

Commit

Permalink
fixes package.json
Browse files Browse the repository at this point in the history
Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery committed Aug 28, 2023
1 parent 8a9a3be commit 3b27058
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 58 deletions.
6 changes: 3 additions & 3 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@azure/identity": "^3.2.2",
"@azure/keyvault-secrets": "^4.7.0",
"@google-cloud/secret-manager": "^4.2.2",
"@guardian/interfaces": "^2.16.0-prerelease",
"@guardian/interfaces": "^2.16.0-prerelease",
"@hashgraph/sdk": "2.24.2",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -75,6 +75,6 @@
"test:local": "mocha tests/**/*.test.js --exit",
"test:stability": "mocha tests/stability.test.js"
},
"version": "2.16.0-prerelease",
"stableVersion": "2.15.0"
"version": "2.16.0-prerelease",
"stableVersion": "2.15.0"
}
24 changes: 12 additions & 12 deletions guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.16.0-prerelease",
"@guardian/interfaces": "^2.16.0-prerelease",
"@guardian/common": "^2.16.0-prerelease",
"@guardian/interfaces": "^2.16.0-prerelease",
"@hashgraph/sdk": "2.24.2",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -56,22 +56,22 @@
"@types/deep-equal": "^1.0.1",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.12",
"@types/gulp": "^4",
"@types/gulp-rename": "^2",
"@types/gulp": "^4",
"@types/gulp-rename": "^2",
"@types/jszip": "^3.4.1",
"@types/node": "^18.16.0",
"chai": "4.3.4",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"mocha": "^9.2.0",
"mocha-junit-reporter": "^2.0.2",
"nodemon": "^2.0.12",
"rewire": "^6.0.0",
"tslint": "^6.1.3",
"typescript": "^4.5.5",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1"
"typescript": "^4.5.5"
},
"license": "Apache-2.0",
"main": "dist/index.js",
Expand All @@ -92,6 +92,6 @@
"test:local": "mocha tests/**/*.test.js --exit",
"test:stability": "mocha tests/stability.test.js"
},
"version": "2.16.0-prerelease",
"stableVersion": "2.15.0"
"version": "2.16.0-prerelease",
"stableVersion": "2.15.0"
}
62 changes: 31 additions & 31 deletions notification-service/package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.16.0-prerelease",
"@guardian/interfaces": "^2.16.0-prerelease",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/mongodb": "5.7.12",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.1",
"@web-std/fetch": "3.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"fs-extra": "^10.0.0",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"module-alias": "^2.2.2",
"@guardian/common": "^2.16.0-prerelease",
"@guardian/interfaces": "^2.16.0-prerelease",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/mongodb": "5.7.12",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.1",
"@web-std/fetch": "3.0.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"fs-extra": "^10.0.0",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"module-alias": "^2.2.2",
"reflect-metadata": "^0.1.13"
},
"description": "",
"devDependencies": {
"@types/fs-extra": "^9.0.12",
"@types/gulp": "^4",
"@types/gulp-rename": "^2",
"@types/gulp": "^4",
"@types/gulp-rename": "^2",
"@types/node": "^18.16.0",
"chai": "4.3.6",
"mocha": "^9.2.0",
Expand All @@ -37,16 +37,16 @@
"main": "dist/index.js",
"name": "notification-service",
"packageManager": "[email protected]",
"scripts": {
"build": "tsc",
"build:prod": "tsc --project tsconfig.production.json",
"debug": "nodemon dist/index.js",
"dev": "tsc -w",
"dev:docker": "nodemon .",
"lint": "tslint --config ../tslint.json --project .",
"start": "node dist/index.js",
"watch": "nodemon src/index.ts"
},
"version": "2.16.0-prerelease",
"stableVersion": "2.15.0"
"scripts": {
"build": "tsc",
"build:prod": "tsc --project tsconfig.production.json",
"debug": "nodemon dist/index.js",
"dev": "tsc -w",
"dev:docker": "nodemon .",
"lint": "tslint --config ../tslint.json --project .",
"start": "node dist/index.js",
"watch": "nodemon src/index.ts"
},
"version": "2.16.0-prerelease",
"stableVersion": "2.15.0"
}
12 changes: 6 additions & 6 deletions policy-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@
"@types/jszip": "^3.4.1",
"@types/node": "^18.16.0",
"chai": "4.3.4",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"mocha": "^9.2.0",
"mocha-junit-reporter": "^2.0.2",
"nodemon": "^2.0.12",
"rewire": "^6.0.0",
"tslint": "^6.1.3",
"typescript": "^4.5.5",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1"
"typescript": "^4.5.5"
},
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down
12 changes: 6 additions & 6 deletions worker-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"@types/gulp-rename": "^2",
"@types/node": "^18.16.0",
"chai": "4.3.4",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"mocha": "^9.2.0",
"mocha-junit-reporter": "^2.0.2",
"nodemon": "^2.0.12",
"rewire": "^6.0.0",
"tslint": "^6.1.3",
"typescript": "^4.5.5",
"gulp": "^4.0.2",
"gulp-copy": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1"
"typescript": "^4.5.5"
},
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down

0 comments on commit 3b27058

Please sign in to comment.