@devness/useai-cli 0.4.29 → 0.4.30

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -4712,7 +4712,7 @@ async function ensureDaemon() {
4712
4712
  });
4713
4713
  child.unref();
4714
4714
  const start = Date.now();
4715
- while (Date.now() - start < 3e4) {
4715
+ while (Date.now() - start < 6e4) {
4716
4716
  await new Promise((r) => setTimeout(r, 500));
4717
4717
  if (await checkDaemonHealth())
4718
4718
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devness/useai-cli",
3
- "version": "0.4.29",
3
+ "version": "0.4.30",
4
4
  "description": "CLI tool for useai.dev — stats, sync, publish your AI development workflow",
5
5
  "author": "nabeelkausari",
6
6
  "license": "MIT",