Skip to content

Commit 5cb79e8

Browse files
committed
chore: update dependenices and cli entrypoint
1 parent 2577952 commit 5cb79e8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"author": "Gilbert Andanje",
77
"license": "ISC",
88
"private": true,
9+
"bin": {
10+
"suite":".suite-cli/cli/cli.js"
11+
},
912
"scripts": {
1013
"repo:reset": "find ../node-microservices-suite -type d -name 'node_modules' -exec rm -rf {} + && find ../node-microservices-suite -type f -name 'package-lock.json' -delete && find ../node-microservices-suite -type f -name 'yarn.lock' -delete && find ../node-microservices-suite -type d -name 'yarn-*' -exec rm -rf {} +",
1114
"repo:reset:1": "rm -rf node_modules",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,16 @@
5454
resolved "https://registry.yarnpkg.com/@microservices-suite/config/-/config-1.0.3.tgz#41fd678d89b4de9ac41683e1d6628ed2816d6a6b"
5555
integrity sha512-Rxd+iRLVubDOXjre5SRrCPEhGeoF3aG+MWzQbeC62kK51NoQy0pK3yGZRJa+mF9MNiaEvmyAm2GGlTsUcS1QqQ==
5656

57+
"@microservices-suite/config@1.0.7":
58+
version "1.0.7"
59+
resolved "https://registry.yarnpkg.com/@microservices-suite/config/-/config-1.0.7.tgz#0e8d83b738eea101b67ef1bb9149b68dadea3d04"
60+
integrity sha512-9xg5V3pJkB2CtQ8nOqJ5aHuUKITO21lyqezrgcVcCymhUh4Xxq9MpocoQ3FqkqXR5Aia/dScbh0N6R2Hl8A+JA==
61+
dependencies:
62+
dotenv "^16.4.5"
63+
joi "^17.12.3"
64+
morgan "^1.10.0"
65+
winston "^3.13.0"
66+
5767
"@mongodb-js/saslprep@^1.1.5":
5868
version "1.1.5"
5969
resolved "https://registry.yarnpkg.com/@mongodb-js/saslprep/-/saslprep-1.1.5.tgz#0c48a96c8d799e81fae311b7251aa5c1dc7c6e95"

0 commit comments

Comments
 (0)