@cadenza.io/service 1.9.6 → 1.9.8

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 CHANGED
@@ -1650,8 +1650,7 @@ var SignalController = class _SignalController {
1650
1650
  data: ctx,
1651
1651
  service_name: CadenzaService.serviceRegistry.serviceName,
1652
1652
  service_instance_id: CadenzaService.serviceRegistry.serviceInstanceId
1653
- }),
1654
- transaction: true
1653
+ })
1655
1654
  };
1656
1655
  },
1657
1656
  "",
@@ -2661,7 +2660,7 @@ var DatabaseController = class _DatabaseController {
2661
2660
  }
2662
2661
  }
2663
2662
  console.log("DDL applied");
2664
- return ctx;
2663
+ return true;
2665
2664
  }),
2666
2665
  "Applies generated DDL to the database"
2667
2666
  ).emits("meta.database.setup_done")
@@ -3095,6 +3094,7 @@ var DatabaseController = class _DatabaseController {
3095
3094
  `Auto-generated ${op} task for ${tableName}`,
3096
3095
  {
3097
3096
  isMeta: options.isMeta,
3097
+ isSubMeta: options.isMeta,
3098
3098
  concurrency: 50,
3099
3099
  validateInputContext: false,
3100
3100
  // TODO