@datadog/datadog-ci-plugin-synthetics 5.21.1 → 5.21.2

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/bundle.js CHANGED
@@ -5761,7 +5761,7 @@ var require_glob = /* @__PURE__ */ __commonJSMin(((exports) => {
5761
5761
  var require_package$2 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
5762
5762
  module.exports = {
5763
5763
  "name": "@datadog/datadog-ci-base",
5764
- "version": "5.21.1",
5764
+ "version": "5.21.2",
5765
5765
  "description": "Base package for Datadog CI",
5766
5766
  "license": "Apache-2.0",
5767
5767
  "keywords": ["datadog", "datadog-ci"],
@@ -63887,7 +63887,7 @@ var require_request = /* @__PURE__ */ __commonJSMin(((exports) => {
63887
63887
  const isRequestError = (error) => error instanceof RequestError || typeof error === "object" && !!error && error.isRequestError === true;
63888
63888
  exports.isRequestError = isRequestError;
63889
63889
  const dispatcherCache = /* @__PURE__ */ new Map();
63890
- const getProxyDispatcher = (proxyUrl) => {
63890
+ const getProxyDispatcher = (proxyUrl = "") => {
63891
63891
  if (!proxyUrl) return new undici_1.EnvHttpProxyAgent();
63892
63892
  let dispatcher = dispatcherCache.get(proxyUrl);
63893
63893
  if (!dispatcher) {