@runmedev/renderers 3.16.3 → 3.16.4
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/dist/index.cjs +101 -101
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { getContext, setContext } from './messaging';
|
|
|
3
3
|
import { ClientMessages } from './types';
|
|
4
4
|
export { default as Streams, type Authorization } from './streams';
|
|
5
5
|
export { genRunID, Heartbeat, type StreamError } from './streams';
|
|
6
|
-
export {
|
|
6
|
+
export { ConsoleView, type ConsoleViewConfig } from './components/console';
|
|
7
7
|
export { type RunmeConsoleStream } from './components/console/runme';
|
|
8
8
|
export { setContext, getContext, ClientMessages };
|
|
9
9
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAA;AACrB,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAExC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,WAAW,CAAA;AAClE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,KAAK,WAAW,EAAE,MAAM,WAAW,CAAA;AAEjE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAA;AACrB,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAExC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,WAAW,CAAA;AAClE,OAAO,EAAE,QAAQ,EAAE,SAAS,EAAE,KAAK,WAAW,EAAE,MAAM,WAAW,CAAA;AAEjE,OAAO,EAAE,WAAW,EAAE,KAAK,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAC1E,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,4BAA4B,CAAA;AACpE,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,cAAc,EAAE,CAAA"}
|
package/dist/index.mjs
CHANGED
|
@@ -16233,6 +16233,7 @@ Li = Pa([
|
|
|
16233
16233
|
], Li);
|
|
16234
16234
|
export {
|
|
16235
16235
|
Q as ClientMessages,
|
|
16236
|
+
se as ConsoleView,
|
|
16236
16237
|
xu as Heartbeat,
|
|
16237
16238
|
Lu as Streams,
|
|
16238
16239
|
ef as genRunID,
|