@abinnovision/nestjs-hatchet 0.6.1 → 0.7.0-beta.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.
@@ -1,4 +1,4 @@
1
- import { type BaseCtx, type HostTriggerConfig, type TaskCtx, type WorkflowCtx } from "./types.js";
1
+ import type { BaseCtx, HostTriggerConfig, TaskCtx, WorkflowCtx } from "./types.js";
2
2
  /**
3
3
  * Arguments for context factory functions.
4
4
  * Derived from BaseCtx using Pick to ensure type alignment.
@@ -1,8 +1,8 @@
1
1
  import { HatchetClient } from "@hatchet-dev/typescript-sdk";
2
2
  import { OnApplicationBootstrap } from "@nestjs/common";
3
3
  import { ModuleRef } from "@nestjs/core";
4
- import { type HatchetModuleConfig } from "../hatchet.module-config.js";
5
4
  import { DeclarationBuilderService } from "./declaration-builder.service.js";
5
+ import type { HatchetModuleConfig } from "../hatchet.module-config.js";
6
6
  export declare class WorkerManagementService implements OnApplicationBootstrap {
7
7
  private readonly client;
8
8
  private readonly declarationBuilder;
@@ -1,6 +1,6 @@
1
1
  import { DynamicModule, Type } from "@nestjs/common";
2
- import { type HatchetModuleConfig } from "./hatchet.module-config.js";
3
2
  import { Interceptor } from "./interceptor/index.js";
3
+ import type { HatchetModuleConfig } from "./hatchet.module-config.js";
4
4
  import type { AnyCallableRef } from "./references/index.js";
5
5
  /**
6
6
  * Extra options for the module (processed at module definition time).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@abinnovision/nestjs-hatchet",
4
- "version": "0.6.1",
4
+ "version": "0.7.0-beta.1",
5
5
  "keywords": [
6
6
  "nestjs",
7
7
  "hatchet"