@podium/client 5.4.3 → 5.4.5
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/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [5.4.5](https://github.com/podium-lib/client/compare/v5.4.4...v5.4.5) (2026-02-15)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @podium/schemas to v5.1.2 ([#490](https://github.com/podium-lib/client/issues/490)) ([1b2cfac](https://github.com/podium-lib/client/commit/1b2cfac7c4b5d6b60d42795b6e4a1a4ae2cc4091))
|
|
7
|
+
|
|
8
|
+
## [5.4.4](https://github.com/podium-lib/client/compare/v5.4.3...v5.4.4) (2026-01-05)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency undici to v6.23.0 ([#487](https://github.com/podium-lib/client/issues/487)) ([51145bb](https://github.com/podium-lib/client/commit/51145bbdf76747c335d5885036f12ae1066c35ab))
|
|
14
|
+
|
|
1
15
|
## [5.4.3](https://github.com/podium-lib/client/compare/v5.4.2...v5.4.3) (2025-12-13)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@podium/client",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -93,28 +93,28 @@
|
|
|
93
93
|
"dependencies": {
|
|
94
94
|
"@hapi/boom": "10.0.1",
|
|
95
95
|
"@metrics/client": "2.5.5",
|
|
96
|
-
"@podium/schemas": "5.1.
|
|
96
|
+
"@podium/schemas": "5.1.2",
|
|
97
97
|
"@podium/utils": "5.5.0",
|
|
98
98
|
"abslog": "2.4.4",
|
|
99
99
|
"http-cache-semantics": "^4.0.3",
|
|
100
100
|
"ttl-mem-cache": "4.1.0",
|
|
101
|
-
"undici": "6.
|
|
101
|
+
"undici": "6.23.0"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@podium/eslint-config": "1.0.
|
|
105
|
-
"@podium/podlet": "5.3.
|
|
104
|
+
"@podium/eslint-config": "1.0.21",
|
|
105
|
+
"@podium/podlet": "5.3.3",
|
|
106
106
|
"@podium/semantic-release-config": "3.0.0",
|
|
107
|
-
"@podium/test-utils": "3.0.
|
|
107
|
+
"@podium/test-utils": "3.0.23",
|
|
108
108
|
"@podium/typescript-config": "1.0.0",
|
|
109
109
|
"@sinonjs/fake-timers": "11.3.1",
|
|
110
110
|
"@types/readable-stream": "4.0.23",
|
|
111
|
-
"eslint": "9.39.
|
|
111
|
+
"eslint": "9.39.2",
|
|
112
112
|
"express": "5.2.1",
|
|
113
113
|
"get-stream": "9.0.1",
|
|
114
114
|
"http-proxy": "1.18.1",
|
|
115
115
|
"is-stream": "4.0.1",
|
|
116
116
|
"npm-run-all2": "8.0.4",
|
|
117
|
-
"prettier": "3.
|
|
117
|
+
"prettier": "3.8.1",
|
|
118
118
|
"semantic-release": "25.0.2",
|
|
119
119
|
"tap": "21.5.0",
|
|
120
120
|
"typescript": "5.9.3"
|