@yobytechautomation/config-lib 0.3.8 → 0.4.0

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.
@@ -74,8 +74,7 @@ class BaseConfigServiceImpl {
74
74
  .update(fileContent)
75
75
  .digest('hex');
76
76
  // 🔥 STEP: replace later
77
- const ORIGINAL_HASH = "TEMP_HASH";
78
- console.log("HASH:", currentHash);
77
+ const ORIGINAL_HASH = "d8f1400946e8cae10d498441130c7f526339603621b3d7e568ec054bc09a5d66";
79
78
  if (currentHash !== ORIGINAL_HASH) {
80
79
  console.error("💀 Code tampered! License system hacked");
81
80
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yobytechautomation/config-lib",
3
- "version": "0.3.8",
3
+ "version": "0.4.0",
4
4
  "description": "Shared multi-environment configuration helpers for SDC NestJS services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",