@thymian/plugin-request-dispatcher 0.1.7-canary.20260422-9b8fb25 → 0.1.7
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thymian/plugin-request-dispatcher",
|
|
3
|
-
"version": "0.1.7
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Thymian plugin for dispatching HTTP requests with concurrency control",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"bugs": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"main": "./dist/index.js",
|
|
31
31
|
"typings": "./dist/index.d.ts",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@thymian/core": "0.1.7
|
|
33
|
+
"@thymian/core": "0.1.7",
|
|
34
34
|
"async-mutex": "^0.5.0",
|
|
35
35
|
"p-queue": "^9.0.1",
|
|
36
36
|
"undici": "^6.24.0"
|