app-devtools 0.22.0 → 0.23.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
@@ -1529,7 +1529,7 @@ function Bl(e) {
1529
1529
  m || `${c.pathname}|${e.type}${e.subType ? `|${e.subType}` : ""}`
1530
1530
  ), v = d?.callName;
1531
1531
  a.calls[b] || (a.calls[b] = {
1532
- name: v || typeof d?.match == "string" && d.match || c.pathname.replace(/^\//, ""),
1532
+ name: (v || typeof d?.match == "string" && d.match || c.pathname).replace(/^\//, ""),
1533
1533
  path: c.pathname.replace(/^\//, ""),
1534
1534
  lastRequestStartTime: t,
1535
1535
  requests: [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-devtools",
3
- "version": "0.22.0",
3
+ "version": "0.23.0",
4
4
  "description": "",
5
5
  "packageManager": "pnpm@6.29.1",
6
6
  "license": "MIT",