Skip to content

Commit

Permalink
Add external-db-logger module and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MXPOL committed Jan 15, 2024
1 parent 89a5578 commit af8c1fe
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion libs/external-db-logger/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/libs/external-db-logger",
"main": "libs/external-db-logger/src/index.ts",
"main": "libs/external-db-logger/index.ts",
"tsConfig": "libs/external-db-logger/tsconfig.lib.json",
"assets": ["libs/external-db-logger/*.md"],
"buildableProjectDepsInPackageJsonType": "dependencies"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"passport-oauth2": "^1.6.1",
"pg": "8.7.3",
"pg-escape": "^0.2.0",
"pino": "^8.17.2",
"sqlstring": "^2.3.3",
"tslib": "^2.3.0",
"tsqlstring": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@wix-velo/velo-external-db-commons": [ "libs/velo-external-db-commons/src/index.ts" ],
"@wix-velo/velo-external-db-core": [ "libs/velo-external-db-core/src/index.ts" ],
"@wix-velo/velo-external-db-types": ["libs/velo-external-db-types/src/index.ts"],
"@wix-velo/external-db-logger": [ "libs/external-db-logger/src/index.ts" ],
"@wix-velo/external-db-logger": [ "libs/external-db-logger/index.ts" ],
"velo-external-db": [ "apps/velo-external-db/src/app.ts" ]
}
},
Expand Down

0 comments on commit af8c1fe

Please sign in to comment.