@cadenza.io/service 1.2.2 → 1.2.3

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
@@ -2052,18 +2052,38 @@ var CadenzaService = class {
2052
2052
  CadenzaService.isBootstrapped = false;
2053
2053
 
2054
2054
  // src/index.ts
2055
- import { AnyObject as AnyObject3 } from "@cadenza.io/core";
2055
+ import {
2056
+ AnyObject as AnyObject3,
2057
+ DebounceOptions as DebounceOptions2,
2058
+ DebounceTask as DebounceTask2,
2059
+ EphemeralTask as EphemeralTask2,
2060
+ EphemeralTaskOptions as EphemeralTaskOptions2,
2061
+ GraphRoutine as GraphRoutine2,
2062
+ Task as Task4,
2063
+ TaskFunction as TaskFunction2,
2064
+ TaskOptions as TaskOptions2,
2065
+ ThrottleTagGetter as ThrottleTagGetter4
2066
+ } from "@cadenza.io/core";
2056
2067
  var index_default = CadenzaService;
2057
2068
  export {
2058
2069
  AnyObject3 as AnyObject,
2059
2070
  DatabaseTask,
2071
+ DebounceOptions2 as DebounceOptions,
2072
+ DebounceTask2 as DebounceTask,
2060
2073
  DeputyTask,
2074
+ EphemeralTask2 as EphemeralTask,
2075
+ EphemeralTaskOptions2 as EphemeralTaskOptions,
2076
+ GraphRoutine2 as GraphRoutine,
2061
2077
  RestController,
2062
2078
  ServiceRegistry,
2063
2079
  SignalController,
2064
2080
  SignalTransmissionTask,
2065
2081
  SocketController,
2082
+ Task4 as Task,
2066
2083
  TaskController,
2084
+ TaskFunction2 as TaskFunction,
2085
+ TaskOptions2 as TaskOptions,
2086
+ ThrottleTagGetter4 as ThrottleTagGetter,
2067
2087
  index_default as default
2068
2088
  };
2069
2089
  //# sourceMappingURL=index.mjs.map