From a5a45eda7cee9cac089400907735c008efadd7b2 Mon Sep 17 00:00:00 2001 From: "Dominik.Sigmund" <dominik.sigmund@br.de> Date: Tue, 19 Mar 2024 13:27:10 +0100 Subject: [PATCH] fix typescript definition --- index.d.ts | 6 +----- package.json | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/index.d.ts b/index.d.ts index 4e82e5c..0c11556 100755 --- a/index.d.ts +++ b/index.d.ts @@ -1,8 +1,4 @@ -export as namespace Config; - -export = Config; - -declare class Config { +export class Config { constructor(); _reload(): void; _show(): any; diff --git a/package.json b/package.json index 097153d..663b92d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libs/config", - "version": "1.13.0", + "version": "1.13.1", "description": "Simple Config with ENV Support", "main": "index.js", "scripts": { -- GitLab