rest-pipeline-js 1.3.9 → 1.3.10

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 +14 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -911,6 +911,18 @@ MIT
911
911
 
912
912
  Danil Lisin Vladimirovich aka Macrulez
913
913
 
914
- GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru](https://macrulez.ru/)
914
+ GitHub: [macrulezru](https://github.com/macrulezru) · Website: [macrulez.ru/en](https://macrulez.ru/en)
915
915
 
916
- Questions and bugs — [issues](https://github.com/macrulezru/pipeline-js/issues)
916
+ Bugs and questions — [issues](https://github.com/macrulezru/pipeline-js/issues)
917
+
918
+ ---
919
+
920
+ ## 💖 Support the project
921
+
922
+ Open source takes time and effort. If my work saves you time or brings value, consider supporting further development.
923
+
924
+ <a href="https://donate.cryptocloud.plus/M6O34NIN" target="_blank">
925
+ <img src="https://img.shields.io/badge/Donate-CryptoCloud-8A2BE2?style=for-the-badge&logo=cryptocurrency&logoColor=white" alt="Donate via CryptoCloud">
926
+ </a>
927
+
928
+ Thank you for being part of this journey. ❤️
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rest-pipeline-js",
3
- "version": "1.3.9",
3
+ "version": "1.3.10",
4
4
  "description": "Pipeline Orchestration Utilities for JavaScript REST API Clients",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",