Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
chore: bump broker version.. again
Browse files Browse the repository at this point in the history
  • Loading branch information
didinele committed Feb 24, 2021
1 parent b1fab92 commit db87716
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libs/brokers/.npmignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
**/*.test.*
**/*.ts
./src
2 changes: 1 addition & 1 deletion libs/brokers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Message broker library for the cordis micro-services, built for AMQP",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
"version": "0.1.3",
"version": "0.1.4",
"scripts": {
"lint": "eslint src --ext .ts",
"build": "tsc"
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"typescript": "^4.2.2"
},
"dependencies": {
"@cordis/brokers": "workspace:^0.1.3",
"@cordis/brokers": "workspace:^0.1.4",
"@cordis/common": "workspace:^0.1.2",
"@cordis/gateway": "workspace:^0.1.2",
"@cordis/redis-store": "workspace:^0.1.2",
Expand Down

0 comments on commit db87716

Please sign in to comment.