Skip to content

Commit

Permalink
style(write-handler): rework code
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Jul 1, 2022
1 parent 7f4e2ea commit b3bf5e7
Show file tree
Hide file tree
Showing 11 changed files with 550 additions and 597 deletions.
2 changes: 1 addition & 1 deletion oada/libs/lib-arangodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
"@types/json-pointer": "^1.0.31",
"@types/node": "^18.0.0",
"ava": "4.0.0-rc.1",
"type-fest": "^2.13.1"
"type-fest": "^2.15.1"
}
}
2 changes: 1 addition & 1 deletion oada/libs/lib-kafka/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"bluebird": "^3.7.2",
"cls-rtracer": "^2.6.0",
"debug": "^4.3.4",
"kafkajs": "^2.0.2",
"kafkajs": "^2.1.0",
"ksuid": "^3.0.0",
"tslib": "^2.4.0",
"uuid": "^8.3.2"
Expand Down
2 changes: 1 addition & 1 deletion oada/libs/pino-debug/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "ISC",
"dependencies": {
"cls-rtracer": "^2.6.0",
"pino": "^8.0.0",
"pino": "^8.1.0",
"pino-caller": "^3.2.0",
"pino-debug": "^2.0.0",
"tslib": "^2.4.0"
Expand Down
18 changes: 9 additions & 9 deletions oada/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"g:pino-pretty": "pino-pretty"
},
"devDependencies": {
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@tsconfig/node18": "^1.0.1",
"@types/eslint": "^8.4.3",
"@types/eslint": "^8.4.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@yarnpkg/sdks": "^3.0.0-rc.9",
"@typescript-eslint/eslint-plugin": "^5.30.1",
"@typescript-eslint/parser": "^5.30.2",
"@yarnpkg/sdks": "^3.0.0-rc.10",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-xo": "^0.41.0",
Expand All @@ -41,17 +41,17 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-regexp": "^1.7.0",
"eslint-plugin-security": "^1.5.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-unicorn": "^43.0.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"dependencies": {
"pino-pretty": "^8.0.0"
"pino-pretty": "^8.1.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions oada/services/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"cors": "^2.8.5",
"debug": "^4.3.4",
"ejs": "^3.1.8",
"es-main": "^1.0.2",
"es-main": "^1.2.0",
"express": "^4.18.1",
"express-session": "^1.17.3",
"helmet": "^5.1.0",
Expand Down Expand Up @@ -100,6 +100,6 @@
"@types/urijs": "^1.19.19",
"@types/uuid": "^8.3.4",
"c8": "^7.11.3",
"type-fest": "^2.13.1"
"type-fest": "^2.15.1"
}
}
4 changes: 2 additions & 2 deletions oada/services/http-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"@oada/types": "^3.0.2",
"cacache": "^16.1.1",
"debug": "^4.3.4",
"es-main": "^1.0.2",
"fastify": "4.1.0",
"es-main": "^1.2.0",
"fastify": "4.2.0",
"fastify-graceful-shutdown": "^3.2.0",
"fastify-healthcheck": "^4.0.0",
"json-ptr": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion oada/services/permissions-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@oada/lib-kafka": "^3.0.1",
"@oada/pino-debug": "^3.0.1",
"debug": "^4.3.4",
"es-main": "^1.0.2",
"es-main": "^1.2.0",
"tslib": "^2.4.0",
"type-is": "^1.6.18"
},
Expand Down
4 changes: 2 additions & 2 deletions oada/services/rev-graph-update/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@oada/client": "^4.1.1",
"@oada/client": "^4.1.2",
"@oada/write-handler": "^3.0.1",
"@types/debug": "^4.1.7",
"@types/node": "^18.0.0",
"@types/randomstring": "^1.1.8",
"ava": "4.0.0-rc.1",
"type-fest": "^2.13.1",
"type-fest": "^2.15.1",
"typescript": "^4.7.4"
}
}
6 changes: 2 additions & 4 deletions oada/services/write-handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,16 @@
"@oada/lib-config": "^3.0.1",
"@oada/lib-kafka": "^3.0.1",
"@oada/pino-debug": "^3.0.1",
"bluebird": "^3.7.2",
"debug": "^4.3.4",
"json-ptr": "^3.1.0",
"object-assign-deep": "^0.4.0",
"timed-cache": "^1.1.5",
"timed-cache": "^2.0.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@ava/typescript": "^3.0.1",
"@oada/client": "^4.1.1",
"@oada/client": "^4.1.2",
"@oada/types": "^3.0.2",
"@types/bluebird": "^3.5.36",
"@types/debug": "^4.1.7",
"@types/json-pointer": "^1.0.31",
"@types/node": "^18.0.0",
Expand Down
Loading

0 comments on commit b3bf5e7

Please sign in to comment.