@kronos-integration/interceptor 10.3.2 → 10.3.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 +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[](https://spdx.org/licenses/0BSD.html)
|
|
2
2
|
[](https://typescriptlang.org)
|
|
3
3
|
[](https://github.com/Kronos-Integration/interceptor/issues)
|
|
4
4
|
[](https://actions-badge.atrox.dev/Kronos-Integration/interceptor/goto)
|
|
@@ -71,7 +71,7 @@ Calls configure() and reset().
|
|
|
71
71
|
|
|
72
72
|
### Parameters
|
|
73
73
|
|
|
74
|
-
* `config` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)
|
|
74
|
+
* `config` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** The interceptor configuration object.
|
|
75
75
|
|
|
76
76
|
### type
|
|
77
77
|
|
|
@@ -97,7 +97,7 @@ a setter function or simply assign the attribute value.
|
|
|
97
97
|
|
|
98
98
|
#### Parameters
|
|
99
99
|
|
|
100
|
-
* `config` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)
|
|
100
|
+
* `config` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)?** 
|
|
101
101
|
|
|
102
102
|
### toJSONWithOptions
|
|
103
103
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kronos-integration/interceptor",
|
|
3
|
-
"version": "10.3.
|
|
3
|
+
"version": "10.3.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -39,10 +39,10 @@
|
|
|
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
|
-
"model-attributes": "^4.2.
|
|
42
|
+
"model-attributes": "^4.2.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@kronos-integration/test-interceptor": "^7.0.
|
|
45
|
+
"@kronos-integration/test-interceptor": "^7.0.29",
|
|
46
46
|
"ava": "^6.1.3",
|
|
47
47
|
"c8": "^10.1.2",
|
|
48
48
|
"documentation": "^14.0.3",
|