@power-maverick/tool-erd-generator 1.0.1 → 1.0.2

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 (2) hide show
  1. package/dist/index.html +1 -0
  2. package/package.json +1 -1
package/dist/index.html CHANGED
@@ -3,6 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <meta http-equiv="Content-Security-Policy" content="connect-src 'self' https://www.plantuml.com">
6
7
  <title>Dataverse ERD Generator</title>
7
8
  <script type="module" crossorigin src="/index.js"></script>
8
9
  <link rel="stylesheet" crossorigin href="/index.css">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@power-maverick/tool-erd-generator",
3
3
  "displayName": "ERD Generator",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "description": "Generate Entity Relationship Diagrams (ERD) for Dataverse solutions - React-based tool for PowerPlatform ToolBox",
6
6
  "cspExceptions": {
7
7
  "connect-src": [