We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbbe99 commit fe97c44Copy full SHA for fe97c44
lib/resolver.js
@@ -45,7 +45,6 @@ export default class PodletClientResolver {
45
this.#content = new Content({
46
...options,
47
http,
48
- earlyHints: options.earlyHints,
49
});
50
this.#metrics = new Metrics();
51
package.json
@@ -40,7 +40,7 @@
40
"@hapi/boom": "10.0.1",
41
"@metrics/client": "2.5.3",
42
"@podium/schemas": "5.0.6",
43
- "@podium/utils": "5.3.0",
+ "@podium/utils": "5.3.1",
44
"abslog": "2.4.4",
"http-cache-semantics": "^4.0.3",
"lodash.clonedeep": "^4.5.0",
0 commit comments