Skip to content

Commit

Permalink
refactor(intermediate): prepere sub-services, up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 19, 2024
1 parent 95a9914 commit 00ef607
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@
],
"type": "module",
"dependencies": {
"@restorecommerce/chassis-srv": "1.6.4",
"@restorecommerce/kafka-client": "1.2.20",
"@restorecommerce/acs-clinet": "^3.0.8",
"@restorecommerce/chassis-srv": "^1.6.5",
"@restorecommerce/kafka-client": "^1.2.21",
"@restorecommerce/logger": "^1.3.2",
"@restorecommerce/rc-grpc-clients": "^5.1.42",
"@restorecommerce/resource-base-interface": "^1.6.4",
"@restorecommerce/rc-grpc-clients": "^5.1.43",
"@restorecommerce/resource-base-interface": "^1.6.5",
"@restorecommerce/service-config": "^1.0.16",
"elasticsearch": "^16.7.3",
"redis": "4.7.0"
"redis": "^4.7.0"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
Expand Down
Empty file.
Empty file.
Empty file.
Empty file.
Empty file added src/services/ProductService.ts
Empty file.

0 comments on commit 00ef607

Please sign in to comment.