@positronic/cli 0.0.75 → 0.0.76

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.
Files changed (144) hide show
  1. package/dist/src/cli.js +204 -41
  2. package/dist/src/commands/brain.js +7 -13
  3. package/dist/src/commands/schedule.js +3 -2
  4. package/dist/src/commands/{secret.js → secrets.js} +13 -13
  5. package/dist/src/components/brain-history.js +8 -8
  6. package/dist/src/components/brain-kill.js +4 -2
  7. package/dist/src/components/brain-list.js +104 -17
  8. package/dist/src/components/brain-rerun.js +21 -30
  9. package/dist/src/components/brain-run.js +10 -6
  10. package/dist/src/components/brain-show.js +89 -2
  11. package/dist/src/components/brain-top.js +3 -17
  12. package/dist/src/components/event-detail.js +66 -0
  13. package/dist/src/components/events-view.js +12 -0
  14. package/dist/src/components/page-delete.js +2 -0
  15. package/dist/src/components/pages-list.js +7 -7
  16. package/dist/src/components/project-add.js +1 -1
  17. package/dist/src/components/project-list.js +2 -2
  18. package/dist/src/components/project-remove.js +1 -1
  19. package/dist/src/components/project-show.js +1 -1
  20. package/dist/src/components/resource-clear.js +1 -1
  21. package/dist/src/components/resource-delete.js +5 -2
  22. package/dist/src/components/resource-list.js +2 -2
  23. package/dist/src/components/resource-sync.js +5 -5
  24. package/dist/src/components/resource-upload.js +1 -1
  25. package/dist/src/components/schedule-create.js +37 -5
  26. package/dist/src/components/schedule-delete.js +4 -2
  27. package/dist/src/components/schedule-list.js +14 -14
  28. package/dist/src/components/schedule-runs.js +7 -7
  29. package/dist/src/components/{secret-bulk.js → secrets-bulk.js} +2 -2
  30. package/dist/src/components/{secret-create.js → secrets-create.js} +3 -3
  31. package/dist/src/components/{secret-delete.js → secrets-delete.js} +1 -1
  32. package/dist/src/components/{secret-list.js → secrets-list.js} +4 -4
  33. package/dist/src/components/store-explorer.js +3 -14
  34. package/dist/src/components/top-navigator.js +3 -17
  35. package/dist/src/components/users-keys-list.js +4 -4
  36. package/dist/src/components/users-keys-remove.js +1 -1
  37. package/dist/src/components/users-list.js +2 -2
  38. package/dist/src/components/watch.js +50 -33
  39. package/dist/src/components/whoami.js +1 -1
  40. package/dist/src/hooks/useAlternateScreen.js +18 -0
  41. package/dist/src/hooks/useApi.js +1 -1
  42. package/dist/types/cli.d.ts.map +1 -1
  43. package/dist/types/commands/brain.d.ts +5 -6
  44. package/dist/types/commands/brain.d.ts.map +1 -1
  45. package/dist/types/commands/helpers.d.ts.map +1 -1
  46. package/dist/types/commands/pages.d.ts +1 -1
  47. package/dist/types/commands/pages.d.ts.map +1 -1
  48. package/dist/types/commands/project-config-manager.d.ts.map +1 -1
  49. package/dist/types/commands/schedule.d.ts +3 -2
  50. package/dist/types/commands/schedule.d.ts.map +1 -1
  51. package/dist/types/commands/{secret.d.ts → secrets.d.ts} +2 -2
  52. package/dist/types/commands/secrets.d.ts.map +1 -0
  53. package/dist/types/commands/server.d.ts.map +1 -1
  54. package/dist/types/commands/users.d.ts +2 -2
  55. package/dist/types/commands/users.d.ts.map +1 -1
  56. package/dist/types/components/auth-login.d.ts +1 -1
  57. package/dist/types/components/auth-login.d.ts.map +1 -1
  58. package/dist/types/components/auth-logout.d.ts +1 -1
  59. package/dist/types/components/auth-logout.d.ts.map +1 -1
  60. package/dist/types/components/brain-history.d.ts.map +1 -1
  61. package/dist/types/components/brain-kill.d.ts.map +1 -1
  62. package/dist/types/components/brain-list.d.ts.map +1 -1
  63. package/dist/types/components/brain-rerun.d.ts +3 -5
  64. package/dist/types/components/brain-rerun.d.ts.map +1 -1
  65. package/dist/types/components/brain-resolver.d.ts.map +1 -1
  66. package/dist/types/components/brain-run.d.ts +2 -1
  67. package/dist/types/components/brain-run.d.ts.map +1 -1
  68. package/dist/types/components/brain-show.d.ts +5 -0
  69. package/dist/types/components/brain-show.d.ts.map +1 -1
  70. package/dist/types/components/brain-top-table.d.ts.map +1 -1
  71. package/dist/types/components/brain-top.d.ts.map +1 -1
  72. package/dist/types/components/brain-watch.d.ts +1 -1
  73. package/dist/types/components/brain-watch.d.ts.map +1 -1
  74. package/dist/types/components/error.d.ts.map +1 -1
  75. package/dist/types/components/event-detail.d.ts +1 -1
  76. package/dist/types/components/event-detail.d.ts.map +1 -1
  77. package/dist/types/components/events-view.d.ts.map +1 -1
  78. package/dist/types/components/page-delete.d.ts.map +1 -1
  79. package/dist/types/components/pages-list.d.ts.map +1 -1
  80. package/dist/types/components/project-add.d.ts.map +1 -1
  81. package/dist/types/components/project-auth-setup.d.ts +1 -1
  82. package/dist/types/components/project-auth-setup.d.ts.map +1 -1
  83. package/dist/types/components/project-create.d.ts.map +1 -1
  84. package/dist/types/components/project-list.d.ts.map +1 -1
  85. package/dist/types/components/project-remove.d.ts.map +1 -1
  86. package/dist/types/components/project-select.d.ts.map +1 -1
  87. package/dist/types/components/project-show.d.ts.map +1 -1
  88. package/dist/types/components/resource-clear.d.ts.map +1 -1
  89. package/dist/types/components/resource-delete.d.ts +1 -1
  90. package/dist/types/components/resource-delete.d.ts.map +1 -1
  91. package/dist/types/components/resource-list.d.ts.map +1 -1
  92. package/dist/types/components/resource-sync.d.ts +1 -1
  93. package/dist/types/components/resource-sync.d.ts.map +1 -1
  94. package/dist/types/components/resource-types.d.ts.map +1 -1
  95. package/dist/types/components/resource-upload.d.ts +1 -1
  96. package/dist/types/components/resource-upload.d.ts.map +1 -1
  97. package/dist/types/components/run-show.d.ts.map +1 -1
  98. package/dist/types/components/schedule-create.d.ts +2 -1
  99. package/dist/types/components/schedule-create.d.ts.map +1 -1
  100. package/dist/types/components/schedule-delete.d.ts.map +1 -1
  101. package/dist/types/components/schedule-list.d.ts.map +1 -1
  102. package/dist/types/components/schedule-runs.d.ts +1 -1
  103. package/dist/types/components/schedule-runs.d.ts.map +1 -1
  104. package/dist/types/components/secrets-bulk.d.ts +7 -0
  105. package/dist/types/components/secrets-bulk.d.ts.map +1 -0
  106. package/dist/types/components/secrets-create.d.ts +7 -0
  107. package/dist/types/components/secrets-create.d.ts.map +1 -0
  108. package/dist/types/components/secrets-delete.d.ts +6 -0
  109. package/dist/types/components/secrets-delete.d.ts.map +1 -0
  110. package/dist/types/components/secrets-list.d.ts +2 -0
  111. package/dist/types/components/secrets-list.d.ts.map +1 -0
  112. package/dist/types/components/select-list.d.ts.map +1 -1
  113. package/dist/types/components/state-view.d.ts.map +1 -1
  114. package/dist/types/components/store-explorer.d.ts.map +1 -1
  115. package/dist/types/components/top-navigator.d.ts.map +1 -1
  116. package/dist/types/components/users-create.d.ts.map +1 -1
  117. package/dist/types/components/users-delete.d.ts.map +1 -1
  118. package/dist/types/components/users-keys-add.d.ts +1 -1
  119. package/dist/types/components/users-keys-add.d.ts.map +1 -1
  120. package/dist/types/components/users-keys-list.d.ts.map +1 -1
  121. package/dist/types/components/users-keys-remove.d.ts +1 -1
  122. package/dist/types/components/users-keys-remove.d.ts.map +1 -1
  123. package/dist/types/components/users-list.d.ts.map +1 -1
  124. package/dist/types/components/watch-machine.d.ts.map +1 -1
  125. package/dist/types/components/watch-resolver.d.ts +1 -1
  126. package/dist/types/components/watch-resolver.d.ts.map +1 -1
  127. package/dist/types/components/watch.d.ts +1 -1
  128. package/dist/types/components/watch.d.ts.map +1 -1
  129. package/dist/types/components/whoami.d.ts.map +1 -1
  130. package/dist/types/hooks/useAlternateScreen.d.ts +2 -0
  131. package/dist/types/hooks/useAlternateScreen.d.ts.map +1 -0
  132. package/dist/types/hooks/useApi.d.ts.map +1 -1
  133. package/dist/types/lib/jwt-auth.d.ts.map +1 -1
  134. package/dist/types/lib/ssh-key-utils.d.ts.map +1 -1
  135. package/package.json +4 -4
  136. package/dist/types/commands/secret.d.ts.map +0 -1
  137. package/dist/types/components/secret-bulk.d.ts +0 -7
  138. package/dist/types/components/secret-bulk.d.ts.map +0 -1
  139. package/dist/types/components/secret-create.d.ts +0 -7
  140. package/dist/types/components/secret-create.d.ts.map +0 -1
  141. package/dist/types/components/secret-delete.d.ts +0 -6
  142. package/dist/types/components/secret-delete.d.ts.map +0 -1
  143. package/dist/types/components/secret-list.d.ts +0 -2
  144. package/dist/types/components/secret-list.d.ts.map +0 -1
