Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Sep 19, 2024
2 parents e8bd981 + 449e874 commit d5cf802
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@
<br/>
<p>
It should be easy and robust to handle dynamic virtual hosts, load balancing, proxying web sockets and SSL encryption.

With Redbird you get a lightweight and flexible library to build dynamic reverse proxies with the speed and robustness of http-proxy.

Redbird includes everything you need for easy reverse routing of your applications.

Great for routing many applications from different domains in one single host, handling SSL with ease, etc.

</p>
<br/>
<br/>
Expand All @@ -26,7 +22,7 @@
</a>
</p>
<p>
<em>Follow <a href="https://twitter.com/manast">@manast</a> for *important* Bull/BullMQ/BullMQ-Pro news and updates!</em>
<em>Follow <a href="https://twitter.com/manast">@manast</a> for *important* Redbird news and updates!</em>
</p>
</div>

Expand Down
7 changes: 7 additions & 0 deletions docs/CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1](https://github.com/OptimalBits/redbird/compare/v1.0.0...v1.0.1) (2024-09-19)


### Bug Fixes

* add dist files to npm package ([80264ac](https://github.com/OptimalBits/redbird/commit/80264ac4b15667b0124afa0f7bf11649b0245203))

# 1.0.0 (2024-09-19)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redbird",
"version": "1.0.0",
"version": "1.0.1",
"description": "A reverse proxy with support for dynamic tables",
"type": "module",
"module": "./dist/index.js",
Expand All @@ -9,15 +9,15 @@
"scripts": {
"test": "vitest",
"build": "tsc",
"format": "prettier --write *.js \"{samples,lib,test,hl-tests}/**/*.js\""
"format": "prettier --write *.js \"{samples,lib,test,hl-tests}/**/*.js\"",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/OptimalBits/redbird.git"
},
"files": [
"index.js",
"lib"
"dist"
],
"keywords": [
"proxy",
Expand Down

0 comments on commit d5cf802

Please sign in to comment.