Skip to content

Commit

Permalink
fix: alter readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Mar 16, 2022
1 parent 475a433 commit b014b5a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@makeomatic/deploy": "^12.6.3",
"@node-rs/xxhash-linux-x64-musl": "^1.2.0",
"@swc-node/register": "^1.4.2",
"@swc/core-linux-x64-musl": "^1.2.155",
"@swc/core-linux-x64-musl": "^1.2.156",
"multi-semantic-release": "^2.11.1",
"tsconfig-paths": "^3.14.0",
"typescript": "^4.6.2"
Expand Down
3 changes: 3 additions & 0 deletions packages/amqp-codec/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Implementation of AMQP 0.9.1 protocol in Node.js

Includes parser, serializer & generated typings
1 change: 1 addition & 0 deletions packages/amqp-coffee/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Copyright (c) 2016 Dropbox, Inc., http://www.dropbox.com
Copyright (c) 2022 Makeomatic, Inc., https://makeomatic.ca

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
5 changes: 1 addition & 4 deletions packages/transport-amqp/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# RabbitMQ / AMQP Node.js Transport for Microservices

<img alt="Microfleet AMQP" src="https://raw.githubusercontent.com/microfleet/transport-amqp/master/assets/mf-concept-amqp.png" width="412" height="208" />
<img alt="Microfleet AMQP" src="https://raw.githubusercontent.com/microfleet/amqp-coffee/main/packages/transport-amqp/assets/mf-concept-amqp.png" width="412" height="208" />

Contains RabbitMQ-based transport for establishing a net of loosely coupled microservices with a simple RPC-style calling interface using Node.js

[![npm version](https://badge.fury.io/js/%40microfleet%2Ftransport-amqp.svg)](https://badge.fury.io/js/%40microfleet%2Ftransport-amqp)
[![Build Status](https://semaphoreci.com/api/v1/makeomatic/transport-amqp/branches/master/shields_badge.svg)](https://semaphoreci.com/makeomatic/transport-amqp)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmicrofleet%2Ftransport-amqp.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmicrofleet%2Ftransport-amqp?ref=badge_shield)

## Install

Expand Down
12 changes: 10 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit b014b5a

Please sign in to comment.