@ahoo-wang/fetcher-wow 2.2.2 → 2.2.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/dist/index.es.js CHANGED
@@ -484,7 +484,7 @@ function NE(t) {
484
484
  function q(t) {
485
485
  let E = y(
486
486
  t.resourceAttribution ?? "",
487
- t.aggregateName
487
+ t.aggregateName ?? ""
488
488
  );
489
489
  return t.contextAlias && (E = y(t.contextAlias, E)), { ...t, basePath: E };
490
490
  }