nextemos 5.0.27 → 5.0.28

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.
@@ -46,7 +46,7 @@ class ConfigStore {
46
46
  static initialize() {
47
47
  if (!this.config) {
48
48
  try {
49
- const loadedConfig = require("../../../nextemos-config.json");
49
+ const loadedConfig = require("../../../../nextemos-config.json");
50
50
  console.log("nextemos-config.json Config initialized successfully");
51
51
  this.config = Object.assign(Object.assign({}, exports.defaultConfig), loadedConfig);
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nextemos",
3
- "version": "5.0.27",
3
+ "version": "5.0.28",
4
4
  "description": "For helpers and hooks used in NextJS projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "./dist/index.d.ts",