@emmvish/stable-request 1.0.1 → 1.0.2
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 +19 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@emmvish/stable-request",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Robust request wrapper with configurable retry strategies & full observability. Also comes with API Gateway functionality to send multiple customized STABLE requests.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -15,22 +15,28 @@
|
|
|
15
15
|
"prepublishOnly": "npm run build"
|
|
16
16
|
},
|
|
17
17
|
"keywords": [
|
|
18
|
-
"
|
|
19
|
-
"axios-wrapper",
|
|
20
|
-
"axios-retry",
|
|
18
|
+
"stable-request",
|
|
21
19
|
"request",
|
|
22
20
|
"request-retry",
|
|
23
|
-
"
|
|
24
|
-
"http
|
|
21
|
+
"retry",
|
|
22
|
+
"http",
|
|
23
|
+
"http-request",
|
|
24
|
+
"apis",
|
|
25
|
+
"api-integrations",
|
|
26
|
+
"unstable-apis",
|
|
27
|
+
"http-client",
|
|
28
|
+
"client",
|
|
29
|
+
"timeout",
|
|
30
|
+
"observability",
|
|
31
|
+
"circuit-breaker",
|
|
25
32
|
"api-gateway",
|
|
26
|
-
"
|
|
27
|
-
"unstable-api",
|
|
33
|
+
"workflows",
|
|
28
34
|
"stable",
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
35
|
+
"reliable",
|
|
36
|
+
"axios",
|
|
37
|
+
"axios-wrapper",
|
|
38
|
+
"axios-retry",
|
|
39
|
+
"typescript"
|
|
34
40
|
],
|
|
35
41
|
"author": "Manish Varma",
|
|
36
42
|
"license": "MIT",
|