awaitly-visualizer 16.0.1 → 17.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/README.md +5 -5
- package/dist/devtools.cjs.map +1 -1
- package/dist/devtools.d.cts +2 -2
- package/dist/devtools.d.ts +2 -2
- package/dist/devtools.js.map +1 -1
- package/dist/index.browser.cjs.map +1 -1
- package/dist/index.browser.d.cts +5 -5
- package/dist/index.browser.d.ts +5 -5
- package/dist/index.browser.js.map +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js.map +1 -1
- package/dist/{performance-analyzer-DPZ_Ustr.d.cts → performance-analyzer-DyIZZ2rA.d.cts} +2 -2
- package/dist/{performance-analyzer-9AiLZmM4.d.ts → performance-analyzer-MwxDr6ej.d.ts} +2 -2
- package/index.js +1 -1
- package/package.json +3 -3
package/dist/devtools.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import { WorkflowEvent } from 'awaitly/workflow';
|
|
|
2
2
|
import { D as DecisionStartEvent, a as DecisionBranchEvent, b as DecisionEndEvent, O as OutputFormat, V as VisualizerOptions } from './url-BskfOf3W.cjs';
|
|
3
3
|
import { CollectableEvent } from './index.cjs';
|
|
4
4
|
import 'awaitly/core';
|
|
5
|
-
import './performance-analyzer-
|
|
5
|
+
import './performance-analyzer-DyIZZ2rA.cjs';
|
|
6
6
|
import './types-CgO2me2s.cjs';
|
|
7
7
|
import 'awaitly';
|
|
8
8
|
|
|
@@ -151,7 +151,7 @@ interface Devtools {
|
|
|
151
151
|
* onEvent: devtools.handleEvent,
|
|
152
152
|
* });
|
|
153
153
|
*
|
|
154
|
-
* await workflow(async ({ step }) => { ... });
|
|
154
|
+
* await workflow.run(async ({ step }) => { ... });
|
|
155
155
|
*
|
|
156
156
|
* // Visualize
|
|
157
157
|
* console.log(devtools.render());
|
package/dist/devtools.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { WorkflowEvent } from 'awaitly/workflow';
|
|
|
2
2
|
import { D as DecisionStartEvent, a as DecisionBranchEvent, b as DecisionEndEvent, O as OutputFormat, V as VisualizerOptions } from './url-BskfOf3W.js';
|
|
3
3
|
import { CollectableEvent } from './index.js';
|
|
4
4
|
import 'awaitly/core';
|
|
5
|
-
import './performance-analyzer-
|
|
5
|
+
import './performance-analyzer-MwxDr6ej.js';
|
|
6
6
|
import './types-fuxEig2j.js';
|
|
7
7
|
import 'awaitly';
|
|
8
8
|
|
|
@@ -151,7 +151,7 @@ interface Devtools {
|
|
|
151
151
|
* onEvent: devtools.handleEvent,
|
|
152
152
|
* });
|
|
153
153
|
*
|
|
154
|
-
* await workflow(async ({ step }) => { ... });
|
|
154
|
+
* await workflow.run(async ({ step }) => { ... });
|
|
155
155
|
*
|
|
156
156
|
* // Visualize
|
|
157
157
|
* console.log(devtools.render());
|