Skip to content

Commit fe97c44

Browse files
committed
fix: update @podium/utils to support hints asset collection
1 parent 3bbbe99 commit fe97c44

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/resolver.js

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export default class PodletClientResolver {
4545
this.#content = new Content({
4646
...options,
4747
http,
48-
earlyHints: options.earlyHints,
4948
});
5049
this.#metrics = new Metrics();
5150

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@hapi/boom": "10.0.1",
4141
"@metrics/client": "2.5.3",
4242
"@podium/schemas": "5.0.6",
43-
"@podium/utils": "5.3.0",
43+
"@podium/utils": "5.3.1",
4444
"abslog": "2.4.4",
4545
"http-cache-semantics": "^4.0.3",
4646
"lodash.clonedeep": "^4.5.0",

0 commit comments

Comments
 (0)