From de45d8e791e398a6cc6308631a86526f0a231f6f Mon Sep 17 00:00:00 2001 From: Max P Date: Wed, 14 Aug 2024 22:29:37 +0200 Subject: [PATCH] Update import path and version number Changed the relative import path in `register.ts` for better module resolution and incremented the package version to 0.0.4 to reflect the updated changes. --- package.json | 2 +- src/functions/register.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1744eff..64bfb60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-injex", - "version": "0.0.3", + "version": "0.0.4", "description": "", "type": "module", "main": "./dist/index.js", diff --git a/src/functions/register.ts b/src/functions/register.ts index 54bd71f..afe7b12 100644 --- a/src/functions/register.ts +++ b/src/functions/register.ts @@ -1,4 +1,4 @@ -import { TSInjex } from 'src/TSInjex'; +import { TSInjex } from '../TSInjex'; /** * Register a dependency.