@cadenza.io/service 1.9.12 → 1.9.13
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.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3500,7 +3500,8 @@ var CadenzaService = class {
|
|
|
3500
3500
|
}, options);
|
|
3501
3501
|
import_core3.default.broker.emit("meta.database_init_requested", {
|
|
3502
3502
|
schema,
|
|
3503
|
-
databaseName: options.databaseName
|
|
3503
|
+
databaseName: options.databaseName,
|
|
3504
|
+
options
|
|
3504
3505
|
});
|
|
3505
3506
|
import_core3.default.createEphemeralMetaTask("Set database connection", () => {
|
|
3506
3507
|
console.log("Database service created");
|