@nice2dev/ui-diagrams 1.0.3 → 1.0.5

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 (3) hide show
  1. package/dist/index.cjs +5987 -2629
  2. package/dist/index.mjs +48721 -32822
  3. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice2dev/ui-diagrams",
3
- "version": "1.0.3",
3
+ "version": "1.0.5",
4
4
  "description": "Nice2Dev Diagram Editor & Viewer — flowcharts, org charts, BPMN, ER diagrams with animations, data binding, and custom .ndd.json format",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -69,7 +69,7 @@
69
69
  "ndd"
70
70
  ],
71
71
  "author": "NiceToDev",
72
- "license": "MIT",
72
+ "license": "SEE LICENSE IN LICENSE",
73
73
  "repository": {
74
74
  "type": "git",
75
75
  "url": "https://github.com/nicetoDev/NiceToDev.UI",