@hamak/smart-data-dico 1.1.0 → 1.1.1

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.
@@ -78987,9 +78987,10 @@ var diagramController = new DiagramController();
78987
78987
  var import_yaml2 = __toESM(require_dist(), 1);
78988
78988
  init_fileOperations();
78989
78989
  init_logger();
78990
+ init_config();
78990
78991
  import fs3 from "fs";
78991
78992
  import path6 from "path";
78992
- var DATA_DICTIONARIES_DIR2 = path6.join(process.cwd(), "..", "data-dictionaries");
78993
+ var DATA_DICTIONARIES_DIR2 = config.dataDir;
78993
78994
  var DictionaryService = class {
78994
78995
  static {
78995
78996
  __name(this, "DictionaryService");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hamak/smart-data-dico",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Collaborative data dictionary management system — model, document, and govern your data landscape",
5
5
  "type": "module",
6
6
  "bin": {