@pi-oxide/extension-js 0.12.1 → 0.12.3

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/index.js CHANGED
@@ -1124,7 +1124,7 @@ function J(e) {
1124
1124
  if (r === "a") return "link";
1125
1125
  if (r === "input") {
1126
1126
  const a = e.type;
1127
- if (a === "text" || a === "email" || a === "password" || a === "search")
1127
+ if (a === "text" || a === "email" || a === "password" || a === "search" || a === "tel")
1128
1128
  return "textbox";
1129
1129
  if (a === "checkbox") return "checkbox";
1130
1130
  if (a === "radio") return "radio";
@@ -7689,7 +7689,7 @@ async function So(e, r, n, a) {
7689
7689
  e.map(async (i) => {
7690
7690
  var s;
7691
7691
  try {
7692
- const c = i.frameId !== 0 ? { frameId: i.frameId } : void 0, l = await o.tabs.sendMessage(
7692
+ const c = { frameId: i.frameId }, l = await o.tabs.sendMessage(
7693
7693
  n,
7694
7694
  {
7695
7695
  type: "registryCall",
@@ -8144,7 +8144,7 @@ class Vt {
8144
8144
  callId: n.call_id,
8145
8145
  runId: n.runId
8146
8146
  },
8147
- o !== 0 ? { frameId: o } : void 0
8147
+ { frameId: o }
8148
8148
  ), b = We(h);
8149
8149
  return l && b.ok ? b : l ? {
8150
8150
  ok: !1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pi-oxide/extension-js",
3
3
  "type": "module",
4
- "version": "0.12.1",
4
+ "version": "0.12.3",
5
5
  "license": "LicenseRef-PiccoloNotebook-Fair-BYOK-1.0",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",