@emmvish/stable-request 1.0.3 → 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.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## stable-request
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
`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.
|
|
4
4
|
|
|
5
5
|
## Why stable-request?
|
|
6
6
|
|
|
@@ -926,7 +926,7 @@ console.log(user.id);
|
|
|
926
926
|
|
|
927
927
|
MIT © Manish Varma
|
|
928
928
|
|
|
929
|
-
[](https://www.npmjs.com/package
|
|
929
|
+
[](https://www.npmjs.com/package/%40emmvish%2Fstable-request)
|
|
930
930
|
[](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.
|
|
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",
|