@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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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
|
-
|
|
1541
|
-
|
|
1539
|
+
validateOutputContext: this.validateOutputContext
|
|
1540
|
+
// inputContextSchemaId: this.inputContextSchema,
|
|
1541
|
+
// outputContextSchemaId: this.outputContextSchema,
|
|
1542
1542
|
},
|
|
1543
1543
|
__taskInstance: this
|
|
1544
1544
|
});
|