@deimoscloud/coreai 0.1.5 → 0.1.6

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.
package/dist/cli/index.js CHANGED
@@ -2877,7 +2877,7 @@ function getCachePath(options) {
2877
2877
  return options.cachePath;
2878
2878
  }
2879
2879
  const root = options.projectRoot ?? process.cwd();
2880
- return join9(root, CACHE_PATHS.base);
2880
+ return join9(root, CACHE_PATHS.ROOT);
2881
2881
  }
2882
2882
  async function cacheStatus(options = {}) {
2883
2883
  const cachePath = getCachePath(options);