Skip to content

Commit ef6b68e

Browse files
committed
update common package
1 parent f58d5b0 commit ef6b68e

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

examples_new/microservices/auth/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples_new/microservices/auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "",
1919
"license": "ISC",
2020
"dependencies": {
21-
"@chronosrx/common": "^1.0.3",
21+
"@chronosrx/common": "^1.0.4",
2222
"axios": "^1.6.2",
2323
"bcryptjs": "^2.4.3",
2424
"cookie-parser": "^1.4.6",

examples_new/microservices/common/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples_new/microservices/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chronosrx/common",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Common modules for Chronos Microservice",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",

examples_new/microservices/event-bus/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples_new/microservices/event-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"author": "",
1212
"license": "ISC",
1313
"dependencies": {
14-
"@chronosrx/common": "^1.0.3",
14+
"@chronosrx/common": "^1.0.4",
1515
"axios": "^1.6.2",
1616
"express": "^4.18.2",
1717
"ts-node-dev": "^2.0.0"

examples_new/microservices/inventory/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples_new/microservices/inventory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "",
1919
"license": "ISC",
2020
"dependencies": {
21-
"@chronosrx/common": "^1.0.3",
21+
"@chronosrx/common": "^1.0.4",
2222
"cookie-parser": "^1.4.6",
2323
"dotenv": "^16.3.1",
2424
"express": "^4.18.2",

examples_new/microservices/items/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples_new/microservices/items/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "",
1919
"license": "ISC",
2020
"dependencies": {
21-
"@chronosrx/common": "^1.0.3",
21+
"@chronosrx/common": "^1.0.4",
2222
"axios": "^1.6.2",
2323
"cookie-parser": "^1.4.6",
2424
"dotenv": "^16.3.1",

0 commit comments

Comments
 (0)