@yobytechautomation/config-lib 0.2.2 → 0.2.4

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.
@@ -75,7 +75,7 @@ class BaseConfigServiceImpl {
75
75
  var _a;
76
76
  const cachePath = path.join(process.cwd(), '.license-cache.json');
77
77
  const apiKey = this.env.LICENSE_KEY;
78
- if (!apiKey || apiKey.length < 10) {
78
+ if (!apiKey) {
79
79
  throw new Error('LICENSE_KEY missing');
80
80
  }
81
81
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yobytechautomation/config-lib",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
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",