@caido/sdk-frontend 0.41.1-beta.0 → 0.41.1-beta.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.
@@ -18,4 +18,3 @@ export type ToBackendRPC<T extends BackendEndpoints, E extends BackendEvents> =
18
18
  stop: () => void;
19
19
  };
20
20
  };
21
- //# sourceMappingURL=backend.d.ts.map
@@ -75,4 +75,3 @@ type CommandContextResponse = {
75
75
  selection: string;
76
76
  };
77
77
  export {};
78
- //# sourceMappingURL=commands.d.ts.map
@@ -30,4 +30,3 @@ export type HTTPResponseEditor = {
30
30
  getElement: () => HTMLElement;
31
31
  getEditorView: () => EditorView;
32
32
  };
33
- //# sourceMappingURL=editor.d.ts.map
@@ -27,4 +27,3 @@ export type Finding = {
27
27
  */
28
28
  path: string;
29
29
  };
30
- //# sourceMappingURL=findings.d.ts.map
@@ -269,4 +269,3 @@ export type API<T extends BackendEndpoints = Record<string, never>, E extends Ba
269
269
  }) => SidebarItem;
270
270
  };
271
271
  };
272
- //# sourceMappingURL=index.d.ts.map
@@ -60,4 +60,3 @@ type SettingsMenuItem = {
60
60
  leadingIcon?: string;
61
61
  };
62
62
  export {};
63
- //# sourceMappingURL=menu.d.ts.map
@@ -19,4 +19,3 @@ export type Scope = {
19
19
  */
20
20
  denylist: string[];
21
21
  };
22
- //# sourceMappingURL=scopes.d.ts.map
@@ -8,4 +8,3 @@ export type SidebarItem = {
8
8
  */
9
9
  setCount: (count: number) => void;
10
10
  };
11
- //# sourceMappingURL=sidebar.d.ts.map
@@ -8,4 +8,3 @@ export type JSONCompatible<T> = unknown extends T ? never : {
8
8
  };
9
9
  export type PromisifiedReturnType<T extends (...args: unknown[]) => unknown> = ReturnType<T> extends Promise<infer U> ? Promise<U> : Promise<ReturnType<T>>;
10
10
  export {};
11
- //# sourceMappingURL=utils.d.ts.map