@ait-co/debug-console 0.1.1 → 0.1.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/dist/auto.cjs CHANGED
@@ -960,7 +960,7 @@ function deriveHandshakeUrl(relayUrl, atCode) {
960
960
  const u = new URL(relayUrl);
961
961
  u.protocol = "https:";
962
962
  u.pathname = atCode !== void 0 && atCode !== null && atCode !== "" ? `/at/${encodeURIComponent(atCode)}${ATTACH_HANDSHAKE_PATH}` : ATTACH_HANDSHAKE_PATH;
963
- u.search = `?v=${encodeURIComponent("0.1.1")}`;
963
+ u.search = `?v=${encodeURIComponent("0.1.3")}`;
964
964
  u.hash = "";
965
965
  return u.toString();
966
966
  }
package/dist/auto.js CHANGED
@@ -959,7 +959,7 @@ function deriveHandshakeUrl(relayUrl, atCode) {
959
959
  const u = new URL(relayUrl);
960
960
  u.protocol = "https:";
961
961
  u.pathname = atCode !== void 0 && atCode !== null && atCode !== "" ? `/at/${encodeURIComponent(atCode)}${ATTACH_HANDSHAKE_PATH}` : ATTACH_HANDSHAKE_PATH;
962
- u.search = `?v=${encodeURIComponent("0.1.1")}`;
962
+ u.search = `?v=${encodeURIComponent("0.1.3")}`;
963
963
  u.hash = "";
964
964
  return u.toString();
965
965
  }
package/dist/index.cjs CHANGED
@@ -915,7 +915,7 @@ function deriveHandshakeUrl(relayUrl, atCode) {
915
915
  const u = new URL(relayUrl);
916
916
  u.protocol = "https:";
917
917
  u.pathname = atCode !== void 0 && atCode !== null && atCode !== "" ? `/at/${encodeURIComponent(atCode)}${ATTACH_HANDSHAKE_PATH}` : ATTACH_HANDSHAKE_PATH;
918
- u.search = `?v=${encodeURIComponent("0.1.1")}`;
918
+ u.search = `?v=${encodeURIComponent("0.1.3")}`;
919
919
  u.hash = "";
920
920
  return u.toString();
921
921
  }
package/dist/index.js CHANGED
@@ -914,7 +914,7 @@ function deriveHandshakeUrl(relayUrl, atCode) {
914
914
  const u = new URL(relayUrl);
915
915
  u.protocol = "https:";
916
916
  u.pathname = atCode !== void 0 && atCode !== null && atCode !== "" ? `/at/${encodeURIComponent(atCode)}${ATTACH_HANDSHAKE_PATH}` : ATTACH_HANDSHAKE_PATH;
917
- u.search = `?v=${encodeURIComponent("0.1.1")}`;
917
+ u.search = `?v=${encodeURIComponent("0.1.3")}`;
918
918
  u.hash = "";
919
919
  return u.toString();
920
920
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ait-co/debug-console",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "On-device attach + eruda console for Apps in Toss mini-apps — the only package in this split that can enter a production bundle",
5
5
  "type": "module",
6
6
  "engines": {
@@ -10,6 +10,7 @@
10
10
  "module": "./dist/index.js",
11
11
  "types": "./dist/index.d.ts",
12
12
  "exports": {
13
+ "./package.json": "./package.json",
13
14
  ".": {
14
15
  "import": {
15
16
  "types": "./dist/index.d.ts",