app-devtools 0.30.2 → 0.31.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 +2 -2
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -2659,7 +2659,7 @@ const xt = /* @__PURE__ */ y("<div></div>"), fl = /* @__PURE__ */ y('<h1><span c
2659
2659
  return () => c() && l("payload", "Payload");
2660
2660
  })(), null), f(a, (() => {
2661
2661
  const c = g(() => !!r.value.searchParams);
2662
- return () => c() && l("urlParams", "URL Params");
2662
+ return () => c() && l("urlParams", "URL Search Params");
2663
2663
  })(), null), f(a, () => l("response", "Response"), null), f(a, () => l("diff", "Diff"), null), a;
2664
2664
  })(), (() => {
2665
2665
  const a = hl.cloneNode(!0);
@@ -2681,7 +2681,7 @@ const xt = /* @__PURE__ */ y("<div></div>"), fl = /* @__PURE__ */ y('<h1><span c
2681
2681
  });
2682
2682
  }
2683
2683
  })), g(() => g(() => !!r.value.searchParams)() && h(M, {
2684
- title: "URL Params",
2684
+ title: "URL Search Params",
2685
2685
  get children() {
2686
2686
  return h(K, {
2687
2687
  get value() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "app-devtools",
3
- "version": "0.30.2",
3
+ "version": "0.31.0",
4
4
  "description": "",
5
5
  "packageManager": "pnpm@6.29.1",
6
6
  "license": "MIT",