awaitly-visualizer 2.0.0 → 2.0.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/dist/devtools.cjs +11 -0
- package/dist/devtools.cjs.map +1 -0
- package/dist/devtools.d.cts +181 -0
- package/dist/devtools.d.ts +181 -0
- package/dist/devtools.js +11 -0
- package/dist/devtools.js.map +1 -0
- package/dist/index.browser.d.cts +4 -4
- package/dist/index.browser.d.ts +4 -4
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/kroki/fetch.d.cts +1 -1
- package/dist/kroki/fetch.d.ts +1 -1
- package/dist/notifiers/discord.d.cts +2 -2
- package/dist/notifiers/discord.d.ts +2 -2
- package/dist/notifiers/slack.d.cts +2 -2
- package/dist/notifiers/slack.d.ts +2 -2
- package/dist/notifiers/webhook.d.cts +2 -2
- package/dist/notifiers/webhook.d.ts +2 -2
- package/dist/{performance-analyzer-BNwE4AiO.d.cts → performance-analyzer-BtXTMIuL.d.cts} +2 -2
- package/dist/{performance-analyzer-B5VF5b1F.d.ts → performance-analyzer-DH1C_5pd.d.ts} +2 -2
- package/dist/{types-BnWc9Wlr.d.cts → types-CgO2me2s.d.cts} +1 -1
- package/dist/{types-BIZSmXif.d.ts → types-fuxEig2j.d.ts} +1 -1
- package/dist/{url-PkfQz4V5.d.cts → url-BskfOf3W.d.cts} +1 -1
- package/dist/{url-PkfQz4V5.d.ts → url-BskfOf3W.d.ts} +1 -1
- package/package.json +12 -3
package/dist/index.browser.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { WorkflowEvent } from 'awaitly/workflow';
|
|
2
2
|
export { ScopeType } from 'awaitly/workflow';
|
|
3
|
-
import {
|
|
4
|
-
export { A as ActiveStepSnapshot, B as BaseNode, C as ColorScheme,
|
|
5
|
-
export { D as DecisionTracker, H as HookLog, I as IRBuilderOptions, a as IfTracker, L as LiveVisualizer, b as LoggerOutput, c as LoggerRenderOptions, P as ParallelDetectorOptions, d as PerformanceAnalyzer, S as StepLog, e as SwitchTracker, T as TimeTravelController, f as TimeTravelOptions, W as WorkflowRun, g as WorkflowSummary, h as asciiRenderer, i as createIRBuilder,
|
|
6
|
-
export { D as DiagramProvider, K as KrokiProviderOptions, M as MermaidInkFormat, a as MermaidInkGenerator, b as MermaidInkImageType, c as MermaidInkOptions, d as MermaidInkPaperSize, e as MermaidInkProviderOptions, f as MermaidInkTheme, P as ProviderOptions, g as buildMermaidInkUrl, h as createMermaidInkGenerator, i as encodeForMermaidInk, t as toMermaidInkJpegUrl, j as toMermaidInkPdfUrl, k as toMermaidInkPngUrl, l as toMermaidInkSvgUrl, m as toMermaidInkUrl, n as toMermaidInkWebpUrl } from './types-
|
|
3
|
+
import { D as DecisionStartEvent, a as DecisionBranchEvent, b as DecisionEndEvent, S as ScopeStartEvent, c as ScopeEndEvent, W as WorkflowIR, O as OutputFormat, V as VisualizerOptions } from './url-BskfOf3W.cjs';
|
|
4
|
+
export { A as ActiveStepSnapshot, B as BaseNode, C as ColorScheme, d as DecisionBranch, e as DecisionEvent, f as DecisionNode, g as DiagramSource, E as EnhancedRenderOptions, h as ExportFormat, i as ExportOptions, F as FlowNode, j as FlowchartRenderOptions, H as HTMLRenderOptions, k as HTMLTheme, l as HeatLevel, m as HeatmapData, n as HookExecution, o as HookState, I as IRSnapshot, K as KrokiExportOptions, p as KrokiFormat, L as LayoutDirection, q as LiveVisualizerOptions, M as MermaidInkExportOptions, r as MermaidRenderOptions, N as NodePerformance, P as ParallelNode, R as RaceNode, s as RenderOptions, t as Renderer, u as ScopeEvent, v as SequenceNode, w as ServerMessage, x as StepNode, y as StepSkippedEvent, z as StepState, G as StreamNode, T as TimeTravelState, U as UrlGeneratorOptions, J as VisualizingWorkflowOptions, Q as WebVisualizerMessage, X as WorkflowHooks, Y as WorkflowNode, Z as createUrlGenerator, _ as hasChildren, $ as isDecisionNode, a0 as isParallelNode, a1 as isRaceNode, a2 as isSequenceNode, a3 as isStepNode, a4 as isStreamNode, a5 as toKrokiPngUrl, a6 as toKrokiSvgUrl, a7 as toKrokiUrl } from './url-BskfOf3W.cjs';
|
|
5
|
+
export { D as DecisionTracker, H as HookLog, I as IRBuilderOptions, a as IfTracker, L as LiveVisualizer, b as LoggerOutput, c as LoggerRenderOptions, P as ParallelDetectorOptions, d as PerformanceAnalyzer, S as StepLog, e as SwitchTracker, T as TimeTravelController, f as TimeTravelOptions, W as WorkflowRun, g as WorkflowSummary, h as asciiRenderer, i as createIRBuilder, j as createParallelDetector, k as createPerformanceAnalyzer, l as createTimeTravelController, m as defaultColorScheme, n as detectParallelGroups, o as flowchartRenderer, p as getHeatLevel, q as htmlRenderer, r as loggerRenderer, s as mermaidRenderer, t as renderToHTML, u as trackDecision, v as trackIf, w as trackSwitch } from './performance-analyzer-BtXTMIuL.cjs';
|
|
6
|
+
export { D as DiagramProvider, K as KrokiProviderOptions, M as MermaidInkFormat, a as MermaidInkGenerator, b as MermaidInkImageType, c as MermaidInkOptions, d as MermaidInkPaperSize, e as MermaidInkProviderOptions, f as MermaidInkTheme, P as ProviderOptions, g as buildMermaidInkUrl, h as createMermaidInkGenerator, i as encodeForMermaidInk, t as toMermaidInkJpegUrl, j as toMermaidInkPdfUrl, k as toMermaidInkPngUrl, l as toMermaidInkSvgUrl, m as toMermaidInkUrl, n as toMermaidInkWebpUrl } from './types-CgO2me2s.cjs';
|
|
7
7
|
import 'awaitly/core';
|
|
8
8
|
import 'awaitly';
|
|
9
9
|
|
package/dist/index.browser.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { WorkflowEvent } from 'awaitly/workflow';
|
|
2
2
|
export { ScopeType } from 'awaitly/workflow';
|
|
3
|
-
import {
|
|
4
|
-
export { A as ActiveStepSnapshot, B as BaseNode, C as ColorScheme,
|
|
5
|
-
export { D as DecisionTracker, H as HookLog, I as IRBuilderOptions, a as IfTracker, L as LiveVisualizer, b as LoggerOutput, c as LoggerRenderOptions, P as ParallelDetectorOptions, d as PerformanceAnalyzer, S as StepLog, e as SwitchTracker, T as TimeTravelController, f as TimeTravelOptions, W as WorkflowRun, g as WorkflowSummary, h as asciiRenderer, i as createIRBuilder,
|
|
6
|
-
export { D as DiagramProvider, K as KrokiProviderOptions, M as MermaidInkFormat, a as MermaidInkGenerator, b as MermaidInkImageType, c as MermaidInkOptions, d as MermaidInkPaperSize, e as MermaidInkProviderOptions, f as MermaidInkTheme, P as ProviderOptions, g as buildMermaidInkUrl, h as createMermaidInkGenerator, i as encodeForMermaidInk, t as toMermaidInkJpegUrl, j as toMermaidInkPdfUrl, k as toMermaidInkPngUrl, l as toMermaidInkSvgUrl, m as toMermaidInkUrl, n as toMermaidInkWebpUrl } from './types-
|
|
3
|
+
import { D as DecisionStartEvent, a as DecisionBranchEvent, b as DecisionEndEvent, S as ScopeStartEvent, c as ScopeEndEvent, W as WorkflowIR, O as OutputFormat, V as VisualizerOptions } from './url-BskfOf3W.js';
|
|
4
|
+
export { A as ActiveStepSnapshot, B as BaseNode, C as ColorScheme, d as DecisionBranch, e as DecisionEvent, f as DecisionNode, g as DiagramSource, E as EnhancedRenderOptions, h as ExportFormat, i as ExportOptions, F as FlowNode, j as FlowchartRenderOptions, H as HTMLRenderOptions, k as HTMLTheme, l as HeatLevel, m as HeatmapData, n as HookExecution, o as HookState, I as IRSnapshot, K as KrokiExportOptions, p as KrokiFormat, L as LayoutDirection, q as LiveVisualizerOptions, M as MermaidInkExportOptions, r as MermaidRenderOptions, N as NodePerformance, P as ParallelNode, R as RaceNode, s as RenderOptions, t as Renderer, u as ScopeEvent, v as SequenceNode, w as ServerMessage, x as StepNode, y as StepSkippedEvent, z as StepState, G as StreamNode, T as TimeTravelState, U as UrlGeneratorOptions, J as VisualizingWorkflowOptions, Q as WebVisualizerMessage, X as WorkflowHooks, Y as WorkflowNode, Z as createUrlGenerator, _ as hasChildren, $ as isDecisionNode, a0 as isParallelNode, a1 as isRaceNode, a2 as isSequenceNode, a3 as isStepNode, a4 as isStreamNode, a5 as toKrokiPngUrl, a6 as toKrokiSvgUrl, a7 as toKrokiUrl } from './url-BskfOf3W.js';
|
|
5
|
+
export { D as DecisionTracker, H as HookLog, I as IRBuilderOptions, a as IfTracker, L as LiveVisualizer, b as LoggerOutput, c as LoggerRenderOptions, P as ParallelDetectorOptions, d as PerformanceAnalyzer, S as StepLog, e as SwitchTracker, T as TimeTravelController, f as TimeTravelOptions, W as WorkflowRun, g as WorkflowSummary, h as asciiRenderer, i as createIRBuilder, j as createParallelDetector, k as createPerformanceAnalyzer, l as createTimeTravelController, m as defaultColorScheme, n as detectParallelGroups, o as flowchartRenderer, p as getHeatLevel, q as htmlRenderer, r as loggerRenderer, s as mermaidRenderer, t as renderToHTML, u as trackDecision, v as trackIf, w as trackSwitch } from './performance-analyzer-DH1C_5pd.js';
|
|
6
|
+
export { D as DiagramProvider, K as KrokiProviderOptions, M as MermaidInkFormat, a as MermaidInkGenerator, b as MermaidInkImageType, c as MermaidInkOptions, d as MermaidInkPaperSize, e as MermaidInkProviderOptions, f as MermaidInkTheme, P as ProviderOptions, g as buildMermaidInkUrl, h as createMermaidInkGenerator, i as encodeForMermaidInk, t as toMermaidInkJpegUrl, j as toMermaidInkPdfUrl, k as toMermaidInkPngUrl, l as toMermaidInkSvgUrl, m as toMermaidInkUrl, n as toMermaidInkWebpUrl } from './types-fuxEig2j.js';
|
|
7
7
|
import 'awaitly/core';
|
|
8
8
|
import 'awaitly';
|
|
9
9
|
|
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { WorkflowEvent } from 'awaitly/workflow';
|
|
2
2
|
export { ScopeType } from 'awaitly/workflow';
|
|
3
|
-
import {
|
|
4
|
-
export { A as ActiveStepSnapshot, B as BaseNode, C as ColorScheme,
|
|
5
|
-
export { D as DecisionTracker, H as HookLog, I as IRBuilderOptions, a as IfTracker, L as LiveVisualizer, b as LoggerOutput, c as LoggerRenderOptions, P as ParallelDetectorOptions, d as PerformanceAnalyzer, S as StepLog, e as SwitchTracker, T as TimeTravelController, f as TimeTravelOptions, W as WorkflowRun, g as WorkflowSummary, h as asciiRenderer, i as createIRBuilder,
|
|
6
|
-
export { D as DiagramProvider, K as KrokiProviderOptions, M as MermaidInkFormat, a as MermaidInkGenerator, b as MermaidInkImageType, c as MermaidInkOptions, d as MermaidInkPaperSize, e as MermaidInkProviderOptions, f as MermaidInkTheme, P as ProviderOptions, g as buildMermaidInkUrl, h as createMermaidInkGenerator, i as encodeForMermaidInk, t as toMermaidInkJpegUrl, j as toMermaidInkPdfUrl, k as toMermaidInkPngUrl, l as toMermaidInkSvgUrl, m as toMermaidInkUrl, n as toMermaidInkWebpUrl } from './types-
|
|
3
|
+
import { g as DiagramSource, h as ExportFormat, i as ExportOptions, D as DecisionStartEvent, a as DecisionBranchEvent, b as DecisionEndEvent, S as ScopeStartEvent, c as ScopeEndEvent, W as WorkflowIR, O as OutputFormat, V as VisualizerOptions } from './url-BskfOf3W.cjs';
|
|
4
|
+
export { A as ActiveStepSnapshot, B as BaseNode, C as ColorScheme, d as DecisionBranch, e as DecisionEvent, f as DecisionNode, E as EnhancedRenderOptions, F as FlowNode, j as FlowchartRenderOptions, H as HTMLRenderOptions, k as HTMLTheme, l as HeatLevel, m as HeatmapData, n as HookExecution, o as HookState, I as IRSnapshot, K as KrokiExportOptions, p as KrokiFormat, L as LayoutDirection, q as LiveVisualizerOptions, M as MermaidInkExportOptions, r as MermaidRenderOptions, N as NodePerformance, P as ParallelNode, R as RaceNode, s as RenderOptions, t as Renderer, u as ScopeEvent, v as SequenceNode, w as ServerMessage, x as StepNode, y as StepSkippedEvent, z as StepState, G as StreamNode, T as TimeTravelState, U as UrlGeneratorOptions, J as VisualizingWorkflowOptions, Q as WebVisualizerMessage, X as WorkflowHooks, Y as WorkflowNode, Z as createUrlGenerator, _ as hasChildren, $ as isDecisionNode, a0 as isParallelNode, a1 as isRaceNode, a2 as isSequenceNode, a3 as isStepNode, a4 as isStreamNode, a5 as toKrokiPngUrl, a6 as toKrokiSvgUrl, a7 as toKrokiUrl } from './url-BskfOf3W.cjs';
|
|
5
|
+
export { D as DecisionTracker, H as HookLog, I as IRBuilderOptions, a as IfTracker, L as LiveVisualizer, b as LoggerOutput, c as LoggerRenderOptions, P as ParallelDetectorOptions, d as PerformanceAnalyzer, S as StepLog, e as SwitchTracker, T as TimeTravelController, f as TimeTravelOptions, W as WorkflowRun, g as WorkflowSummary, h as asciiRenderer, i as createIRBuilder, x as createLiveVisualizer, j as createParallelDetector, k as createPerformanceAnalyzer, l as createTimeTravelController, m as defaultColorScheme, n as detectParallelGroups, o as flowchartRenderer, p as getHeatLevel, q as htmlRenderer, r as loggerRenderer, s as mermaidRenderer, t as renderToHTML, u as trackDecision, v as trackIf, w as trackSwitch } from './performance-analyzer-BtXTMIuL.cjs';
|
|
6
|
+
export { D as DiagramProvider, K as KrokiProviderOptions, M as MermaidInkFormat, a as MermaidInkGenerator, b as MermaidInkImageType, c as MermaidInkOptions, d as MermaidInkPaperSize, e as MermaidInkProviderOptions, f as MermaidInkTheme, P as ProviderOptions, g as buildMermaidInkUrl, h as createMermaidInkGenerator, i as encodeForMermaidInk, t as toMermaidInkJpegUrl, j as toMermaidInkPdfUrl, k as toMermaidInkPngUrl, l as toMermaidInkSvgUrl, m as toMermaidInkUrl, n as toMermaidInkWebpUrl } from './types-CgO2me2s.cjs';
|
|
7
7
|
import { Result } from 'awaitly';
|
|
8
8
|
import 'awaitly/core';
|
|
9
9
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { WorkflowEvent } from 'awaitly/workflow';
|
|
2
2
|
export { ScopeType } from 'awaitly/workflow';
|
|
3
|
-
import {
|
|
4
|
-
export { A as ActiveStepSnapshot, B as BaseNode, C as ColorScheme,
|
|
5
|
-
export { D as DecisionTracker, H as HookLog, I as IRBuilderOptions, a as IfTracker, L as LiveVisualizer, b as LoggerOutput, c as LoggerRenderOptions, P as ParallelDetectorOptions, d as PerformanceAnalyzer, S as StepLog, e as SwitchTracker, T as TimeTravelController, f as TimeTravelOptions, W as WorkflowRun, g as WorkflowSummary, h as asciiRenderer, i as createIRBuilder,
|
|
6
|
-
export { D as DiagramProvider, K as KrokiProviderOptions, M as MermaidInkFormat, a as MermaidInkGenerator, b as MermaidInkImageType, c as MermaidInkOptions, d as MermaidInkPaperSize, e as MermaidInkProviderOptions, f as MermaidInkTheme, P as ProviderOptions, g as buildMermaidInkUrl, h as createMermaidInkGenerator, i as encodeForMermaidInk, t as toMermaidInkJpegUrl, j as toMermaidInkPdfUrl, k as toMermaidInkPngUrl, l as toMermaidInkSvgUrl, m as toMermaidInkUrl, n as toMermaidInkWebpUrl } from './types-
|
|
3
|
+
import { g as DiagramSource, h as ExportFormat, i as ExportOptions, D as DecisionStartEvent, a as DecisionBranchEvent, b as DecisionEndEvent, S as ScopeStartEvent, c as ScopeEndEvent, W as WorkflowIR, O as OutputFormat, V as VisualizerOptions } from './url-BskfOf3W.js';
|
|
4
|
+
export { A as ActiveStepSnapshot, B as BaseNode, C as ColorScheme, d as DecisionBranch, e as DecisionEvent, f as DecisionNode, E as EnhancedRenderOptions, F as FlowNode, j as FlowchartRenderOptions, H as HTMLRenderOptions, k as HTMLTheme, l as HeatLevel, m as HeatmapData, n as HookExecution, o as HookState, I as IRSnapshot, K as KrokiExportOptions, p as KrokiFormat, L as LayoutDirection, q as LiveVisualizerOptions, M as MermaidInkExportOptions, r as MermaidRenderOptions, N as NodePerformance, P as ParallelNode, R as RaceNode, s as RenderOptions, t as Renderer, u as ScopeEvent, v as SequenceNode, w as ServerMessage, x as StepNode, y as StepSkippedEvent, z as StepState, G as StreamNode, T as TimeTravelState, U as UrlGeneratorOptions, J as VisualizingWorkflowOptions, Q as WebVisualizerMessage, X as WorkflowHooks, Y as WorkflowNode, Z as createUrlGenerator, _ as hasChildren, $ as isDecisionNode, a0 as isParallelNode, a1 as isRaceNode, a2 as isSequenceNode, a3 as isStepNode, a4 as isStreamNode, a5 as toKrokiPngUrl, a6 as toKrokiSvgUrl, a7 as toKrokiUrl } from './url-BskfOf3W.js';
|
|
5
|
+
export { D as DecisionTracker, H as HookLog, I as IRBuilderOptions, a as IfTracker, L as LiveVisualizer, b as LoggerOutput, c as LoggerRenderOptions, P as ParallelDetectorOptions, d as PerformanceAnalyzer, S as StepLog, e as SwitchTracker, T as TimeTravelController, f as TimeTravelOptions, W as WorkflowRun, g as WorkflowSummary, h as asciiRenderer, i as createIRBuilder, x as createLiveVisualizer, j as createParallelDetector, k as createPerformanceAnalyzer, l as createTimeTravelController, m as defaultColorScheme, n as detectParallelGroups, o as flowchartRenderer, p as getHeatLevel, q as htmlRenderer, r as loggerRenderer, s as mermaidRenderer, t as renderToHTML, u as trackDecision, v as trackIf, w as trackSwitch } from './performance-analyzer-DH1C_5pd.js';
|
|
6
|
+
export { D as DiagramProvider, K as KrokiProviderOptions, M as MermaidInkFormat, a as MermaidInkGenerator, b as MermaidInkImageType, c as MermaidInkOptions, d as MermaidInkPaperSize, e as MermaidInkProviderOptions, f as MermaidInkTheme, P as ProviderOptions, g as buildMermaidInkUrl, h as createMermaidInkGenerator, i as encodeForMermaidInk, t as toMermaidInkJpegUrl, j as toMermaidInkPdfUrl, k as toMermaidInkPngUrl, l as toMermaidInkSvgUrl, m as toMermaidInkUrl, n as toMermaidInkWebpUrl } from './types-fuxEig2j.js';
|
|
7
7
|
import { Result } from 'awaitly';
|
|
8
8
|
import 'awaitly/core';
|
|
9
9
|
|
package/dist/kroki/fetch.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AsyncResult } from 'awaitly';
|
|
2
|
-
import { U as UrlGeneratorOptions, a8 as UrlGenerator, W as WorkflowIR } from '../url-
|
|
2
|
+
import { U as UrlGeneratorOptions, a8 as UrlGenerator, W as WorkflowIR } from '../url-BskfOf3W.cjs';
|
|
3
3
|
import 'awaitly/workflow';
|
|
4
4
|
import 'awaitly/core';
|
|
5
5
|
|
package/dist/kroki/fetch.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AsyncResult } from 'awaitly';
|
|
2
|
-
import { U as UrlGeneratorOptions, a8 as UrlGenerator, W as WorkflowIR } from '../url-
|
|
2
|
+
import { U as UrlGeneratorOptions, a8 as UrlGenerator, W as WorkflowIR } from '../url-BskfOf3W.js';
|
|
3
3
|
import 'awaitly/workflow';
|
|
4
4
|
import 'awaitly/core';
|
|
5
5
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-
|
|
1
|
+
import { B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-CgO2me2s.cjs';
|
|
2
2
|
import 'awaitly';
|
|
3
3
|
import 'awaitly/workflow';
|
|
4
|
-
import '../url-
|
|
4
|
+
import '../url-BskfOf3W.cjs';
|
|
5
5
|
import 'awaitly/core';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-
|
|
1
|
+
import { B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-fuxEig2j.js';
|
|
2
2
|
import 'awaitly';
|
|
3
3
|
import 'awaitly/workflow';
|
|
4
|
-
import '../url-
|
|
4
|
+
import '../url-BskfOf3W.js';
|
|
5
5
|
import 'awaitly/core';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-
|
|
1
|
+
import { B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-CgO2me2s.cjs';
|
|
2
2
|
import 'awaitly';
|
|
3
3
|
import 'awaitly/workflow';
|
|
4
|
-
import '../url-
|
|
4
|
+
import '../url-BskfOf3W.cjs';
|
|
5
5
|
import 'awaitly/core';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-
|
|
1
|
+
import { B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-fuxEig2j.js';
|
|
2
2
|
import 'awaitly';
|
|
3
3
|
import 'awaitly/workflow';
|
|
4
|
-
import '../url-
|
|
4
|
+
import '../url-BskfOf3W.js';
|
|
5
5
|
import 'awaitly/core';
|
|
6
6
|
|
|
7
7
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { W as WorkflowStatus, B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-
|
|
2
|
-
import { W as WorkflowIR } from '../url-
|
|
1
|
+
import { W as WorkflowStatus, B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-CgO2me2s.cjs';
|
|
2
|
+
import { W as WorkflowIR } from '../url-BskfOf3W.cjs';
|
|
3
3
|
import 'awaitly';
|
|
4
4
|
import 'awaitly/workflow';
|
|
5
5
|
import 'awaitly/core';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { W as WorkflowStatus, B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-
|
|
2
|
-
import { W as WorkflowIR } from '../url-
|
|
1
|
+
import { W as WorkflowStatus, B as BaseNotifierOptions, P as ProviderOptions, N as Notifier } from '../types-fuxEig2j.js';
|
|
2
|
+
import { W as WorkflowIR } from '../url-BskfOf3W.js';
|
|
3
3
|
import 'awaitly';
|
|
4
4
|
import 'awaitly/workflow';
|
|
5
5
|
import 'awaitly/core';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FlowNode, S as ScopeStartEvent,
|
|
1
|
+
import { F as FlowNode, S as ScopeStartEvent, c as ScopeEndEvent, D as DecisionStartEvent, a as DecisionBranchEvent, b as DecisionEndEvent, W as WorkflowIR, I as IRSnapshot, z as StepState, C as ColorScheme, t as Renderer, s as RenderOptions, H as HTMLRenderOptions, q as LiveVisualizerOptions, T as TimeTravelState, N as NodePerformance, m as HeatmapData, l as HeatLevel } from './url-BskfOf3W.cjs';
|
|
2
2
|
import { WorkflowEvent } from 'awaitly/workflow';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -660,4 +660,4 @@ declare function getHeatLevel(heat: number): HeatLevel;
|
|
|
660
660
|
*/
|
|
661
661
|
declare function createPerformanceAnalyzer(): PerformanceAnalyzer;
|
|
662
662
|
|
|
663
|
-
export { type DecisionTracker as D, type HookLog as H, type IRBuilderOptions as I, type LiveVisualizer as L, type ParallelDetectorOptions as P, type StepLog as S, type TimeTravelController as T, type WorkflowRun as W, type IfTracker as a, type LoggerOutput as b, type LoggerRenderOptions as c, type PerformanceAnalyzer as d, type SwitchTracker as e, type TimeTravelOptions as f, type WorkflowSummary as g, asciiRenderer as h, createIRBuilder as i,
|
|
663
|
+
export { type DecisionTracker as D, type HookLog as H, type IRBuilderOptions as I, type LiveVisualizer as L, type ParallelDetectorOptions as P, type StepLog as S, type TimeTravelController as T, type WorkflowRun as W, type IfTracker as a, type LoggerOutput as b, type LoggerRenderOptions as c, type PerformanceAnalyzer as d, type SwitchTracker as e, type TimeTravelOptions as f, type WorkflowSummary as g, asciiRenderer as h, createIRBuilder as i, createParallelDetector as j, createPerformanceAnalyzer as k, createTimeTravelController as l, defaultColorScheme as m, detectParallelGroups as n, flowchartRenderer as o, getHeatLevel as p, htmlRenderer as q, loggerRenderer as r, mermaidRenderer as s, renderToHTML as t, trackDecision as u, trackIf as v, trackSwitch as w, createLiveVisualizer as x };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FlowNode, S as ScopeStartEvent,
|
|
1
|
+
import { F as FlowNode, S as ScopeStartEvent, c as ScopeEndEvent, D as DecisionStartEvent, a as DecisionBranchEvent, b as DecisionEndEvent, W as WorkflowIR, I as IRSnapshot, z as StepState, C as ColorScheme, t as Renderer, s as RenderOptions, H as HTMLRenderOptions, q as LiveVisualizerOptions, T as TimeTravelState, N as NodePerformance, m as HeatmapData, l as HeatLevel } from './url-BskfOf3W.js';
|
|
2
2
|
import { WorkflowEvent } from 'awaitly/workflow';
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -660,4 +660,4 @@ declare function getHeatLevel(heat: number): HeatLevel;
|
|
|
660
660
|
*/
|
|
661
661
|
declare function createPerformanceAnalyzer(): PerformanceAnalyzer;
|
|
662
662
|
|
|
663
|
-
export { type DecisionTracker as D, type HookLog as H, type IRBuilderOptions as I, type LiveVisualizer as L, type ParallelDetectorOptions as P, type StepLog as S, type TimeTravelController as T, type WorkflowRun as W, type IfTracker as a, type LoggerOutput as b, type LoggerRenderOptions as c, type PerformanceAnalyzer as d, type SwitchTracker as e, type TimeTravelOptions as f, type WorkflowSummary as g, asciiRenderer as h, createIRBuilder as i,
|
|
663
|
+
export { type DecisionTracker as D, type HookLog as H, type IRBuilderOptions as I, type LiveVisualizer as L, type ParallelDetectorOptions as P, type StepLog as S, type TimeTravelController as T, type WorkflowRun as W, type IfTracker as a, type LoggerOutput as b, type LoggerRenderOptions as c, type PerformanceAnalyzer as d, type SwitchTracker as e, type TimeTravelOptions as f, type WorkflowSummary as g, asciiRenderer as h, createIRBuilder as i, createParallelDetector as j, createPerformanceAnalyzer as k, createTimeTravelController as l, defaultColorScheme as m, detectParallelGroups as n, flowchartRenderer as o, getHeatLevel as p, htmlRenderer as q, loggerRenderer as r, mermaidRenderer as s, renderToHTML as t, trackDecision as u, trackIf as v, trackSwitch as w, createLiveVisualizer as x };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AsyncResult } from 'awaitly';
|
|
2
2
|
import { WorkflowEvent } from 'awaitly/workflow';
|
|
3
|
-
import { W as WorkflowIR, M as MermaidInkExportOptions, U as UrlGeneratorOptions, S as ScopeStartEvent,
|
|
3
|
+
import { W as WorkflowIR, M as MermaidInkExportOptions, U as UrlGeneratorOptions, S as ScopeStartEvent, c as ScopeEndEvent, D as DecisionStartEvent, a as DecisionBranchEvent, b as DecisionEndEvent } from './url-BskfOf3W.cjs';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Mermaid.ink URL Generation
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AsyncResult } from 'awaitly';
|
|
2
2
|
import { WorkflowEvent } from 'awaitly/workflow';
|
|
3
|
-
import { W as WorkflowIR, M as MermaidInkExportOptions, U as UrlGeneratorOptions, S as ScopeStartEvent,
|
|
3
|
+
import { W as WorkflowIR, M as MermaidInkExportOptions, U as UrlGeneratorOptions, S as ScopeStartEvent, c as ScopeEndEvent, D as DecisionStartEvent, a as DecisionBranchEvent, b as DecisionEndEvent } from './url-BskfOf3W.js';
|
|
4
4
|
|
|
5
5
|
/**
|
|
6
6
|
* Mermaid.ink URL Generation
|
|
@@ -747,4 +747,4 @@ interface UrlGenerator {
|
|
|
747
747
|
*/
|
|
748
748
|
declare function createUrlGenerator(options?: UrlGeneratorOptions): UrlGenerator;
|
|
749
749
|
|
|
750
|
-
export { isDecisionNode as $, type ActiveStepSnapshot as A, type BaseNode as B, type ColorScheme as C, type
|
|
750
|
+
export { isDecisionNode as $, type ActiveStepSnapshot as A, type BaseNode as B, type ColorScheme as C, type DecisionStartEvent as D, type EnhancedRenderOptions as E, type FlowNode as F, type StreamNode as G, type HTMLRenderOptions as H, type IRSnapshot as I, type VisualizingWorkflowOptions as J, type KrokiExportOptions as K, type LayoutDirection as L, type MermaidInkExportOptions as M, type NodePerformance as N, type OutputFormat as O, type ParallelNode as P, type WebVisualizerMessage as Q, type RaceNode as R, type ScopeStartEvent as S, type TimeTravelState as T, type UrlGeneratorOptions as U, type VisualizerOptions as V, type WorkflowIR as W, type WorkflowHooks as X, type WorkflowNode as Y, createUrlGenerator as Z, hasChildren as _, type DecisionBranchEvent as a, isParallelNode as a0, isRaceNode as a1, isSequenceNode as a2, isStepNode as a3, isStreamNode as a4, toKrokiPngUrl as a5, toKrokiSvgUrl as a6, toKrokiUrl as a7, type UrlGenerator as a8, type DecisionEndEvent as b, type ScopeEndEvent as c, type DecisionBranch as d, type DecisionEvent as e, type DecisionNode as f, type DiagramSource as g, type ExportFormat as h, type ExportOptions as i, type FlowchartRenderOptions as j, type HTMLTheme as k, type HeatLevel as l, type HeatmapData as m, type HookExecution as n, type HookState as o, type KrokiFormat as p, type LiveVisualizerOptions as q, type MermaidRenderOptions as r, type RenderOptions as s, type Renderer as t, type ScopeEvent as u, type SequenceNode as v, type ServerMessage as w, type StepNode as x, type StepSkippedEvent as y, type StepState as z };
|
|
@@ -747,4 +747,4 @@ interface UrlGenerator {
|
|
|
747
747
|
*/
|
|
748
748
|
declare function createUrlGenerator(options?: UrlGeneratorOptions): UrlGenerator;
|
|
749
749
|
|
|
750
|
-
export { isDecisionNode as $, type ActiveStepSnapshot as A, type BaseNode as B, type ColorScheme as C, type
|
|
750
|
+
export { isDecisionNode as $, type ActiveStepSnapshot as A, type BaseNode as B, type ColorScheme as C, type DecisionStartEvent as D, type EnhancedRenderOptions as E, type FlowNode as F, type StreamNode as G, type HTMLRenderOptions as H, type IRSnapshot as I, type VisualizingWorkflowOptions as J, type KrokiExportOptions as K, type LayoutDirection as L, type MermaidInkExportOptions as M, type NodePerformance as N, type OutputFormat as O, type ParallelNode as P, type WebVisualizerMessage as Q, type RaceNode as R, type ScopeStartEvent as S, type TimeTravelState as T, type UrlGeneratorOptions as U, type VisualizerOptions as V, type WorkflowIR as W, type WorkflowHooks as X, type WorkflowNode as Y, createUrlGenerator as Z, hasChildren as _, type DecisionBranchEvent as a, isParallelNode as a0, isRaceNode as a1, isSequenceNode as a2, isStepNode as a3, isStreamNode as a4, toKrokiPngUrl as a5, toKrokiSvgUrl as a6, toKrokiUrl as a7, type UrlGenerator as a8, type DecisionEndEvent as b, type ScopeEndEvent as c, type DecisionBranch as d, type DecisionEvent as e, type DecisionNode as f, type DiagramSource as g, type ExportFormat as h, type ExportOptions as i, type FlowchartRenderOptions as j, type HTMLTheme as k, type HeatLevel as l, type HeatmapData as m, type HookExecution as n, type HookState as o, type KrokiFormat as p, type LiveVisualizerOptions as q, type MermaidRenderOptions as r, type RenderOptions as s, type Renderer as t, type ScopeEvent as u, type SequenceNode as v, type ServerMessage as w, type StepNode as x, type StepSkippedEvent as y, type StepState as z };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "awaitly-visualizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Visualization and rendering for awaitly workflows - Mermaid diagrams, ASCII art, HTML, and more",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -36,6 +36,15 @@
|
|
|
36
36
|
"types": "./dist/notifiers/webhook.d.ts",
|
|
37
37
|
"import": "./dist/notifiers/webhook.js",
|
|
38
38
|
"require": "./dist/notifiers/webhook.cjs"
|
|
39
|
+
},
|
|
40
|
+
"./devtools": {
|
|
41
|
+
"browser": {
|
|
42
|
+
"types": "./dist/devtools.d.ts",
|
|
43
|
+
"import": "./dist/devtools.js"
|
|
44
|
+
},
|
|
45
|
+
"types": "./dist/devtools.d.ts",
|
|
46
|
+
"import": "./dist/devtools.js",
|
|
47
|
+
"require": "./dist/devtools.cjs"
|
|
39
48
|
}
|
|
40
49
|
},
|
|
41
50
|
"files": [
|
|
@@ -72,13 +81,13 @@
|
|
|
72
81
|
"pako": "^2.1.0"
|
|
73
82
|
},
|
|
74
83
|
"optionalDependencies": {
|
|
75
|
-
"@slack/web-api": "^7.
|
|
84
|
+
"@slack/web-api": "^7.13.0"
|
|
76
85
|
},
|
|
77
86
|
"devDependencies": {
|
|
78
87
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
79
88
|
"@total-typescript/tsconfig": "^1.0.4",
|
|
80
89
|
"@types/node": "^25.1.0",
|
|
81
|
-
"@types/pako": "^2.0.
|
|
90
|
+
"@types/pako": "^2.0.4",
|
|
82
91
|
"jsdom": "^27.4.0",
|
|
83
92
|
"mermaid": "^11.12.2",
|
|
84
93
|
"tsup": "^8.5.1",
|