@kronos-integration/interceptor 13.0.5 → 13.0.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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -72,7 +72,7 @@ Calls configure() and reset().
|
|
|
72
72
|
|
|
73
73
|
### Parameters
|
|
74
74
|
|
|
75
|
-
* `config` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)
|
|
75
|
+
* `config` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** 
|
|
76
76
|
|
|
77
77
|
### type
|
|
78
78
|
|
|
@@ -167,7 +167,7 @@ default is to reject when more than 10 requests are on the way
|
|
|
167
167
|
|
|
168
168
|
### Parameters
|
|
169
169
|
|
|
170
|
-
* `config`
|
|
170
|
+
* `config` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** 
|
|
171
171
|
|
|
172
172
|
### name
|
|
173
173
|
|
|
@@ -234,7 +234,7 @@ Rejects promise when it is not resolved within given timeout.
|
|
|
234
234
|
|
|
235
235
|
### Parameters
|
|
236
236
|
|
|
237
|
-
* `promise` **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)
|
|
237
|
+
* `promise` **[Promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)\<any>** 
|
|
238
238
|
* `timeout` **[number](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number)** in miliseconds
|
|
239
239
|
* `source` **[Interceptor](#interceptor)** 
|
|
240
240
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kronos-integration/interceptor",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.6",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"pacc": "^5.
|
|
42
|
+
"pacc": "^5.1.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@kronos-integration/test-interceptor": "^7.0.32",
|