rxjs-grpc-minimal 0.2.11 → 0.2.12

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -242,6 +242,10 @@ npm run server
242
242
  npm run client
243
243
  ```
244
244
 
245
+ ## Sponsor
246
+
247
+ If you find this project useful, consider [sponsoring @nmccready](https://github.com/sponsors/nmccready) to support ongoing maintenance and development. ❤️
248
+
245
249
  ## License
246
250
 
247
251
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rxjs-grpc-minimal",
3
- "version": "0.2.11",
3
+ "version": "0.2.12",
4
4
  "description": "grpc node callback and streams wrapped in observables",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",