@podium/client 5.2.0-next.5 → 5.2.0-next.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 +23 -19
  2. package/package.json +15 -13
package/CHANGELOG.md CHANGED
@@ -1,56 +1,60 @@
1
- # [5.2.0-next.5](https://github.com/podium-lib/client/compare/v5.2.0-next.4...v5.2.0-next.5) (2024-10-15)
1
+ # [5.2.0-next.7](https://github.com/podium-lib/client/compare/v5.2.0-next.6...v5.2.0-next.7) (2024-10-22)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * replace early hints with header link reading ([4429681](https://github.com/podium-lib/client/commit/44296811441a857fabeaebb583c42da28ec47705))
6
+ * use AbortController instead of AbortSignal to avoid unhandled exception ([#412](https://github.com/podium-lib/client/issues/412)) ([ebdfc74](https://github.com/podium-lib/client/commit/ebdfc742a44acb3891ee7e2f38adde5317e8e8d0))
7
+ * use AbortSignal to ensure timeouts are respected ([3f970ed](https://github.com/podium-lib/client/commit/3f970ed5c3a5607615880cfe9ebee58409cd5ae0))
7
8
 
8
- # [5.2.0-next.4](https://github.com/podium-lib/client/compare/v5.2.0-next.3...v5.2.0-next.4) (2024-09-24)
9
+ ## [5.1.16](https://github.com/podium-lib/client/compare/v5.1.15...v5.1.16) (2024-10-17)
9
10
 
10
11
 
11
12
  ### Bug Fixes
12
13
 
13
- * update @podium/utils to support hints asset collection ([fe97c44](https://github.com/podium-lib/client/commit/fe97c44bc6d29d1e45d335235cd3b1ef6eeafeaa))
14
+ * use AbortController instead of AbortSignal to avoid unhandled exception ([#412](https://github.com/podium-lib/client/issues/412)) ([ebdfc74](https://github.com/podium-lib/client/commit/ebdfc742a44acb3891ee7e2f38adde5317e8e8d0))
15
+ * use AbortSignal to ensure timeouts are respected ([3f970ed](https://github.com/podium-lib/client/commit/3f970ed5c3a5607615880cfe9ebee58409cd5ae0))
14
16
 
17
+ ## [5.1.15](https://github.com/podium-lib/client/compare/v5.1.14...v5.1.15) (2024-10-14)
15
18
 
16
- ### Features
17
19
 
18
- * keep track of which resources have emitted early hints and emit complete event once all resources have emitted ([7cf916a](https://github.com/podium-lib/client/commit/7cf916ab286a3c6cb8fbfdae46634b58f2be256f))
20
+ ### Bug Fixes
19
21
 
20
- # [5.2.0-next.3](https://github.com/podium-lib/client/compare/v5.2.0-next.2...v5.2.0-next.3) (2024-09-20)
22
+ * **deps:** update dependency undici to v6.20.1 ([607944d](https://github.com/podium-lib/client/commit/607944d60ca67bccb6863e88073ce9c6f8f4d871))
21
23
 
24
+ ## [5.1.14](https://github.com/podium-lib/client/compare/v5.1.13...v5.1.14) (2024-10-09)
22
25
 
23
- ### Features
24
26
 
25
- * write early hints to browser ([42513a3](https://github.com/podium-lib/client/commit/42513a38f5304648f7b2fb915995c66dc1dd3594))
27
+ ### Bug Fixes
28
+
29
+ * **deps:** update dependency undici to v6.20.0 ([cbbfcf4](https://github.com/podium-lib/client/commit/cbbfcf44e9143c72b54d85148106a7f61445419e))
26
30
 
27
- # [5.2.0-next.2](https://github.com/podium-lib/client/compare/v5.2.0-next.1...v5.2.0-next.2) (2024-09-16)
31
+ ## [5.1.13](https://github.com/podium-lib/client/compare/v5.1.12...v5.1.13) (2024-09-22)
28
32
 
29
33
 
30
34
  ### Bug Fixes
31
35
 
32
- * improve error messages when fetching from manifest, content and fallback routes when a timeout occurs ([e188bbc](https://github.com/podium-lib/client/commit/e188bbc40d30ed2e21947dd29de76bd218907428))
36
+ * **deps:** update dependency @podium/utils to v5.3.1 ([2cdc889](https://github.com/podium-lib/client/commit/2cdc88953b90dabd1cf35df2cd310a60ab9eee95))
33
37
 
34
- # [5.2.0-next.1](https://github.com/podium-lib/client/compare/v5.1.10-next.2...v5.2.0-next.1) (2024-09-10)
38
+ ## [5.1.12](https://github.com/podium-lib/client/compare/v5.1.11...v5.1.12) (2024-09-20)
35
39
 
36
40
 
37
- ### Features
41
+ ### Bug Fixes
38
42
 
39
- * read assets from podlets using 103 early hints ([64e4b27](https://github.com/podium-lib/client/commit/64e4b27773b87c220bcab1028ecdda82be2aa9fc))
43
+ * **deps:** update dependency @podium/utils to v5.3.0 ([3caf71b](https://github.com/podium-lib/client/commit/3caf71b7aaff72598934df7ee65e33050d985d01))
40
44
 
41
- ## [5.1.10-next.2](https://github.com/podium-lib/client/compare/v5.1.10-next.1...v5.1.10-next.2) (2024-08-26)
45
+ ## [5.1.11](https://github.com/podium-lib/client/compare/v5.1.10...v5.1.11) (2024-09-20)
42
46
 
43
47
 
44
48
  ### Bug Fixes
45
49
 
46
- * use AbortController instead of AbortSignal to avoid unhandled exception ([#412](https://github.com/podium-lib/client/issues/412)) ([87f5ffe](https://github.com/podium-lib/client/commit/87f5ffe553aa49189658a9be0e19d1323878a55a))
50
+ * **deps:** update dependency @podium/utils to v5.2.1 ([c9e9cfa](https://github.com/podium-lib/client/commit/c9e9cfa650767a29cf06da7cd49056093cb9f738))
47
51
 
48
- ## [5.1.10-next.1](https://github.com/podium-lib/client/compare/v5.1.9...v5.1.10-next.1) (2024-08-22)
52
+ ## [5.1.10](https://github.com/podium-lib/client/compare/v5.1.9...v5.1.10) (2024-09-06)
49
53
 
50
54
 
51
55
  ### Bug Fixes
52
56
 
53
- * use AbortSignal to ensure timeouts are respected ([08899d9](https://github.com/podium-lib/client/commit/08899d974246037cb1893a5b6d06bd6df58815e2))
57
+ * **deps:** update dependency @podium/utils to v5.2.0 ([f7d4675](https://github.com/podium-lib/client/commit/f7d4675e6e2b9f2fba26cbd164d3e7a73b9c132e))
54
58
 
55
59
  ## [5.1.9](https://github.com/podium-lib/client/compare/v5.1.8...v5.1.9) (2024-08-19)
56
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@podium/client",
3
- "version": "5.2.0-next.5",
3
+ "version": "5.2.0-next.7",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -31,10 +31,10 @@
31
31
  "scripts": {
32
32
  "lint": "eslint .",
33
33
  "lint:fix": "eslint --fix .",
34
- "test": "run-s test:unit test:types",
35
- "test:unit": "tap --disable-coverage --allow-empty-coverage",
36
- "test:types": "tsc --project tsconfig.test.json",
37
- "types": "tsc --declaration --emitDeclarationOnly"
34
+ "test": "tap --disable-coverage --allow-empty-coverage",
35
+ "types": "run-s types:tsc types:test",
36
+ "types:tsc": "tsc",
37
+ "types:test": "tsc --project tsconfig.test.json"
38
38
  },
39
39
  "dependencies": {
40
40
  "@hapi/boom": "10.0.1",
@@ -45,7 +45,7 @@
45
45
  "http-cache-semantics": "^4.0.3",
46
46
  "lodash.clonedeep": "^4.5.0",
47
47
  "ttl-mem-cache": "4.1.0",
48
- "undici": "6.19.8"
48
+ "undici": "6.20.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@podium/test-utils": "3.1.0-next.5",
@@ -54,20 +54,22 @@
54
54
  "@semantic-release/github": "10.0.6",
55
55
  "@semantic-release/npm": "12.0.1",
56
56
  "@semantic-release/release-notes-generator": "13.0.0",
57
- "@sinonjs/fake-timers": "11.2.2",
58
- "@types/readable-stream": "4.0.15",
59
- "benchmark": "2.1.4",
60
- "eslint": "9.6.0",
61
57
  "eslint-config-prettier": "9.1.0",
62
58
  "eslint-plugin-prettier": "5.1.3",
63
59
  "express": "4.21.1",
60
+ "@podium/eslint-config": "1.0.0",
61
+ "@podium/semantic-release-config": "2.0.0",
62
+ "@podium/typescript-config": "1.0.0",
63
+ "@sinonjs/fake-timers": "11.3.1",
64
+ "@types/readable-stream": "4.0.15",
65
+ "benchmark": "2.1.4",
66
+ "eslint": "9.6.0",
64
67
  "get-stream": "9.0.1",
65
- "globals": "15.8.0",
66
68
  "http-proxy": "1.18.1",
67
69
  "is-stream": "4.0.1",
68
- "npm-run-all2": "5.0.0",
70
+ "npm-run-all2": "6.2.3",
69
71
  "prettier": "3.3.2",
70
- "semantic-release": "23.1.1",
72
+ "semantic-release": "24.1.2",
71
73
  "tap": "18.7.2",
72
74
  "typescript": "5.6.3"
73
75
  }