@@ -3,6 +3,6 @@ interface ResourceSyncProps {
3
3
  localResources: ResourceEntry[];
4
4
  resourcesDir: string | null;
5
5
  }
6
- export declare const ResourceSync: ({ localResources, resourcesDir }: ResourceSyncProps) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const ResourceSync: ({ localResources, resourcesDir, }: ResourceSyncProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export {};
8
8
  //# sourceMappingURL=resource-sync.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resource-sync.d.ts","sourceRoot":"","sources":["../../../src/components/resource-sync.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAajD,UAAU,iBAAiB;IACzB,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AAED,eAAO,MAAM,YAAY,GAAI,kCAG1B,iBAAiB,4CA6InB,CAAC"}
1
+ {"version":3,"file":"resource-sync.d.ts","sourceRoot":"","sources":["../../../src/components/resource-sync.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAmBjD,UAAU,iBAAiB;IACzB,cAAc,EAAE,aAAa,EAAE,CAAC;IAChC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B;AAED,eAAO,MAAM,YAAY,GAAI,mCAG1B,iBAAiB,4CAiKnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"resource-types.d.ts","sourceRoot":"","sources":["../../../src/components/resource-types.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,UAAU,kBAAkB;IAC1B,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6CtD,CAAC"}
1
+ {"version":3,"file":"resource-types.d.ts","sourceRoot":"","sources":["../../../src/components/resource-types.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAKnD,UAAU,kBAAkB;IAC1B,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAiDtD,CAAC"}
@@ -3,6 +3,6 @@ interface ResourceUploadProps {
3
3
  customKey?: string;
4
4
  projectRootPath?: string;
5
5
  }
6
- export declare const ResourceUpload: ({ filePath, customKey, projectRootPath }: ResourceUploadProps) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const ResourceUpload: ({ filePath, customKey, projectRootPath, }: ResourceUploadProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export {};
8
8
  //# sourceMappingURL=resource-upload.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resource-upload.d.ts","sourceRoot":"","sources":["../../../src/components/resource-upload.tsx"],"names":[],"mappings":"AAOA,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAQD,eAAO,MAAM,cAAc,GAAI,0CAA0C,mBAAmB,4CAwI3F,CAAC"}
1
+ {"version":3,"file":"resource-upload.d.ts","sourceRoot":"","sources":["../../../src/components/resource-upload.tsx"],"names":[],"mappings":"AAUA,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAQD,eAAO,MAAM,cAAc,GAAI,2CAI5B,mBAAmB,4CA8IrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"run-show.d.ts","sourceRoot":"","sources":["../../../src/components/run-show.tsx"],"names":[],"mappings":"AAyBA,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;CACf;AAsDD,eAAO,MAAM,OAAO,GAAI,WAAW,YAAY,4CAgI9C,CAAC"}
1
+ {"version":3,"file":"run-show.d.ts","sourceRoot":"","sources":["../../../src/components/run-show.tsx"],"names":[],"mappings":"AAyBA,UAAU,YAAY;IACpB,KAAK,EAAE,MAAM,CAAC;CACf;AAuDD,eAAO,MAAM,OAAO,GAAI,WAAW,YAAY,4CA4I9C,CAAC"}
@@ -2,7 +2,8 @@ interface ScheduleCreateProps {
2
2
  identifier: string;
3
3
  cronExpression: string;
4
4
  options?: Record<string, string>;
5
+ initialState?: Record<string, unknown>;
5
6
  }
6
- export declare const ScheduleCreate: ({ identifier, cronExpression, options }: ScheduleCreateProps) => import("react/jsx-runtime").JSX.Element | null;
7
+ export declare const ScheduleCreate: ({ identifier, cronExpression, options, initialState, }: ScheduleCreateProps) => import("react/jsx-runtime").JSX.Element | null;
7
8
  export {};
8
9
  //# sourceMappingURL=schedule-create.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schedule-create.d.ts","sourceRoot":"","sources":["../../../src/components/schedule-create.tsx"],"names":[],"mappings":"AAKA,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAClC;AAYD,eAAO,MAAM,cAAc,GAAI,yCAAyC,mBAAmB,mDAmF1F,CAAC"}
1
+ {"version":3,"file":"schedule-create.d.ts","sourceRoot":"","sources":["../../../src/components/schedule-create.tsx"],"names":[],"mappings":"AAKA,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACjC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACxC;AAYD,eAAO,MAAM,cAAc,GAAI,wDAK5B,mBAAmB,mDAiGrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"schedule-delete.d.ts","sourceRoot":"","sources":["../../../src/components/schedule-delete.tsx"],"names":[],"mappings":"AAKA,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,eAAO,MAAM,cAAc,GAAI,uBAAuB,mBAAmB,mDAyGxE,CAAC"}
1
+ {"version":3,"file":"schedule-delete.d.ts","sourceRoot":"","sources":["../../../src/components/schedule-delete.tsx"],"names":[],"mappings":"AAKA,UAAU,mBAAmB;IAC3B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;CAChB;AAED,eAAO,MAAM,cAAc,GAAI,uBAAuB,mBAAmB,mDAoHxE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"schedule-list.d.ts","sourceRoot":"","sources":["../../../src/components/schedule-list.tsx"],"names":[],"mappings":"AAKA,UAAU,iBAAiB;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAwDD,eAAO,MAAM,YAAY,GAAI,iBAAiB,iBAAiB,4CAsI9D,CAAC"}
1
+ {"version":3,"file":"schedule-list.d.ts","sourceRoot":"","sources":["../../../src/components/schedule-list.tsx"],"names":[],"mappings":"AAKA,UAAU,iBAAiB;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAwDD,eAAO,MAAM,YAAY,GAAI,iBAAiB,iBAAiB,4CA+L9D,CAAC"}
@@ -3,6 +3,6 @@ interface ScheduleRunsProps {
3
3
  limit: number;
4
4
  status?: 'triggered' | 'failed' | 'complete';
5
5
  }
6
- export declare const ScheduleRuns: ({ scheduleId, limit, status }: ScheduleRunsProps) => import("react/jsx-runtime").JSX.Element;
6
+ export declare const ScheduleRuns: ({ scheduleId, limit, status, }: ScheduleRunsProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export {};
8
8
  //# sourceMappingURL=schedule-runs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"schedule-runs.d.ts","sourceRoot":"","sources":["../../../src/components/schedule-runs.tsx"],"names":[],"mappings":"AAKA,UAAU,iBAAiB;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,WAAW,GAAG,QAAQ,GAAG,UAAU,CAAC;CAC9C;AAyCD,eAAO,MAAM,YAAY,GAAI,+BAA+B,iBAAiB,4CA+F5E,CAAC"}
1
+ {"version":3,"file":"schedule-runs.d.ts","sourceRoot":"","sources":["../../../src/components/schedule-runs.tsx"],"names":[],"mappings":"AAKA,UAAU,iBAAiB;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,WAAW,GAAG,QAAQ,GAAG,UAAU,CAAC;CAC9C;AAyCD,eAAO,MAAM,YAAY,GAAI,gCAI1B,iBAAiB,4CA0GnB,CAAC"}
@@ -0,0 +1,7 @@
1
+ interface SecretBulkProps {
2
+ file?: string;
3
+ projectDir?: string;
4
+ }
5
+ export declare const SecretsBulk: ({ file, projectDir }: SecretBulkProps) => import("react/jsx-runtime").JSX.Element | null;
6
+ export {};
7
+ //# sourceMappingURL=secrets-bulk.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secrets-bulk.d.ts","sourceRoot":"","sources":["../../../src/components/secrets-bulk.tsx"],"names":[],"mappings":"AAQA,UAAU,eAAe;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAOD,eAAO,MAAM,WAAW,GAAI,sBAA+B,eAAe,mDA4GzE,CAAC"}
@@ -0,0 +1,7 @@
1
+ interface SecretCreateProps {
2
+ name: string;
3
+ value?: string;
4
+ }
5
+ export declare const SecretsCreate: ({ name, value }: SecretCreateProps) => import("react/jsx-runtime").JSX.Element | null;
6
+ export {};
7
+ //# sourceMappingURL=secrets-create.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secrets-create.d.ts","sourceRoot":"","sources":["../../../src/components/secrets-create.tsx"],"names":[],"mappings":"AAKA,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAQD,eAAO,MAAM,aAAa,GAAI,iBAAiB,iBAAiB,mDA2E/D,CAAC"}
@@ -0,0 +1,6 @@
1
+ interface SecretDeleteProps {
2
+ name: string;
3
+ }
4
+ export declare const SecretsDelete: ({ name }: SecretDeleteProps) => import("react/jsx-runtime").JSX.Element | null;
5
+ export {};
6
+ //# sourceMappingURL=secrets-delete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secrets-delete.d.ts","sourceRoot":"","sources":["../../../src/components/secrets-delete.tsx"],"names":[],"mappings":"AAKA,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,aAAa,GAAI,UAAU,iBAAiB,mDA4CxD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const SecretsList: () => import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=secrets-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"secrets-list.d.ts","sourceRoot":"","sources":["../../../src/components/secrets-list.tsx"],"names":[],"mappings":"AAiCA,eAAO,MAAM,WAAW,+CAqFvB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"select-list.d.ts","sourceRoot":"","sources":["../../../src/components/select-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;GAKG;AACH,eAAO,MAAM,UAAU,GAAI,8DAOxB,eAAe,4CAgDjB,CAAC"}
1
+ {"version":3,"file":"select-list.d.ts","sourceRoot":"","sources":["../../../src/components/select-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACzB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,cAAc,EAAE,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,CAAC,IAAI,EAAE,cAAc,EAAE,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACxD,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;;;GAKG;AACH,eAAO,MAAM,UAAU,GAAI,8DAOxB,eAAe,4CAoDjB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"state-view.d.ts","sourceRoot":"","sources":["../../../src/components/state-view.tsx"],"names":[],"mappings":"AAGA,KAAK,UAAU,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAE7C,UAAU,cAAc;IACtB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,SAAS,GAAI,2DAMvB,cAAc,4CA2DhB,CAAC"}
1
+ {"version":3,"file":"state-view.d.ts","sourceRoot":"","sources":["../../../src/components/state-view.tsx"],"names":[],"mappings":"AAGA,KAAK,UAAU,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAE7C,UAAU,cAAc;IACtB,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,eAAO,MAAM,SAAS,GAAI,2DAMvB,cAAc,4CA8DhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"store-explorer.d.ts","sourceRoot":"","sources":["../../../src/components/store-explorer.tsx"],"names":[],"mappings":"AA0CA,eAAO,MAAM,aAAa,+CA8ZzB,CAAC"}
1
+ {"version":3,"file":"store-explorer.d.ts","sourceRoot":"","sources":["../../../src/components/store-explorer.tsx"],"names":[],"mappings":"AA2CA,eAAO,MAAM,aAAa,+CA8ZzB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"top-navigator.d.ts","sourceRoot":"","sources":["../../../src/components/top-navigator.tsx"],"names":[],"mappings":"AAeA,UAAU,iBAAiB;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAID,eAAO,MAAM,YAAY,GAAI,iBAAiB,iBAAiB,4CAmT9D,CAAC"}
1
+ {"version":3,"file":"top-navigator.d.ts","sourceRoot":"","sources":["../../../src/components/top-navigator.tsx"],"names":[],"mappings":"AAoBA,UAAU,iBAAiB;IACzB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAID,eAAO,MAAM,YAAY,GAAI,iBAAiB,iBAAiB,4CA2S9D,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"users-create.d.ts","sourceRoot":"","sources":["../../../src/components/users-create.tsx"],"names":[],"mappings":"AAKA,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;CACd;AAOD,eAAO,MAAM,WAAW,GAAI,UAAU,gBAAgB,mDAwErD,CAAC"}
1
+ {"version":3,"file":"users-create.d.ts","sourceRoot":"","sources":["../../../src/components/users-create.tsx"],"names":[],"mappings":"AAKA,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;CACd;AAOD,eAAO,MAAM,WAAW,GAAI,UAAU,gBAAgB,mDA4ErD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"users-delete.d.ts","sourceRoot":"","sources":["../../../src/components/users-delete.tsx"],"names":[],"mappings":"AAKA,UAAU,gBAAgB;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,OAAO,CAAC;CAChB;AAOD,eAAO,MAAM,WAAW,GAAI,qBAAqB,gBAAgB,mDA4FhE,CAAC"}
1
+ {"version":3,"file":"users-delete.d.ts","sourceRoot":"","sources":["../../../src/components/users-delete.tsx"],"names":[],"mappings":"AAKA,UAAU,gBAAgB;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,OAAO,CAAC;CAChB;AAOD,eAAO,MAAM,WAAW,GAAI,qBAAqB,gBAAgB,mDAoGhE,CAAC"}
@@ -4,6 +4,6 @@ interface UsersKeysAddProps {
4
4
  paste?: boolean;
5
5
  label?: string;
6
6
  }
7
- export declare const UsersKeysAdd: ({ userName, pubkeyPath, paste, label }: UsersKeysAddProps) => import("react/jsx-runtime").JSX.Element | null;
7
+ export declare const UsersKeysAdd: ({ userName, pubkeyPath, paste, label, }: UsersKeysAddProps) => import("react/jsx-runtime").JSX.Element | null;
8
8
  export {};
9
9
  //# sourceMappingURL=users-keys-add.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"users-keys-add.d.ts","sourceRoot":"","sources":["../../../src/components/users-keys-add.tsx"],"names":[],"mappings":"AASA,UAAU,iBAAiB;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD,eAAO,MAAM,YAAY,GAAI,wCAAwC,iBAAiB,mDAqJrF,CAAC"}
1
+ {"version":3,"file":"users-keys-add.d.ts","sourceRoot":"","sources":["../../../src/components/users-keys-add.tsx"],"names":[],"mappings":"AAYA,UAAU,iBAAiB;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAcD,eAAO,MAAM,YAAY,GAAI,yCAK1B,iBAAiB,mDAiLnB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"users-keys-list.d.ts","sourceRoot":"","sources":["../../../src/components/users-keys-list.tsx"],"names":[],"mappings":"AAKA,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,MAAM,CAAC;CAClB;AAiCD,eAAO,MAAM,aAAa,GAAI,cAAc,kBAAkB,4CAkF7D,CAAC"}
1
+ {"version":3,"file":"users-keys-list.d.ts","sourceRoot":"","sources":["../../../src/components/users-keys-list.tsx"],"names":[],"mappings":"AAKA,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,MAAM,CAAC;CAClB;AAiCD,eAAO,MAAM,aAAa,GAAI,cAAc,kBAAkB,4CA6G7D,CAAC"}
@@ -3,6 +3,6 @@ interface UsersKeysRemoveProps {
3
3
  fingerprint: string;
4
4
  force: boolean;
5
5
  }
6
- export declare const UsersKeysRemove: ({ userName, fingerprint, force }: UsersKeysRemoveProps) => import("react/jsx-runtime").JSX.Element | null;
6
+ export declare const UsersKeysRemove: ({ userName, fingerprint, force, }: UsersKeysRemoveProps) => import("react/jsx-runtime").JSX.Element | null;
7
7
  export {};
8
8
  //# sourceMappingURL=users-keys-remove.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"users-keys-remove.d.ts","sourceRoot":"","sources":["../../../src/components/users-keys-remove.tsx"],"names":[],"mappings":"AAKA,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,OAAO,CAAC;CAChB;AAOD,eAAO,MAAM,eAAe,GAAI,kCAAkC,oBAAoB,mDA+FrF,CAAC"}
1
+ {"version":3,"file":"users-keys-remove.d.ts","sourceRoot":"","sources":["../../../src/components/users-keys-remove.tsx"],"names":[],"mappings":"AAKA,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,OAAO,CAAC;CAChB;AAOD,eAAO,MAAM,eAAe,GAAI,mCAI7B,oBAAoB,mDA0GtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"users-list.d.ts","sourceRoot":"","sources":["../../../src/components/users-list.tsx"],"names":[],"mappings":"AA6BA,eAAO,MAAM,SAAS,+CAgErB,CAAC"}
1
+ {"version":3,"file":"users-list.d.ts","sourceRoot":"","sources":["../../../src/components/users-list.tsx"],"names":[],"mappings":"AA6BA,eAAO,MAAM,SAAS,+CA4ErB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"watch-machine.d.ts","sourceRoot":"","sources":["../../../src/components/watch-machine.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAGjC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAKpD,KAAK,UAAU,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAG7C,YAAY,EAAE,QAAQ,EAAE,CAAC;AAEzB,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,QAAQ,CAAC;AAGjD,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,YAAY,CAAC;IAE3B,aAAa,EAAE,UAAU,GAAG,IAAI,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;IAE1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAE9B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC,SAAS,EAAE,KAAK,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAElB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAElC,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,SAAS,GAAG,OAAO,GAAG,IAAI,CAAC;CAC7C;AAsOD,QAAA,MAAM,kBAAkB,GAAI,OAAO,MAAM,EAAE,yBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmJ/D,CAAC;AAMJ;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,QAAQ,CAgClE;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAE3D;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAExD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAE1D;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAEhE;AAMD;;;GAGG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,eAAe,UAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMrE;AAGD,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"watch-machine.d.ts","sourceRoot":"","sources":["../../../src/components/watch-machine.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAGjC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAMpD,KAAK,UAAU,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAG7C,YAAY,EAAE,QAAQ,EAAE,CAAC;AAEzB,MAAM,MAAM,YAAY,GAAG,UAAU,GAAG,QAAQ,CAAC;AAGjD,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,YAAY,EAAE,YAAY,CAAC;IAE3B,aAAa,EAAE,UAAU,GAAG,IAAI,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,iBAAiB,EAAE,MAAM,CAAC;IAE1B,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAE9B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEnC,SAAS,EAAE,KAAK,GAAG,IAAI,CAAC;IACxB,QAAQ,EAAE,OAAO,CAAC;IAElB,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAElC,WAAW,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,SAAS,GAAG,OAAO,GAAG,IAAI,CAAC;CAC7C;AA0OD,QAAA,MAAM,kBAAkB,GAAI,OAAO,MAAM,EAAE,yBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;WAmL/D,CAAC;AAMJ;;;GAGG;AACH,wBAAgB,sBAAsB,CAAC,SAAS,EAAE,MAAM,GAAG,QAAQ,CAgClE;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAE3D;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED;;GAEG;AACH,wBAAgB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAExD;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAEzD;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAE1D;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAEhE;AAMD;;;GAGG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,eAAe,UAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAMrE;AAGD,OAAO,EAAE,kBAAkB,EAAE,CAAC"}
@@ -11,6 +11,6 @@ interface WatchResolverProps {
11
11
  * 2. If no brain matches, try as a run ID
12
12
  * 3. If neither works, show an error
13
13
  */
14
- export declare const WatchResolver: ({ identifier, startWithEvents }: WatchResolverProps) => import("react/jsx-runtime").JSX.Element | null;
14
+ export declare const WatchResolver: ({ identifier, startWithEvents, }: WatchResolverProps) => import("react/jsx-runtime").JSX.Element | null;
15
15
  export {};
16
16
  //# sourceMappingURL=watch-resolver.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"watch-resolver.d.ts","sourceRoot":"","sources":["../../../src/components/watch-resolver.tsx"],"names":[],"mappings":"AAmRA,UAAU,kBAAkB;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,GAAI,iCAAiC,kBAAkB,mDA4FhF,CAAC"}
1
+ {"version":3,"file":"watch-resolver.d.ts","sourceRoot":"","sources":["../../../src/components/watch-resolver.tsx"],"names":[],"mappings":"AA2TA,UAAU,kBAAkB;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,GAAI,kCAG3B,kBAAkB,mDAkGpB,CAAC"}
@@ -4,6 +4,6 @@ interface WatchProps {
4
4
  footer?: string;
5
5
  startWithEvents?: boolean;
6
6
  }
7
- export declare const Watch: ({ runId, manageScreenBuffer, footer, startWithEvents }: WatchProps) => import("react/jsx-runtime").JSX.Element;
7
+ export declare const Watch: ({ runId, manageScreenBuffer, footer, startWithEvents, }: WatchProps) => import("react/jsx-runtime").JSX.Element;
8
8
  export {};
9
9
  //# sourceMappingURL=watch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"watch.d.ts","sourceRoot":"","sources":["../../../src/components/watch.tsx"],"names":[],"mappings":"AAqMA,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,KAAK,GAAI,wDAAuE,UAAU,4CAmetG,CAAC"}
1
+ {"version":3,"file":"watch.d.ts","sourceRoot":"","sources":["../../../src/components/watch.tsx"],"names":[],"mappings":"AA2OA,UAAU,UAAU;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,KAAK,GAAI,yDAKnB,UAAU,4CA6gBZ,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"whoami.d.ts","sourceRoot":"","sources":["../../../src/components/whoami.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAIlF,UAAU,WAAW;IACnB,aAAa,EAAE,oBAAoB,CAAC;IACpC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAOD,eAAO,MAAM,MAAM,GAAI,oCAAoC,WAAW,mDAqErE,CAAC"}
1
+ {"version":3,"file":"whoami.d.ts","sourceRoot":"","sources":["../../../src/components/whoami.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uCAAuC,CAAC;AAIlF,UAAU,WAAW;IACnB,aAAa,EAAE,oBAAoB,CAAC;IACpC,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAOD,eAAO,MAAM,MAAM,GAAI,oCAAoC,WAAW,mDAoErE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function useAlternateScreen(enabled?: boolean): void;
2
+ //# sourceMappingURL=useAlternateScreen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useAlternateScreen.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAlternateScreen.ts"],"names":[],"mappings":"AAGA,wBAAgB,kBAAkB,CAAC,OAAO,UAAO,QAchD"}
@@ -1 +1 @@
1
- {"version":3,"file":"useApi.d.ts","sourceRoot":"","sources":["../../../src/hooks/useApi.ts"],"names":[],"mappings":"AAiFA,wBAAgB,SAAS,CAAC,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG;;;;eAIjD,MAAM;iBACJ,MAAM;kBACL,MAAM;;EAkDnB;AAED,wBAAgB,UAAU,CAAC,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,GAAG;;;;eAIzD,MAAM;iBACJ,MAAM;kBACL,MAAM;;qBAIF,GAAG,YAAY,GAAG;EAkEnC;AAED,wBAAgB,YAAY,CAAC,YAAY,EAAE,MAAM;;;eAGtC,MAAM;iBACJ,MAAM;kBACL,MAAM;;wBAIC,MAAM,YAAY,GAAG;EAyDzC"}
1
+ {"version":3,"file":"useApi.d.ts","sourceRoot":"","sources":["../../../src/hooks/useApi.ts"],"names":[],"mappings":"AAwFA,wBAAgB,SAAS,CAAC,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,GAAG;;;;eAIjD,MAAM;iBACJ,MAAM;kBACL,MAAM;;EAkDnB;AAED,wBAAgB,UAAU,CAAC,CAAC,EAAE,QAAQ,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,GAAG;;;;eAIzD,MAAM;iBACJ,MAAM;kBACL,MAAM;;qBAIF,GAAG,YAAY,GAAG;EAsEnC;AAED,wBAAgB,YAAY,CAAC,YAAY,EAAE,MAAM;;;eAGtC,MAAM;iBACJ,MAAM;kBACL,MAAM;;wBAIC,MAAM,YAAY,GAAG;EAyDzC"}
@@ -1 +1 @@
1
- {"version":3,"file":"jwt-auth.d.ts","sourceRoot":"","sources":["../../../src/lib/jwt-auth.ts"],"names":[],"mappings":"AA2BA;;;;GAIG;AACH,qBAAa,eAAe;IAC1B,OAAO,CAAC,UAAU,CAAiC;IACnD,OAAO,CAAC,WAAW,CAAuB;IAC1C,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,SAAS,CAAsB;IAGvC,OAAO,CAAC,gBAAgB,CAAuB;IAC/C,OAAO,CAAC,WAAW,CAA4B;IAC/C,OAAO,CAAC,QAAQ,CAA0B;IAC1C,OAAO,CAAC,QAAQ,CAAS;;IAMzB,OAAO,CAAC,UAAU;IA4DlB;;;;OAIG;IACH,OAAO,IAAI,OAAO;IAYlB;;OAEG;IACH,eAAe,IAAI,OAAO;IAI1B;;OAEG;IACH,QAAQ,IAAI,KAAK,GAAG,IAAI;IAIxB;;OAEG;IACH,cAAc,IAAI,MAAM,GAAG,IAAI;IAI/B;;OAEG;IACH,OAAO,CAAC,YAAY;IAQpB;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAqB9B;;;;OAIG;IACH,OAAO,CAAC,WAAW;IAiCnB;;OAEG;IACG,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC;IAoBpC;;OAEG;YACW,iBAAiB;IAwB/B;;OAEG;YACW,gBAAgB;IAwC9B;;;OAGG;YACW,oBAAoB;CAuCnC;AAKD;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,eAAe,CAKpD;AAED;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,IAAI,CAE3C;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,OAAO,CAEzC;AAED;;;;GAIG;AACH,wBAAsB,aAAa,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAiBrE;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAGvE;AAED;;GAEG;AACH,wBAAgB,sBAAsB,IAAI,MAAM,GAAG,IAAI,CAEtD;AAED;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,OAAO,KAYvC,CAAC"}
1
+ {"version":3,"file":"jwt-auth.d.ts","sourceRoot":"","sources":["../../../src/lib/jwt-auth.ts"],"names":[],"mappings":"AA2BA;;;;GAIG;AACH,qBAAa,eAAe;IAC1B,OAAO,CAAC,UAAU,CAAiC;IACnD,OAAO,CAAC,WAAW,CAAuB;IAC1C,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,SAAS,CAAsB;IAGvC,OAAO,CAAC,gBAAgB,CAAuB;IAC/C,OAAO,CAAC,WAAW,CAA4B;IAC/C,OAAO,CAAC,QAAQ,CAA0B;IAC1C,OAAO,CAAC,QAAQ,CAAS;;IAMzB,OAAO,CAAC,UAAU;IA2DlB;;;;OAIG;IACH,OAAO,IAAI,OAAO;IAYlB;;OAEG;IACH,eAAe,IAAI,OAAO;IAI1B;;OAEG;IACH,QAAQ,IAAI,KAAK,GAAG,IAAI;IAIxB;;OAEG;IACH,cAAc,IAAI,MAAM,GAAG,IAAI;IAI/B;;OAEG;IACH,OAAO,CAAC,YAAY;IAWpB;;OAEG;IACH,OAAO,CAAC,sBAAsB;IAqB9B;;;;OAIG;IACH,OAAO,CAAC,WAAW;IAiCnB;;OAEG;IACG,WAAW,IAAI,OAAO,CAAC,MAAM,CAAC;IAyBpC;;OAEG;YACW,iBAAiB;IAwB/B;;OAEG;YACW,gBAAgB;IAwC9B;;;OAGG;YACW,oBAAoB;CAuCnC;AAKD;;GAEG;AACH,wBAAgB,kBAAkB,IAAI,eAAe,CAKpD;AAED;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,IAAI,CAE3C;AAED;;GAEG;AACH,wBAAgB,eAAe,IAAI,OAAO,CAEzC;AAED;;;;GAIG;AACH,wBAAsB,aAAa,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAiBrE;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,WAAW,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAGvE;AAED;;GAEG;AACH,wBAAgB,sBAAsB,IAAI,MAAM,GAAG,IAAI,CAEtD;AAED;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,EAAE,OAAO,KAYvC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ssh-key-utils.d.ts","sourceRoot":"","sources":["../../../src/lib/ssh-key-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAmB,UAAU,EAAE,MAAM,QAAQ,CAAC;AAGrD,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,UAAU,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,wBAAgB,eAAe,IAAI,aAAa,EAAE,CAkDjD;AA0CD;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAiBpE;AAED;;;GAGG;AACH,wBAAgB,2BAA2B,CAAC,aAAa,EAAE,MAAM,GAAG,UAAU,CAc7E;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,UAAU,CAyBnE;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,UAAU,EAAE,KAAK,CAAC,UAAU,GAAG,MAAM,CAG7E;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAIlE;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAoB5E;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAKlD;AAED,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAC5B,OAAO,GAAE,MAA8C,GACtD,oBAAoB,CAuCtB"}
1
+ {"version":3,"file":"ssh-key-utils.d.ts","sourceRoot":"","sources":["../../../src/lib/ssh-key-utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAmB,UAAU,EAAE,MAAM,QAAQ,CAAC;AAGrD,MAAM,WAAW,UAAU;IACzB,GAAG,EAAE,UAAU,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED;;;GAGG;AACH,wBAAgB,eAAe,IAAI,aAAa,EAAE,CAkDjD;AA6CD;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,UAAU,EAAE,MAAM,GAAG,UAAU,CAiBpE;AAED;;;GAGG;AACH,wBAAgB,2BAA2B,CAAC,aAAa,EAAE,MAAM,GAAG,UAAU,CAc7E;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,UAAU,CAyBnE;AAED;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,UAAU,EAAE,KAAK,CAAC,UAAU,GAAG,MAAM,CAG7E;AAED;;;;GAIG;AACH,wBAAgB,uBAAuB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAIlE;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,MAAM,CAoB5E;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAKlD;AAED,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAC5B,OAAO,GAAE,MAA8C,GACtD,oBAAoB,CA2CtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@positronic/cli",
3
- "version": "0.0.75",
3
+ "version": "0.0.76",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -23,9 +23,9 @@
23
23
  "clean": "rm -rf tsconfig.tsbuildinfo dist node_modules"
24
24
  },
25
25
  "dependencies": {
26
- "@positronic/core": "^0.0.75",
27
- "@positronic/spec": "^0.0.75",
28
- "@positronic/template-new-project": "^0.0.75",
26
+ "@positronic/core": "^0.0.76",
27
+ "@positronic/spec": "^0.0.76",
28
+ "@positronic/template-new-project": "^0.0.76",
29
29
  "caz": "^2.0.0",
30
30
  "chokidar": "^3.6.0",
31
31
  "dotenv": "^16.4.7",
@@ -1 +0,0 @@
1
- {"version":3,"file":"secret.d.ts","sourceRoot":"","sources":["../../../src/commands/secret.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,cAAc;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,qBAAa,aAAa;IACxB,IAAI,IAAI,KAAK,CAAC,YAAY;IAI1B,MAAM,CAAC,EACL,IAAI,EACJ,KAAK,GACN,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,YAAY;IAO5D,MAAM,CAAC,EAAE,IAAI,EAAE,EAAE,kBAAkB,CAAC,gBAAgB,CAAC,GAAG,KAAK,CAAC,YAAY;IAI1E,IAAI,CAAC,EAAE,IAAI,EAAE,EAAE,kBAAkB,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,YAAY;CAGvE"}
@@ -1,7 +0,0 @@
1
- interface SecretBulkProps {
2
- file?: string;
3
- projectDir?: string;
4
- }
5
- export declare const SecretBulk: ({ file, projectDir }: SecretBulkProps) => import("react/jsx-runtime").JSX.Element | null;
6
- export {};
7
- //# sourceMappingURL=secret-bulk.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"secret-bulk.d.ts","sourceRoot":"","sources":["../../../src/components/secret-bulk.tsx"],"names":[],"mappings":"AAQA,UAAU,eAAe;IACvB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAOD,eAAO,MAAM,UAAU,GAAI,sBAA+B,eAAe,mDAuGxE,CAAC"}
@@ -1,7 +0,0 @@
1
- interface SecretCreateProps {
2
- name: string;
3
- value?: string;
4
- }
5
- export declare const SecretCreate: ({ name, value }: SecretCreateProps) => import("react/jsx-runtime").JSX.Element | null;
6
- export {};
7
- //# sourceMappingURL=secret-create.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"secret-create.d.ts","sourceRoot":"","sources":["../../../src/components/secret-create.tsx"],"names":[],"mappings":"AAKA,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAQD,eAAO,MAAM,YAAY,GAAI,iBAAiB,iBAAiB,mDA0E9D,CAAC"}
@@ -1,6 +0,0 @@
1
- interface SecretDeleteProps {
2
- name: string;
3
- }
4
- export declare const SecretDelete: ({ name }: SecretDeleteProps) => import("react/jsx-runtime").JSX.Element | null;
5
- export {};
6
- //# sourceMappingURL=secret-delete.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"secret-delete.d.ts","sourceRoot":"","sources":["../../../src/components/secret-delete.tsx"],"names":[],"mappings":"AAKA,UAAU,iBAAiB;IACzB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,YAAY,GAAI,UAAU,iBAAiB,mDA4CvD,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const SecretList: () => import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=secret-list.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"secret-list.d.ts","sourceRoot":"","sources":["../../../src/components/secret-list.tsx"],"names":[],"mappings":"AAiCA,eAAO,MAAM,UAAU,+CAsEtB,CAAC"}