@cyco77/pptb-flow-documentation-generator 0.1.0 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +8 -3
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@cyco77/pptb-flow-documentation-generator",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "displayName": "Flow Documentation Generator",
5
- "description": "A Power Platform Tool Box tool to show flow details and generate documentation.",
5
+ "description": "A Power Platform Toolbox (PPTB) extension for exploring, visualizing, and documenting Power Automate Cloud Flows. Features interactive Mermaid diagram generation, multiple export formats (SVG, CSV, Markdown), advanced filtering, zoom controls, and seamless light/dark theme support.",
6
6
  "main": "index.html",
7
7
  "author": "Lars Hildebrandt",
8
8
  "license": "MIT",
9
+ "icon": "https://raw.githubusercontent.com/cyco77/pptb-flow-documentation-generator/refs/heads/main/icon/flow-documentation_logo.png",
9
10
  "repository": {
10
11
  "type": "git",
11
12
  "url": "https://github.com/cyco77/pptb-flow-documentation-generator.git"
@@ -31,7 +32,11 @@
31
32
  "dev": "vite",
32
33
  "watch": "vite build --watch",
33
34
  "preview": "vite preview",
34
- "finalize-package": "npm shrinkwrap"
35
+ "finalize-package": "npm shrinkwrap",
36
+ "release:patch": "npm version patch",
37
+ "release:minor": "npm version minor",
38
+ "release:major": "npm version major",
39
+ "release:publish": "npm publish"
35
40
  },
36
41
  "dependencies": {
37
42
  "@fluentui/react-components": "^9.72.7",