From 4ec89dd8a16f2a1cbb9ce0f1aebc37af0a5e6d79 Mon Sep 17 00:00:00 2001
From: "Dominik.Sigmund" <dominik.sigmund@br.de>
Date: Tue, 19 Mar 2024 13:38:32 +0100
Subject: [PATCH] Added index signature

---
 index.d.ts   | 2 ++
 package.json | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/index.d.ts b/index.d.ts
index 9849cc4..2959103 100755
--- a/index.d.ts
+++ b/index.d.ts
@@ -2,4 +2,6 @@ export class Config {
     constructor(basePath?: string, envPrefix?: string);
     _reload(): void;
     _show(): any;
+    // Index signature
+    [key: string]: any;
 }
\ No newline at end of file
diff --git a/package.json b/package.json
index 79df029..2fb9470 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@libs/config",
-  "version": "1.13.2",
+  "version": "1.13.3",
   "description": "Simple Config with ENV Support",
   "main": "index.js",
   "scripts": {
@@ -17,11 +17,11 @@
     "lodash.merge": "^4.6.2"
   },
   "devDependencies": {
-    "@stryker-mutator/core": "^7.1.0",
+    "@stryker-mutator/core": "^8.2.6",
     "@stryker-mutator/javascript-mutator": "^4.0.0",
-    "@stryker-mutator/jest-runner": "^7.1.0",
+    "@stryker-mutator/jest-runner": "^8.2.6",
     "@stryker-mutator/typescript": "^4.0.0",
-    "jest": "^29.5.0"
+    "jest": "^29.7.0"
   },
   "publishConfig": {
     "@libs:registry": "https://gitlab.ard.de/api/v4/projects/919/packages/npm/"
-- 
GitLab