@budibase/server 2.7.7-alpha.4 → 2.7.7-alpha.6
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/builder/assets/{index.4afe46bb.js → index.003ebb4a.js} +264 -264
- package/builder/assets/{index.3c336b18.css → index.ff9c71fb.css} +1 -1
- package/builder/index.html +2 -2
- package/dist/automation.js +2 -0
- package/dist/automation.js.map +2 -2
- package/dist/index.js +2 -0
- package/dist/index.js.map +2 -2
- package/dist/query.js +2 -0
- package/dist/query.js.map +2 -2
- package/package.json +9 -9
- package/src/integrations/mongodb.ts +4 -2
package/dist/index.js
CHANGED
|
@@ -27144,6 +27144,8 @@ var init_mongodb = __esm({
|
|
|
27144
27144
|
response2.connected = true;
|
|
27145
27145
|
} catch (e) {
|
|
27146
27146
|
response2.error = e.message;
|
|
27147
|
+
} finally {
|
|
27148
|
+
await this.client.close();
|
|
27147
27149
|
}
|
|
27148
27150
|
return response2;
|
|
27149
27151
|
}
|