app-devtools 0.13.0 → 0.14.0

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1819,7 +1819,7 @@ function addCall(request) {
1819
1819
  url: pathURL,
1820
1820
  type: request.type,
1821
1821
  subType: request.subType
1822
- }) || typeof relatedConfig?.match === "string" && relatedConfig.match;
1822
+ }) || typeof relatedConfig?.match === "string" && `${request.type}${request.subType || ""}{relatedConfig.match}`;
1823
1823
  const callID = btoa(
1824
1824
  normalizedCallId || `${pathURL.pathname}|${request.type}${request.subType ? `|${request.subType}` : ""}`
1825
1825
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-devtools",
3
- "version": "0.13.0",
3
+ "version": "0.14.0",
4
4
  "description": "",
5
5
  "packageManager": "pnpm@6.29.1",
6
6
  "license": "MIT",