@botim/mp-debug-sdk 0.7.1 → 0.7.2

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/index.d.cts CHANGED
@@ -228,7 +228,7 @@ interface AppInfo {
228
228
  interface RemoteDebugOptions {
229
229
  /** When false, returns a no-op handle and installs nothing. */
230
230
  enabled?: boolean;
231
- /** Relay base URL, e.g. "https://debug.botim.dev". */
231
+ /** Relay base URL — your debug-relay deployment (e.g. "https://relay.example.com"). */
232
232
  endpoint: string;
233
233
  /**
234
234
  * Optional override for the app identity reported in events. When omitted
package/dist/index.d.ts CHANGED
@@ -228,7 +228,7 @@ interface AppInfo {
228
228
  interface RemoteDebugOptions {
229
229
  /** When false, returns a no-op handle and installs nothing. */
230
230
  enabled?: boolean;
231
- /** Relay base URL, e.g. "https://debug.botim.dev". */
231
+ /** Relay base URL — your debug-relay deployment (e.g. "https://relay.example.com"). */
232
232
  endpoint: string;
233
233
  /**
234
234
  * Optional override for the app identity reported in events. When omitted