@konplit-services/common 1.0.39 → 1.0.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -536,7 +536,7 @@ class AppConfigs {
536
536
  }
537
537
  ensureValues(keys = []) {
538
538
  if (keys.length === 0) {
539
- throw new Error("Please make sure all required variables are present");
539
+ process.exit(1);
540
540
  }
541
541
  keys.forEach((k) => this.getValue(k));
542
542
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@konplit-services/common",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",