@lead-routing/cli 0.8.7 → 0.8.8

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
@@ -1710,7 +1710,7 @@ Click "Connect HubSpot" to authorize the integration.`,
1710
1710
  const composePath = join5(dir, "docker-compose.yml");
1711
1711
  const composeContent = readFileSync4(composePath, "utf-8");
1712
1712
  const updated = composeContent.replace(
1713
- /API_TOKEN:\s*.*/,
1713
+ /API_TOKEN:[^\n]*/,
1714
1714
  `API_TOKEN: ${apiToken}`
1715
1715
  );
1716
1716
  writeFileSync4(composePath, updated, "utf-8");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lead-routing/cli",
3
- "version": "0.8.7",
3
+ "version": "0.8.8",
4
4
  "description": "Self-hosted deployment CLI for Lead Routing",
5
5
  "homepage": "https://github.com/lead-routing/lead-routing",
6
6
  "keywords": [