pipely-ai 1.0.0 → 1.1.0

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -271,6 +271,7 @@ services:
271
271
  - POLL_INTERVAL_MS=\${POLL_INTERVAL_MS:-60000}
272
272
  - EVOLUTION_SERVER_URL=http://evolution:8080
273
273
  - EVOLUTION_API_KEY=\${EVOLUTION_API_KEY}
274
+ - EVOLUTION_PORT=\${EVOLUTION_PORT:-${ports.evolution}}
274
275
  - NODE_ENV=production
275
276
  ports:
276
277
  - "\${FRONTEND_PORT:-${ports.frontend}}:80"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pipely-ai",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "Pipely AI — Instale, gerencie e atualize com um unico comando",
5
5
  "type": "module",
6
6
  "bin": {