@digitraffic/common 2026.2.4-2 → 2026.2.4-4

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.
@@ -15,7 +15,10 @@ const baseHeaders = {
15
15
  Accept: "*/*",
16
16
  };
17
17
  function sanitizeStepName(url) {
18
- return url.replace(/\//g, " ").replace(/auth=.*/, "");
18
+ return url
19
+ .replace(/\//g, " ")
20
+ .replace(/[?&=]/g, " ")
21
+ .replace(/auth=.*/, "");
19
22
  }
20
23
  export class UrlChecker {
21
24
  requestOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitraffic/common",
3
- "version": "2026.2.4-2",
3
+ "version": "2026.2.4-4",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "repository": {