bpmn-visualization
Advanced tools
Comparing version 0.26.1 to 0.26.2
@@ -16,6 +16,2 @@ /** | ||
*/ | ||
import type BpmnModel from '../../model/bpmn/internal/BpmnModel'; | ||
import type { ModelFilter } from '../options'; | ||
export declare class ModelFiltering { | ||
filter(bpmnModel: BpmnModel, modelFilter?: ModelFilter): BpmnModel; | ||
} | ||
export {}; |
{ | ||
"name": "bpmn-visualization", | ||
"version": "0.26.1", | ||
"version": "0.26.2", | ||
"description": "A TypeScript library for visualizing process execution data on BPMN diagrams", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
}, | ||
"browser": "dist/bpmn-visualization.min.js", | ||
"browser": "dist/bpmn-visualization.esm.js", | ||
"main": "dist/bpmn-visualization.cjs.js", | ||
@@ -102,3 +102,3 @@ "module": "dist/bpmn-visualization.esm.js", | ||
"@rollup/plugin-commonjs": "~22.0.2", | ||
"@rollup/plugin-node-resolve": "~13.3.0", | ||
"@rollup/plugin-node-resolve": "~14.1.0", | ||
"@types/debug": "~4.1.7", | ||
@@ -110,6 +110,6 @@ "@types/jest": "~27.5.0", | ||
"@types/minimist": "~1.2.2", | ||
"@typescript-eslint/eslint-plugin": "~5.36.1", | ||
"@typescript-eslint/parser": "~5.36.1", | ||
"@typescript-eslint/eslint-plugin": "~5.37.0", | ||
"@typescript-eslint/parser": "~5.37.0", | ||
"asciidoctor": "~2.2.6", | ||
"autoprefixer": "~10.4.8", | ||
"autoprefixer": "~10.4.9", | ||
"clipboardy": "~3.0.0", | ||
@@ -119,5 +119,5 @@ "cross-env": "~7.0.3", | ||
"debug": "~4.3.4", | ||
"eslint": "~8.23.0", | ||
"eslint": "~8.23.1", | ||
"eslint-config-prettier": "~8.5.0", | ||
"eslint-plugin-jest": "~26.8.7", | ||
"eslint-plugin-jest": "~27.0.4", | ||
"eslint-plugin-notice": "~0.9.10", | ||
@@ -131,5 +131,5 @@ "eslint-plugin-playwright": "~0.11.1", | ||
"jest-extended": "~3.1.0", | ||
"jest-html-reporter": "~3.6.0", | ||
"jest-html-reporters": "~3.0.10", | ||
"jest-image-snapshot": "~5.1.1", | ||
"jest-html-reporter": "~3.7.0", | ||
"jest-html-reporters": "~3.0.11", | ||
"jest-image-snapshot": "~5.2.0", | ||
"jest-playwright-preset": "~1.7.2", | ||
@@ -141,3 +141,3 @@ "jest-sonar": "~0.2.12", | ||
"pinst": "~3.0.0", | ||
"playwright": "~1.25.1", | ||
"playwright": "~1.25.2", | ||
"postcss": "~8.4.14", | ||
@@ -149,11 +149,11 @@ "postcss-cli": "~10.0.0", | ||
"rollup-plugin-auto-external": "~2.0.0", | ||
"rollup-plugin-node-externals": "~4.1.1", | ||
"rollup-plugin-node-externals": "~5.0.0", | ||
"rollup-plugin-sizes": "~1.0.4", | ||
"rollup-plugin-terser": "~7.0.2", | ||
"rollup-plugin-typescript2": "~0.33.0", | ||
"rollup-plugin-typescript2": "~0.34.0", | ||
"tailwindcss": "~3.1.8", | ||
"ts-jest": "~27.1.4", | ||
"typedoc": "~0.23.12", | ||
"typescript": "~4.8.2", | ||
"vite": "~3.0.9" | ||
"typedoc": "~0.23.14", | ||
"typescript": "~4.8.3", | ||
"vite": "~3.1.0" | ||
}, | ||
@@ -160,0 +160,0 @@ "lint-staged": { |
@@ -132,5 +132,7 @@ <h1 align="center">BPMN Visualization</h1> | ||
`bpmn-visualization` provides type definitions, so the integration should work out of the box in TypeScript projects. | ||
`bpmn-visualization` provides type definitions, so the integration works out of the box in TypeScript projects. | ||
Depending on the build system used by the TypeScript project, it may get the following type errors: | ||
`bpmn-visualization` requires **TypeScript 4.5** or greater. | ||
Depending on the TypeScript configuration of the project, the following errors can occur: | ||
- error TS2688: Cannot find type definition file for 'typed-mxgraph' | ||
@@ -137,0 +139,0 @@ - error TS7016: Could not find a declaration file for module 'mxgraph' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
237
4805537
111158