@questdb/web-console 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.
- package/dist/index.html +1 -1
- package/dist/{qdb.d206a.js → qdb.cdafb.js} +1 -1
- package/dist/{vendor.c1340.js → vendor.f7f14.js} +2 -2
- package/package.json +1 -1
- /package/dist/{qdb.d206a.css → qdb.cdafb.css} +0 -0
- /package/dist/{vendor.c1340.css → vendor.f7f14.css} +0 -0
- /package/dist/{vendor.c1340.js.LICENSE.txt → vendor.f7f14.js.LICENSE.txt} +0 -0
package/dist/index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
9
9
|
<meta name="description" content="QuestDB live demo. Query three large datasets and more than 2 billion rows in milliseconds with SQL">
|
|
10
10
|
<title>QuestDB · Console</title>
|
|
11
|
-
<script defer="defer" src="vendor.
|
|
11
|
+
<script defer="defer" src="vendor.f7f14.js"></script><script defer="defer" src="qdb.cdafb.js"></script><link href="vendor.f7f14.css" rel="stylesheet"><link href="qdb.cdafb.css" rel="stylesheet"></head>
|
|
12
12
|
|
|
13
13
|
<body class="mini-navbar pace-done">
|
|
14
14
|
<div id="root"></div>
|