@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/README.md +7 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -10
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
|
|
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
|
|
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
|