@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.mjs CHANGED
@@ -1536,9 +1536,9 @@ var Task = class extends SignalEmitter {
1536
1536
  isEphemeral: this.isEphemeral,
1537
1537
  isMeta: this.isMeta,
1538
1538
  validateInputContext: this.validateInputContext,
1539
- validateOutputContext: this.validateOutputContext,
1540
- inputContextSchema: this.inputContextSchema,
1541
- outputContextSchema: this.outputContextSchema
1539
+ validateOutputContext: this.validateOutputContext
1540
+ // inputContextSchemaId: this.inputContextSchema,
1541
+ // outputContextSchemaId: this.outputContextSchema,
1542
1542
  },
1543
1543
  __taskInstance: this
1544
1544
  });