@emmvish/stable-request 1.0.4 → 1.0.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -926,7 +926,7 @@ console.log(user.id);
926
926
 
927
927
  MIT © Manish Varma
928
928
 
929
- [![npm version](https://img.shields.io/npm/v/stable-request.svg)](https://www.npmjs.com/package/@emmvish/stable-request)
929
+ [![npm version](https://img.shields.io/npm/v/stable-request.svg)](https://www.npmjs.com/package/%40emmvish%2Fstable-request)
930
930
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
931
931
 
932
932
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emmvish/stable-request",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "stable-request is a TypeScript-first HTTP reliability framework that goes beyond status-code retries by validating response content, handling eventual consistency, coordinating batch workflows, and providing deep observability into every request attempt. It is designed for real-world distributed systems where HTTP success does not guarantee business success.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",