@drivardxrm/pptb-customapi-events-manager 1.0.2 → 1.0.4

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@drivardxrm/pptb-customapi-events-manager",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@drivardxrm/pptb-customapi-events-manager",
9
- "version": "1.0.2",
9
+ "version": "1.0.4",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fluentui/react-components": "9.73.8",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@drivardxrm/pptb-customapi-events-manager",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "displayName": "Custom API & Events Manager",
5
5
  "description": "All‑in‑one workspace for creating, managing, and testing Dataverse Custom APIs and Business events (Catalogs)",
6
- "main": "index.html",
6
+ "main": "dist/index.html",
7
7
  "author": "David Rivard",
8
8
  "license": "MIT",
9
- "icon": "public/icons/logo.svg",
9
+ "icon": "icons/logo.svg",
10
10
  "contributors": [
11
11
  {
12
12
  "name": "David Rivard",
package/index.html DELETED
@@ -1,12 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en">
3
- <head>
4
- <meta charset="UTF-8" />
5
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>Custom API Manager</title>
7
- </head>
8
- <body>
9
- <div id="root"></div>
10
- <script type="module" src="/src/main.tsx"></script>
11
- </body>
12
- </html>