@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.mjs CHANGED
@@ -3453,7 +3453,8 @@ var CadenzaService = class {
3453
3453
  }, options);
3454
3454
  Cadenza.broker.emit("meta.database_init_requested", {
3455
3455
  schema,
3456
- databaseName: options.databaseName
3456
+ databaseName: options.databaseName,
3457
+ options
3457
3458
  });
3458
3459
  Cadenza.createEphemeralMetaTask("Set database connection", () => {
3459
3460
  console.log("Database service created");