@cadenza.io/core 3.18.0 → 3.18.1
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2249,4 +2249,4 @@ declare class Cadenza {
|
|
|
2249
2249
|
static reset(): void;
|
|
2250
2250
|
}
|
|
2251
2251
|
|
|
2252
|
-
export { type AnyObject, type CadenzaMode, type DebounceOptions, DebounceTask, type EmitOptions, EphemeralTask, type EphemeralTaskOptions, GraphContext, GraphRegistry, GraphRoutine, GraphRun, GraphRunner, type SchemaConstraints, type SchemaDefinition, type SchemaType, SignalBroker, SignalEmitter, Task, type TaskFunction, type TaskOptions, type TaskResult, type ThrottleTagGetter, Cadenza as default };
|
|
2252
|
+
export { type AnyObject, type CadenzaMode, type DebounceOptions, DebounceTask, type EmitOptions, EphemeralTask, type EphemeralTaskOptions, GraphContext, GraphRegistry, GraphRoutine, GraphRun, GraphRunner, InquiryBroker, type InquiryOptions, type Intent, type SchemaConstraints, type SchemaDefinition, type SchemaType, SignalBroker, SignalEmitter, Task, type TaskFunction, type TaskOptions, type TaskResult, type ThrottleTagGetter, Cadenza as default };
|
package/dist/index.d.ts
CHANGED
|
@@ -2249,4 +2249,4 @@ declare class Cadenza {
|
|
|
2249
2249
|
static reset(): void;
|
|
2250
2250
|
}
|
|
2251
2251
|
|
|
2252
|
-
export { type AnyObject, type CadenzaMode, type DebounceOptions, DebounceTask, type EmitOptions, EphemeralTask, type EphemeralTaskOptions, GraphContext, GraphRegistry, GraphRoutine, GraphRun, GraphRunner, type SchemaConstraints, type SchemaDefinition, type SchemaType, SignalBroker, SignalEmitter, Task, type TaskFunction, type TaskOptions, type TaskResult, type ThrottleTagGetter, Cadenza as default };
|
|
2252
|
+
export { type AnyObject, type CadenzaMode, type DebounceOptions, DebounceTask, type EmitOptions, EphemeralTask, type EphemeralTaskOptions, GraphContext, GraphRegistry, GraphRoutine, GraphRun, GraphRunner, InquiryBroker, type InquiryOptions, type Intent, type SchemaConstraints, type SchemaDefinition, type SchemaType, SignalBroker, SignalEmitter, Task, type TaskFunction, type TaskOptions, type TaskResult, type ThrottleTagGetter, Cadenza as default };
|
package/dist/index.js
CHANGED
|
@@ -27,6 +27,7 @@ __export(index_exports, {
|
|
|
27
27
|
GraphRoutine: () => GraphRoutine,
|
|
28
28
|
GraphRun: () => GraphRun,
|
|
29
29
|
GraphRunner: () => GraphRunner,
|
|
30
|
+
InquiryBroker: () => InquiryBroker,
|
|
30
31
|
SignalBroker: () => SignalBroker,
|
|
31
32
|
SignalEmitter: () => SignalEmitter,
|
|
32
33
|
Task: () => Task,
|
|
@@ -6421,6 +6422,7 @@ var index_default = Cadenza;
|
|
|
6421
6422
|
GraphRoutine,
|
|
6422
6423
|
GraphRun,
|
|
6423
6424
|
GraphRunner,
|
|
6425
|
+
InquiryBroker,
|
|
6424
6426
|
SignalBroker,
|
|
6425
6427
|
SignalEmitter,
|
|
6426
6428
|
Task
|