@kitalive/sfdx-plugin 0.7.3 → 0.8.0

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.
Binary file
@@ -0,0 +1,22 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin="anonymous">
5
+ <link rel="preload" as="style" onload="this.rel='stylesheet'" href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap">
6
+ <link rel="preload" as="font" type="font/eot" href="/assets/materialdesignicons-webfont-YdEl25M1.eot" crossorigin="anonymous">
7
+ <link rel="preload" as="font" type="font/woff2" href="/assets/materialdesignicons-webfont-CveiMJFx.woff2" crossorigin="anonymous">
8
+ <link rel="preload" as="font" type="font/woff" href="/assets/materialdesignicons-webfont-BbcIfeS3.woff" crossorigin="anonymous">
9
+ <link rel="preload" as="font" type="font/ttf" href="/assets/materialdesignicons-webfont-Df9Q6YdI.ttf" crossorigin="anonymous">
10
+
11
+ <meta charset="UTF-8" />
12
+ <link rel="icon" href="/favicon.ico" />
13
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
14
+ <title>Metadata dependencies analyzer</title>
15
+ <script type="module" crossorigin src="/assets/metadata-dependencies-B4s5b3qH.js"></script>
16
+ <link rel="stylesheet" crossorigin href="/assets/metadata-dependencies-DKqrIZD_.css">
17
+ </head>
18
+
19
+ <body>
20
+ <div id="app"></div>
21
+ </body>
22
+ </html>
@@ -64,7 +64,7 @@
64
64
  <div id="graphiql">Loading...</div>
65
65
  <script crossorigin>
66
66
  const root = ReactDOM.createRoot(document.getElementById('graphiql'));
67
- const fetcher = GraphiQL.createFetcher({ url: '/graphql' });
67
+ const fetcher = GraphiQL.createFetcher({ url: '/api/graphql' });
68
68
  const explorerPlugin = GraphiQLPluginExplorer.explorerPlugin();
69
69
  root.render(
70
70
  React.createElement(GraphiQL, {