bpmn-visualization
Advanced tools
Comparing version 0.29.0 to 0.29.1
{ | ||
"name": "bpmn-visualization", | ||
"version": "0.29.0", | ||
"version": "0.29.1", | ||
"description": "A TypeScript library for visualizing process execution data on BPMN diagrams", | ||
@@ -89,3 +89,2 @@ "keywords": [ | ||
"prepare:husky": "husky install", | ||
"prepare:patch": "patch-package", | ||
"utils-all": "run-s utils:build utils:test:*", | ||
@@ -99,3 +98,3 @@ "utils:build": "rollup --strictDeprecations --config scripts/utils/rollup.config.mjs", | ||
"entities": "~4.3.1", | ||
"fast-xml-parser": "4.0.12", | ||
"fast-xml-parser": "4.0.13", | ||
"lodash.debounce": "~4.0.8", | ||
@@ -107,5 +106,6 @@ "lodash.throttle": "~4.1.1", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "~7.33.6", | ||
"@rollup/plugin-commonjs": "~23.0.4", | ||
"@microsoft/api-extractor": "~7.33.7", | ||
"@rollup/plugin-commonjs": "~24.0.0", | ||
"@rollup/plugin-node-resolve": "~15.0.1", | ||
"@rollup/plugin-terser": "~0.2.1", | ||
"@types/debug": "~4.1.7", | ||
@@ -116,4 +116,4 @@ "@types/jest-image-snapshot": "~6.1.0", | ||
"@types/minimist": "~1.2.2", | ||
"@typescript-eslint/eslint-plugin": "~5.46.0", | ||
"@typescript-eslint/parser": "~5.45.1", | ||
"@typescript-eslint/eslint-plugin": "~5.48.0", | ||
"@typescript-eslint/parser": "~5.48.0", | ||
"asciidoctor": "~2.2.6", | ||
@@ -125,5 +125,5 @@ "autoprefixer": "~10.4.13", | ||
"debug": "~4.3.4", | ||
"eslint": "~8.29.0", | ||
"eslint-config-prettier": "~8.5.0", | ||
"eslint-plugin-jest": "~27.1.6", | ||
"eslint": "~8.31.0", | ||
"eslint-config-prettier": "~8.6.0", | ||
"eslint-plugin-jest": "~27.2.0", | ||
"eslint-plugin-notice": "~0.9.10", | ||
@@ -134,32 +134,30 @@ "eslint-plugin-playwright": "~0.11.2", | ||
"fs-extra": "~11.1.0", | ||
"husky": "~8.0.2", | ||
"husky": "~8.0.3", | ||
"jest": "~29.3.1", | ||
"jest-environment-jsdom": "~29.3.1", | ||
"jest-extended": "~3.2.0", | ||
"jest-extended": "~3.2.1", | ||
"jest-html-reporter": "~3.7.0", | ||
"jest-html-reporters": "~3.0.11", | ||
"jest-image-snapshot": "~6.1.0", | ||
"jest-playwright-preset": "~2.0.0", | ||
"jest-sonar": "~0.2.12", | ||
"jest-playwright-preset": "~3.0.1", | ||
"jest-sonar": "~0.2.15", | ||
"lint-staged": "~13.1.0", | ||
"minimist": "~1.2.7", | ||
"npm-run-all": "~4.1.5", | ||
"patch-package": "~6.5.0", | ||
"pinst": "~3.0.0", | ||
"playwright": "~1.28.1", | ||
"playwright": "~1.29.1", | ||
"postcss": "~8.4.20", | ||
"postcss-cli": "~10.1.0", | ||
"prettier": "~2.8.0", | ||
"prettier": "~2.8.2", | ||
"rimraf": "~3.0.2", | ||
"rollup": "~3.6.0", | ||
"rollup": "~3.9.1", | ||
"rollup-plugin-auto-external": "~2.0.0", | ||
"rollup-plugin-node-externals": "~5.0.2", | ||
"rollup-plugin-sizes": "~1.0.4", | ||
"rollup-plugin-terser": "~7.0.2", | ||
"rollup-plugin-node-externals": "~5.0.3", | ||
"rollup-plugin-sizes": "~1.0.5", | ||
"rollup-plugin-typescript2": "~0.34.1", | ||
"tailwindcss": "~3.2.4", | ||
"ts-jest": "~29.0.3", | ||
"typedoc": "~0.23.21", | ||
"typescript": "~4.9.3", | ||
"vite": "~3.2.5" | ||
"typedoc": "~0.23.23", | ||
"typescript": "~4.9.4", | ||
"vite": "~4.0.4" | ||
}, | ||
@@ -166,0 +164,0 @@ "overrides": { |
@@ -1,4 +0,4 @@ | ||
<h1 align="center">BPMN Visualization</h1> | ||
<h1 align="center">bpmn-visualization TypeScript library</h1> | ||
<div align="center"> | ||
<p align="center"> <img title="BPMN Visualization" src="docs/users/images/custom-behavior-path-highlighting.gif" alt="BPMN Visualization example"></p> | ||
<p align="center"><img title="bpmn-visualization" src="docs/users/images/custom-behavior-path-highlighting.gif" alt="Examples of the bpmn-visualization TypeScript library"></p> | ||
<p align="center"> | ||
@@ -136,3 +136,3 @@ <a href="https://npmjs.org/package/bpmn-visualization"> | ||
โน๏ธ If you are looking for examples of projects integrating `bpmn-visualization` with TypeScript, see the [bpmn-visualization-examples repository](https://github.com/process-analytics/bpmn-visualization-examples/#bpmn-visualization-usage-in-projects). | ||
โน๏ธ If you are looking for examples of projects integrating `bpmn-visualization` with TypeScript, see the `bpmn-visualization-examples` [repository](https://github.com/process-analytics/bpmn-visualization-examples/#bpmn-visualization-usage-in-projects). | ||
@@ -177,4 +177,3 @@ --- | ||
For more technical details and how-to, go to the [bpmn-visualization-examples](https://github.com/process-analytics/bpmn-visualization-examples/) | ||
repository. | ||
For more technical details and how-to, go to the `bpmn-visualization-examples` [repository](https://github.com/process-analytics/bpmn-visualization-examples/). | ||
@@ -181,0 +180,0 @@ |
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
4236594
53
101760
217
+ Addedfast-xml-parser@4.0.13(transitive)
- Removedfast-xml-parser@4.0.12(transitive)
Updatedfast-xml-parser@4.0.13