ai-resilience 0.1.0 → 0.1.3

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ai-resilience
2
2
 
3
- Phase 1 of `ai-resilience` is an axios-retry++ foundation for modern AI and backend systems. It keeps axios compatibility while adding configurable retry strategies, advanced jitter, retry conditions, hooks, structured logging, and strong TypeScript types.
3
+ `ai-resilience` is an axios-retry++ foundation for modern AI and backend systems. It keeps axios compatibility while adding configurable retry strategies, advanced jitter, retry conditions, hooks, structured logging, and strong TypeScript types.
4
4
 
5
5
  ## Install
6
6
 
@@ -77,4 +77,4 @@ npm run build
77
77
  npm test
78
78
  npm run lint
79
79
  npm run format
80
- ```
80
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-resilience",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "Axios retry++ primitives for resilient AI and backend systems.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -41,4 +41,4 @@
41
41
  "typescript": "^5.7.2",
42
42
  "vitest": "^2.1.8"
43
43
  }
44
- }
44
+ }