@deckasoft/waify 0.6.1 → 0.6.2

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.
package/dist/cli/index.js CHANGED
@@ -190,7 +190,7 @@ var init_schedule = __esm({
190
190
  hostDataDir: process.env["WAIFY_HOST_DATA_DIR"] ?? dataDir(),
191
191
  apiBaseUrl: process.env["WAIFY_API_INTERNAL_URL"] ?? "http://openwa-api:2785"
192
192
  });
193
- renderEnv = (key, value) => `environment = ${key}\\=${value}`;
193
+ renderEnv = (key, value) => `environment = ${key}=${value}`;
194
194
  renderJob = (job, runtime) => [
195
195
  `[job-run "${job.name}"]`,
196
196
  `schedule = ${job.schedule}`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deckasoft/waify",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "AI-powered daily message sender for WhatsApp, powered by OpenWA",
5
5
  "keywords": [
6
6
  "whatsapp",