Skip to content

Commit

Permalink
fix(authentication-service): fixed version of loopback packages in al…
Browse files Browse the repository at this point in the history
…l services (#191)
  • Loading branch information
akshatdubeysf authored May 12, 2021
1 parent ed7d59f commit 7eb9a60
Show file tree
Hide file tree
Showing 100 changed files with 39,845 additions and 44,700 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lerna run test",
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
Expand Down
13,677 changes: 6,869 additions & 6,808 deletions sandbox/audit-ms-example/package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions sandbox/audit-ms-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,32 +53,32 @@
"!*/__tests__"
],
"dependencies": {
"@loopback/boot": "^3.1.2",
"@loopback/context": "^3.13.2",
"@loopback/core": "^2.13.1",
"@loopback/repository": "^3.4.0",
"@loopback/rest": "^9.1.2",
"@loopback/rest-explorer": "^3.0.6",
"@loopback/service-proxy": "^3.0.6",
"@sourceloop/audit-log": "^1.2.0",
"@loopback/boot": "^3.4.0",
"@loopback/context": "^3.16.0",
"@loopback/core": "^2.16.0",
"@loopback/repository": "^3.6.0",
"@loopback/rest": "^9.3.0",
"@loopback/rest-explorer": "^3.3.0",
"@loopback/service-proxy": "^3.2.0",
"@sourceloop/audit-log": "^1.3.0",
"@sourceloop/audit-service": "^1.1.0-alpha.15",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"dotenv": "^8.2.0",
"dotenv-extended": "^2.9.0",
"loopback-connector-postgresql": "^5.3.0",
"loopback4-authentication": "^4.3.0",
"loopback4-authorization": "^3.2.0",
"loopback4-authentication": "^4.5.0",
"loopback4-authorization": "^3.3.0",
"prom-client": "^13.1.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@loopback/build": "^6.2.8",
"@loopback/build": "^6.4.0",
"source-map-support": "^0.5.19",
"@loopback/testlab": "^3.2.11",
"@types/node": "^10.17.51",
"@loopback/eslint-config": "^10.0.5",
"eslint": "^7.18.0",
"typescript": "~4.1.3"
"@loopback/testlab": "^3.4.0",
"@types/node": "^10.17.59",
"@loopback/eslint-config": "^10.2.0",
"eslint": "^7.25.0",
"typescript": "~4.2.4"
}
}
3 changes: 2 additions & 1 deletion sandbox/audit-ms-example/src/datasources/pg.datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const config = {
@lifeCycleObserver('datasource')
export class PgDataSource
extends juggler.DataSource
implements LifeCycleObserver {
implements LifeCycleObserver
{
static dataSourceName = AuditDbSourceName;
static readonly defaultConfig = config;

Expand Down
Loading

0 comments on commit 7eb9a60

Please sign in to comment.