runlify 0.0.763 → 0.0.764

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.
@@ -146,7 +146,7 @@ export class ${serviceName} extends ${extendedType}<
146
146
  > {
147
147
  logger = configUtils.getLog(${serviceName}.name);
148
148
 
149
- constructor(public ctx: Context) {
149
+ constructor(public override ctx: Context) {
150
150
  super(ctx,${isSharded ? ` '${(0, cases_1.camelSingular)(entity.name)}'${entity.externalSearchName ? `, 'external${(0, cases_1.pascal)(entity.name)}SearchTracking'` : ''},`
151
151
  : entity.elasticOnly ? '' : ` ctx.prisma.${(0, cases_1.camelSingular)(entity.name)},${isExternalSearch ? ` ctx.prisma.external${(0, cases_1.pascal)(entity.name)}SearchTracking,` : ''}`} config);
152
152
  initBuiltInHooks(this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "runlify",
3
- "version": "0.0.763",
3
+ "version": "0.0.764",
4
4
  "description": "runlify CLI",
5
5
  "private": false,
6
6
  "main": "build/index.js",