@clef-sh/cli 0.1.1 → 0.1.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.
@@ -1,47 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Clef — Secrets Manager</title>
7
- <link rel="preconnect" href="https://fonts.googleapis.com" />
8
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
9
- <link
10
- href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600;700&display=swap"
11
- rel="stylesheet"
12
- />
13
- <style>
14
- * {
15
- box-sizing: border-box;
16
- margin: 0;
17
- padding: 0;
18
- }
19
- body {
20
- background: #0a0b0d;
21
- color: #e8eaf0;
22
- font-family: "DM Sans", system-ui, sans-serif;
23
- }
24
- ::-webkit-scrollbar {
25
- width: 6px;
26
- height: 6px;
27
- }
28
- ::-webkit-scrollbar-track {
29
- background: transparent;
30
- }
31
- ::-webkit-scrollbar-thumb {
32
- background: #1e2330;
33
- border-radius: 3px;
34
- }
35
- select option {
36
- background: #111318;
37
- }
38
- input::placeholder {
39
- color: #3d4455;
40
- }
41
- </style>
42
- <script type="module" crossorigin src="/assets/index-DkMz8iGa.js"></script>
43
- </head>
44
- <body>
45
- <div id="root"></div>
46
- </body>
47
- </html>
@@ -1,8 +0,0 @@
1
- import { Router } from "express";
2
- import { SubprocessRunner } from "@clef-sh/core";
3
- export interface ApiDeps {
4
- runner: SubprocessRunner;
5
- repoRoot: string;
6
- }
7
- export declare function createApiRouter(deps: ApiDeps): Router;
8
- //# sourceMappingURL=api.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/server/api.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAqB,MAAM,SAAS,CAAC;AACpD,OAAO,EASL,gBAAgB,EAUjB,MAAM,eAAe,CAAC;AAGvB,MAAM,WAAW,OAAO;IACtB,MAAM,EAAE,gBAAgB,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,CA2pBrD"}