@malloy-publisher/server 0.0.74 → 0.0.76
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/app/api-doc.yaml +17 -1
- package/dist/app/assets/{RenderedResult-DXlUZo0k-DlCXl_SI.js → RenderedResult-DXlUZo0k-lc5JU6CQ.js} +1 -1
- package/dist/app/assets/{index-Bd-gR7PV.js → index--hbjs-yl.js} +3 -3
- package/dist/app/index.html +1 -1
- package/dist/instrumentation.js +1 -1
- package/dist/server.js +28005 -208
- package/package.json +4 -3
- package/src/dto/connection.dto.spec.ts +15 -0
- package/src/dto/connection.dto.ts +22 -0
- package/src/service/connection.ts +29 -1
- package/src/service/db_utils.ts +70 -20
package/dist/app/index.html
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"
|
|
13
13
|
/>
|
|
14
14
|
<title>Malloy Publisher</title>
|
|
15
|
-
<script type="module" crossorigin src="/assets/index-
|
|
15
|
+
<script type="module" crossorigin src="/assets/index--hbjs-yl.js"></script>
|
|
16
16
|
<link rel="stylesheet" crossorigin href="/assets/index-C127D7lT.css">
|
|
17
17
|
</head>
|
|
18
18
|
<body>
|
package/dist/instrumentation.js
CHANGED
|
@@ -33583,7 +33583,7 @@ var require_util4 = __commonJS((exports2) => {
|
|
|
33583
33583
|
exports2.addCommonProtos = addCommonProtos;
|
|
33584
33584
|
});
|
|
33585
33585
|
|
|
33586
|
-
// ../../node_modules
|
|
33586
|
+
// ../../node_modules/long/umd/index.js
|
|
33587
33587
|
var require_umd = __commonJS((exports2, module2) => {
|
|
33588
33588
|
(function(global2, factory) {
|
|
33589
33589
|
function preferDefault(exports3) {
|