Skip to content
Snippets Groups Projects
Commit b77a07a7 authored by Sigmund, Dominik's avatar Sigmund, Dominik
Browse files

Merge branch '2-add-optional-prefix-for-env-variables' into 'main'

Added index signature

Closes #2

See merge request !5
parents ac71f13b 4ec89dd8
No related branches found
Tags 1.13.3
1 merge request!5Added index signature
Pipeline #65494 passed
...@@ -2,4 +2,6 @@ export class Config { ...@@ -2,4 +2,6 @@ export class Config {
constructor(basePath?: string, envPrefix?: string); constructor(basePath?: string, envPrefix?: string);
_reload(): void; _reload(): void;
_show(): any; _show(): any;
// Index signature
[key: string]: any;
} }
\ No newline at end of file
{ {
"name": "@libs/config", "name": "@libs/config",
"version": "1.13.2", "version": "1.13.3",
"description": "Simple Config with ENV Support", "description": "Simple Config with ENV Support",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
...@@ -17,11 +17,11 @@ ...@@ -17,11 +17,11 @@
"lodash.merge": "^4.6.2" "lodash.merge": "^4.6.2"
}, },
"devDependencies": { "devDependencies": {
"@stryker-mutator/core": "^7.1.0", "@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/javascript-mutator": "^4.0.0", "@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", "@stryker-mutator/typescript": "^4.0.0",
"jest": "^29.5.0" "jest": "^29.7.0"
}, },
"publishConfig": { "publishConfig": {
"@libs:registry": "https://gitlab.ard.de/api/v4/projects/919/packages/npm/" "@libs:registry": "https://gitlab.ard.de/api/v4/projects/919/packages/npm/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment