pipely-ai 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -540,7 +540,7 @@ PORT=3333
540
540
  }
541
541
 
542
542
  async function loadEmbeddedPostgres(bundleDir) {
543
- const epEntry = join(bundleDir, "node_modules", "embedded-postgres", "index.js");
543
+ const epEntry = join(bundleDir, "node_modules", "embedded-postgres", "dist", "index.js");
544
544
  const mod = await import(pathToFileURL(epEntry).href);
545
545
  return mod.default;
546
546
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipely-ai",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Pipely AI — Instale, gerencie e atualize com um unico comando",
5
5
  "type": "module",
6
6
  "bin": {