@podium/client 5.4.5 → 5.4.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.4.7](https://github.com/podium-lib/client/compare/v5.4.6...v5.4.7) (2026-03-12)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency undici to v6.24.0 ([#494](https://github.com/podium-lib/client/issues/494)) ([ad12b59](https://github.com/podium-lib/client/commit/ad12b59509534c650cafcb804c70df6a2f26559f))
7
+
8
+ ## [5.4.6](https://github.com/podium-lib/client/compare/v5.4.5...v5.4.6) (2026-03-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * types were incorrectly specified in package.json ([#493](https://github.com/podium-lib/client/issues/493)) ([6f35ec9](https://github.com/podium-lib/client/commit/6f35ec98d8118c1fb925d3613ce0bc36b6ec0503))
14
+
1
15
  ## [5.4.5](https://github.com/podium-lib/client/compare/v5.4.4...v5.4.5) (2026-02-15)
2
16
 
3
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podium/client",
3
- "version": "5.4.5",
3
+ "version": "5.4.7",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -30,55 +30,55 @@
30
30
  "types": "./types/client.d.ts",
31
31
  "exports": {
32
32
  ".": {
33
- "types": "./types/client.js",
33
+ "types": "./types/client.d.ts",
34
34
  "default": "./lib/client.js"
35
35
  },
36
36
  "./lib/client.js": {
37
- "types": "./types/client.js",
37
+ "types": "./types/client.d.ts",
38
38
  "default": "./lib/client.js"
39
39
  },
40
40
  "./lib/http-outgoing.js": {
41
- "types": "./types/http-outgoing.js",
41
+ "types": "./types/http-outgoing.d.ts",
42
42
  "default": "./lib/http-outgoing.js"
43
43
  },
44
44
  "./lib/http.js": {
45
- "types": "./types/http.js",
45
+ "types": "./types/http.d.ts",
46
46
  "default": "./lib/http.js"
47
47
  },
48
48
  "./lib/resolver.cache.js": {
49
- "types": "./types/resolver.cache.js",
49
+ "types": "./types/resolver.cache.d.ts",
50
50
  "default": "./lib/resolver.cache.js"
51
51
  },
52
52
  "./lib/resolver.content.js": {
53
- "types": "./types/resolver.content.js",
53
+ "types": "./types/resolver.content.d.ts",
54
54
  "default": "./lib/resolver.content.js"
55
55
  },
56
56
  "./lib/resolver.fallback.js": {
57
- "types": "./types/resolver.fallback.js",
57
+ "types": "./types/resolver.fallback.d.ts",
58
58
  "default": "./lib/resolver.fallback.js"
59
59
  },
60
60
  "./lib/resolver.js": {
61
- "types": "./types/resolver.js",
61
+ "types": "./types/resolver.d.ts",
62
62
  "default": "./lib/resolver.js"
63
63
  },
64
64
  "./lib/resolver.manifest.js": {
65
- "types": "./types/resolver.manifest.js",
65
+ "types": "./types/resolver.manifest.d.ts",
66
66
  "default": "./lib/resolver.manifest.js"
67
67
  },
68
68
  "./lib/resource.js": {
69
- "types": "./types/resource.js",
69
+ "types": "./types/resource.d.ts",
70
70
  "default": "./lib/resource.js"
71
71
  },
72
72
  "./lib/response.js": {
73
- "types": "./types/response.js",
73
+ "types": "./types/response.d.ts",
74
74
  "default": "./lib/response.js"
75
75
  },
76
76
  "./lib/state.js": {
77
- "types": "./types/state.js",
77
+ "types": "./types/state.d.ts",
78
78
  "default": "./lib/state.js"
79
79
  },
80
80
  "./lib/utils.js": {
81
- "types": "./types/utils.js",
81
+ "types": "./types/utils.d.ts",
82
82
  "default": "./lib/utils.js"
83
83
  }
84
84
  },
@@ -98,17 +98,17 @@
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.23.0"
101
+ "undici": "6.24.0"
102
102
  },
103
103
  "devDependencies": {
104
104
  "@podium/eslint-config": "1.0.21",
105
- "@podium/podlet": "5.3.3",
105
+ "@podium/podlet": "5.3.4",
106
106
  "@podium/semantic-release-config": "3.0.0",
107
- "@podium/test-utils": "3.0.23",
107
+ "@podium/test-utils": "3.0.24",
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.2",
111
+ "eslint": "9.39.3",
112
112
  "express": "5.2.1",
113
113
  "get-stream": "9.0.1",
114
114
  "http-proxy": "1.18.1",