@boltic/auto-software 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/bin/cli.js +2 -2
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -240,9 +240,9 @@ async function loadOrCreateConfig(dataDir) {
240
240
  }
241
241
  async function installBundleDeps() {
242
242
  if (!IS_BUNDLED) return;
243
- const backendNodeModules = path2.join(PROJECT_ROOT, "backend", "node_modules");
243
+ const sharedInBackend = path2.join(PROJECT_ROOT, "backend", "node_modules", "@autosoftware", "shared");
244
244
  try {
245
- await access2(backendNodeModules, constants2.R_OK);
245
+ await access2(sharedInBackend, constants2.R_OK);
246
246
  return;
247
247
  } catch {
248
248
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boltic/auto-software",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Put your entire software team on autopilot — the 100x engineer you dreamt of",
5
5
  "keywords": [
6
6
  "ai-agents",