@podium/client 4.5.28 → 4.5.30
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/CHANGELOG.md +14 -0
- package/index.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.5.30](https://github.com/podium-lib/client/compare/v4.5.29...v4.5.30) (2023-02-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* return correct type in typescript definition. ([#311](https://github.com/podium-lib/client/issues/311)) ([e06f610](https://github.com/podium-lib/client/commit/e06f6103413b1c87761ad5cfde5fbb0488dd1099))
|
|
7
|
+
|
|
8
|
+
## [4.5.29](https://github.com/podium-lib/client/compare/v4.5.28...v4.5.29) (2023-01-04)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @podium/utils to v4.4.39 ([39289a0](https://github.com/podium-lib/client/commit/39289a02098950c54b1049e17f0269b8f85aa900))
|
|
14
|
+
|
|
1
15
|
## [4.5.28](https://github.com/podium-lib/client/compare/v4.5.27...v4.5.28) (2023-01-04)
|
|
2
16
|
|
|
3
17
|
|
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podium/client",
|
|
3
|
-
"version": "4.5.
|
|
3
|
+
"version": "4.5.30",
|
|
4
4
|
"main": "lib/client.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@hapi/boom": "^9.0.0",
|
|
39
39
|
"@metrics/client": "2.5.0",
|
|
40
40
|
"@podium/schemas": "4.1.34",
|
|
41
|
-
"@podium/utils": "4.4.
|
|
41
|
+
"@podium/utils": "4.4.39",
|
|
42
42
|
"abslog": "2.4.0",
|
|
43
43
|
"http-cache-semantics": "^4.0.3",
|
|
44
44
|
"lodash.clonedeep": "^4.5.0",
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
"benchmark": "2.1.4",
|
|
59
59
|
"eslint": "7.32.0",
|
|
60
60
|
"eslint-config-airbnb-base": "14.2.1",
|
|
61
|
-
"eslint-config-prettier": "8.
|
|
62
|
-
"eslint-plugin-import": "2.
|
|
61
|
+
"eslint-config-prettier": "8.6.0",
|
|
62
|
+
"eslint-plugin-import": "2.27.5",
|
|
63
63
|
"eslint-plugin-prettier": "3.4.1",
|
|
64
64
|
"express": "4.18.2",
|
|
65
65
|
"get-stream": "6.0.1",
|
|
66
66
|
"http-proxy": "1.18.1",
|
|
67
67
|
"is-stream": "2.0.1",
|
|
68
|
-
"prettier": "2.8.
|
|
68
|
+
"prettier": "2.8.3",
|
|
69
69
|
"semantic-release": "18.0.1",
|
|
70
|
-
"tap": "16.3.
|
|
70
|
+
"tap": "16.3.4"
|
|
71
71
|
}
|
|
72
72
|
}
|