From 69cce266d2edc8af31b2d7e71e407ca99a666a0b Mon Sep 17 00:00:00 2001 From: kravetsone <57632712+kravetsone@users.noreply.github.com> Date: Wed, 4 Dec 2024 01:22:29 +0300 Subject: [PATCH] chore: bump --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 29e55af..bacd415 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "description": "Right way to work with jobs", "keywords": ["jobs", "queue", "bullmq", "bull", "pg-boss"], - "version": "0.1.2", + "version": "0.1.3", "type": "module", "devDependencies": { "@biomejs/biome": "^1.9.4", diff --git a/src/index.ts b/src/index.ts index a74f387..8516f1e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ import type { ConnectionOptions } from "bullmq"; -import { Job } from "define-job"; +import { Job } from "./define-job"; import type { Shift } from "./utils"; export function initJobify(connection: ConnectionOptions) {