@caido/sdk-frontend 0.50.1-beta.0 → 0.50.1-beta.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caido/sdk-frontend",
3
- "version": "0.50.1-beta.0",
3
+ "version": "0.50.1-beta.1",
4
4
  "description": "Typing for the Caido Frontend SDK",
5
5
  "author": "Caido Labs Inc. <dev@caido.io>",
6
6
  "license": "MIT",
@@ -119,6 +119,7 @@ export type ReplaySDK = {
119
119
  * raw: "GET / HTTP/1.1\r\nHost: example.com\r\n\r\n",
120
120
  * updateContentLength: false,
121
121
  * });
122
+ * ```
122
123
  */
123
124
  sendRequest: (sessionId: ID, options: SendRequestOptions) => Promise<void>;
124
125
  };