@emmvish/stable-request 2.1.5 → 2.1.6
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 +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,6 +25,7 @@ A production-grade TypeScript library for resilient API integrations, batch proc
|
|
|
25
25
|
- [Graph-based Workflow Patterns](#graph-based-workflow-patterns)
|
|
26
26
|
- [Graph-Based Workflows with Mixed Items](#graph-based-workflows-with-mixed-items)
|
|
27
27
|
- [Parallel Phase Execution](#parallel-phase-execution)
|
|
28
|
+
- [Merge Points](#merge-points)
|
|
28
29
|
- [Linear Helper](#linear-helper)
|
|
29
30
|
- [Configuration & State](#configuration--state)
|
|
30
31
|
- [Config Cascading](#config-cascading)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emmvish/stable-request",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.6",
|
|
4
4
|
"description": "A production-grade Workflow Execution Engine for Node.js that transforms unreliable API calls into resilient, observable, and sophisticated multi-phase workflows with intelligent retry strategies, circuit breakers, and advanced execution patterns.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|