content-grade 1.0.30 → 1.0.31

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.
@@ -144,6 +144,7 @@ function showFreeTierCTA(count) {
144
144
  console.log(` ${D}Used by 1,100+ developers. $9/mo, cancel anytime.${R}`);
145
145
  blank();
146
146
  console.log(` ${MG}${B}→ Get Pro: ${CY}${UPGRADE_LINKS.free}${R}`);
147
+ console.log(` ${D} After purchase → get your key: ${CY}https://content-grade.onrender.com/my-license${R}`);
147
148
  console.log(` ${D} Have a key? ${CY}content-grade activate <key>${R}`);
148
149
  } else if (remaining === 1) {
149
150
  // 1 run left — tease Pro features
@@ -243,6 +244,7 @@ function checkFreeTierLimit() {
243
244
  console.log(` ${D}Used by 1,100+ developers.${R}`);
244
245
  blank();
245
246
  console.log(` ${MG}${B}→ ${CY}${UPGRADE_LINKS.free}${R}`);
247
+ console.log(` ${D} After purchase → get your key: ${CY}https://content-grade.onrender.com/my-license${R}`);
246
248
  console.log(` ${D} Already have a key? ${CY}content-grade activate <key>${R}`);
247
249
  hr();
248
250
  blank();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "content-grade",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "AI-powered content analysis CLI. Score any blog post, landing page, or ad copy in under 30 seconds — runs on Claude CLI, no API key needed.",
5
5
  "type": "module",
6
6
  "bin": {