marketing-mindset 1.6.1 → 1.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/bin/cli.js +1 -1
- package/package.json +1 -1
package/bin/cli.js
CHANGED
|
@@ -370,7 +370,7 @@ function runPlan(opts) {
|
|
|
370
370
|
(p2 * 100).toFixed(2) + "% (lift " + lift + "), " + daily + " contacts/day, " + weeks + " week(s)");
|
|
371
371
|
console.log("Floor: " + perArm + " per arm, " + need + " contacts in total. Weekly volume: " + daily * 7 + ".");
|
|
372
372
|
weekRows.forEach((w) => {
|
|
373
|
-
console.log(" Week " + w + " (" + w.start + " .. " + w.end + "): " + w.planned_contacts +
|
|
373
|
+
console.log(" Week " + w.week + " (" + w.start + " .. " + w.end + "): " + w.planned_contacts +
|
|
374
374
|
" contacts, cumulative " + w.cumulative + " (" + w.against_floor_pct + "% of the floor)");
|
|
375
375
|
});
|
|
376
376
|
console.log("First honest read: " + out.read_date + " (day " + daysToRead + ").");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "marketing-mindset",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "A marketer's operating mindset as an installable agent skill and CLI: test-size floors, kill rules, agent-readiness checklist, marketing-engineer job description. npx marketing-mindset sample|kill|budget|warmup|aeo|jd|sections|read|install.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent-skill",
|