@avtechno/sfr 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -903,12 +903,15 @@ process.on("SIGTERM", async () => {
903
903
  - [x] WebSocket protocol implementation
904
904
  - [x] Rate limiting middleware integration
905
905
  - [ ] GraphQL protocol support
906
+ - [ ] gRPC protocol support
907
+
908
+ Now that I'm using a diverse set of communication protocols, I may rewrite SFR into a more pluggable and modular format with each protocol and major feature being treated as an installable extension.
906
909
 
907
910
  ---
908
911
 
909
912
  ## Contributing
910
913
 
911
- Found a bug or have a feature request? Please open an issue on our [GitHub Issues](https://github.com/avtechno/sfr/issues) page.
914
+ Found a bug or have a feature request? Please open an issue on our [GitHub Issues](https://github.com/MannyWeeb/sfr/issues) page.
912
915
 
913
916
  ---
914
917
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@avtechno/sfr",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "An opinionated way of writing services using ExpressJS.",
5
5
  "type": "module",
6
6
  "files": [