@karmaniverous/jeeves-meta 0.15.1 → 0.15.2

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.
@@ -7064,6 +7064,7 @@ function init(options) {
7064
7064
  workspacePath: options.workspacePath,
7065
7065
  configRoot: options.configRoot,
7066
7066
  coreConfigDir: join(options.configRoot, CORE_CONFIG_DIR),
7067
+ componentConfigPaths: new Map(),
7067
7068
  };
7068
7069
  }
7069
7070
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karmaniverous/jeeves-meta",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "author": "Jason Williscroft",
5
5
  "description": "Fastify HTTP service for the Jeeves Meta synthesis engine",
6
6
  "license": "BSD-3-Clause",
@@ -41,7 +41,7 @@
41
41
  "node": ">=22"
42
42
  },
43
43
  "dependencies": {
44
- "@karmaniverous/jeeves": "^0.5.7",
44
+ "@karmaniverous/jeeves": "^0.5.8",
45
45
  "commander": "^14",
46
46
  "croner": "^10",
47
47
  "fastify": "^5.8",