Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
chore(deps): use @process-analytics/bpmn-visualization-addons (#148)
Browse files Browse the repository at this point in the history
The package has been renamed.
  • Loading branch information
tbouffard authored Oct 4, 2024
1 parent 652e389 commit 43476ef
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
19 changes: 10 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"tsc": "tsc"
},
"dependencies": {
"@process-analytics/bv-experimental-add-ons": "~0.7.1",
"@process-analytics/bpmn-visualization-addons": "~0.8.0",
"bpmn-visualization": "~0.44.0",
"notyf": "~3.10.0",
"spectre.css": "~0.5.9",
Expand Down
2 changes: 1 addition & 1 deletion src/case-monitoring/data-case.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type {BpmnElementsRegistry, BpmnVisualization} from 'bpmn-visualization';
import {BpmnElementsSearcher, PathResolver} from '@process-analytics/bv-experimental-add-ons';
import {BpmnElementsSearcher, PathResolver} from '@process-analytics/bpmn-visualization-addons';

export type CaseMonitoringData = {
executedShapes: string[];
Expand Down
2 changes: 1 addition & 1 deletion src/process-monitoring.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import {type BpmnElementsRegistry, type BpmnVisualization} from 'bpmn-visualization';
import tippy, {type Instance, type Props} from 'tippy.js';
import 'tippy.js/animations/scale.css';
import {BpmnElementsIdentifier} from '@process-analytics/bv-experimental-add-ons';
import {BpmnElementsIdentifier} from '@process-analytics/bpmn-visualization-addons';
import {delay} from './utils/shared.js';

/* Start event --> SRM subprocess
Expand Down

0 comments on commit 43476ef

Please sign in to comment.