@cadenza.io/service 1.16.2 → 1.17.0

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
@@ -30,13 +30,10 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
30
30
  // src/index.ts
31
31
  var index_exports = {};
32
32
  __export(index_exports, {
33
- AnyObject: () => import_core4.AnyObject,
34
33
  DatabaseTask: () => DatabaseTask,
35
- DebounceOptions: () => import_core4.DebounceOptions,
36
34
  DebounceTask: () => import_core4.DebounceTask,
37
35
  DeputyTask: () => DeputyTask,
38
36
  EphemeralTask: () => import_core4.EphemeralTask,
39
- EphemeralTaskOptions: () => import_core4.EphemeralTaskOptions,
40
37
  GraphMetadataController: () => GraphMetadataController,
41
38
  GraphRoutine: () => import_core4.GraphRoutine,
42
39
  RestController: () => RestController,
@@ -45,9 +42,6 @@ __export(index_exports, {
45
42
  SignalTransmissionTask: () => SignalTransmissionTask,
46
43
  SocketController: () => SocketController,
47
44
  Task: () => import_core4.Task,
48
- TaskFunction: () => import_core4.TaskFunction,
49
- TaskOptions: () => import_core4.TaskOptions,
50
- ThrottleTagGetter: () => import_core4.ThrottleTagGetter,
51
45
  default: () => index_default
52
46
  });
53
47
  module.exports = __toCommonJS(index_exports);
@@ -3872,13 +3866,10 @@ var import_core4 = require("@cadenza.io/core");
3872
3866
  var index_default = CadenzaService;
3873
3867
  // Annotate the CommonJS export names for ESM import in node:
3874
3868
  0 && (module.exports = {
3875
- AnyObject,
3876
3869
  DatabaseTask,
3877
- DebounceOptions,
3878
3870
  DebounceTask,
3879
3871
  DeputyTask,
3880
3872
  EphemeralTask,
3881
- EphemeralTaskOptions,
3882
3873
  GraphMetadataController,
3883
3874
  GraphRoutine,
3884
3875
  RestController,
@@ -3886,9 +3877,6 @@ var index_default = CadenzaService;
3886
3877
  SignalController,
3887
3878
  SignalTransmissionTask,
3888
3879
  SocketController,
3889
- Task,
3890
- TaskFunction,
3891
- TaskOptions,
3892
- ThrottleTagGetter
3880
+ Task
3893
3881
  });
3894
3882
  //# sourceMappingURL=index.js.map