flowx-control 1.0.2 → 1.0.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.
- package/README.md +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -428,8 +428,8 @@ try {
|
|
|
428
428
|
## Contributing
|
|
429
429
|
|
|
430
430
|
```bash
|
|
431
|
-
git clone https://github.com/Avinashvelu03/
|
|
432
|
-
cd
|
|
431
|
+
git clone https://github.com/Avinashvelu03/flowx-control.git
|
|
432
|
+
cd flowx-control
|
|
433
433
|
npm install
|
|
434
434
|
npm test # Run tests with 100% coverage
|
|
435
435
|
npm run lint # ESLint
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "flowx-control",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Production-grade, zero-dependency TypeScript resilience & async flow control library. 100% test coverage. Retry with backoff, Circuit Breaker, Bulkhead, Rate Limiter, Priority Queue, Semaphore, Mutex, Debounce, Throttle, Timeout, Hedge, Poll, Batch, Pipeline — all tree-shakable & composable.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -143,12 +143,12 @@
|
|
|
143
143
|
"license": "MIT",
|
|
144
144
|
"repository": {
|
|
145
145
|
"type": "git",
|
|
146
|
-
"url": "git+https://github.com/Avinashvelu03/
|
|
146
|
+
"url": "git+https://github.com/Avinashvelu03/flowx-control.git"
|
|
147
147
|
},
|
|
148
148
|
"bugs": {
|
|
149
|
-
"url": "https://github.com/Avinashvelu03/
|
|
149
|
+
"url": "https://github.com/Avinashvelu03/flowx-control/issues"
|
|
150
150
|
},
|
|
151
|
-
"homepage": "https://github.com/Avinashvelu03/
|
|
151
|
+
"homepage": "https://github.com/Avinashvelu03/flowx-control#readme",
|
|
152
152
|
"devDependencies": {
|
|
153
153
|
"@types/jest": "^29.5.14",
|
|
154
154
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|