@cadenza.io/core 3.0.4 → 3.0.5

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
@@ -1573,9 +1573,9 @@ var Task = class extends SignalEmitter {
1573
1573
  isEphemeral: this.isEphemeral,
1574
1574
  isMeta: this.isMeta,
1575
1575
  validateInputContext: this.validateInputContext,
1576
- validateOutputContext: this.validateOutputContext,
1577
- inputContextSchema: this.inputContextSchema,
1578
- outputContextSchema: this.outputContextSchema
1576
+ validateOutputContext: this.validateOutputContext
1577
+ // inputContextSchemaId: this.inputContextSchema,
1578
+ // outputContextSchemaId: this.outputContextSchema,
1579
1579
  },
1580
1580
  __taskInstance: this
1581
1581
  });