content-grade 1.0.51 → 1.1.1

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.
@@ -99,8 +99,8 @@ function incrementUsage() {
99
99
  // Upgrade links — Free → Pro → Business → Team
100
100
  const UPGRADE_LINKS = {
101
101
  free: 'https://buy.stripe.com/4gM14p87GeCh9vn9ks8k80a', // Pro $9/mo — direct checkout
102
- pro: 'https://buy.stripe.com/bJefZjafO2Tz36Z2W48k80b', // Business $29/mo
103
- business: 'https://buy.stripe.com/cNiaEZfA8cu9bDv4088k80c', // Team $79/mo
102
+ pro: 'https://buy.stripe.com/bJefZjafO2Tz36Z2W48k80b', // Business $49/mo
103
+ business: 'https://buy.stripe.com/cNiaEZfA8cu9bDv4088k80c', // Team $199/mo
104
104
  };
105
105
 
106
106
  const TIER_NAMES = {
@@ -120,8 +120,8 @@ const TIER_LIMITS = {
120
120
  function getUpgradeMessage() {
121
121
  const tier = getLicenseTier();
122
122
  if (tier === 'free') return `Unlimited analyses with Pro — $9/mo → ${UPGRADE_LINKS.free}`;
123
- if (tier === 'pro') return `Upgrade to Business — priority support, $29/mo → ${UPGRADE_LINKS.pro}`;
124
- if (tier === 'business') return `Upgrade to Team — team seats, $79/mo → ${UPGRADE_LINKS.business}`;
123
+ if (tier === 'pro') return `Upgrade to Business — priority support, $49/mo → ${UPGRADE_LINKS.pro}`;
124
+ if (tier === 'business') return `Upgrade to Team — team seats, $199/mo → ${UPGRADE_LINKS.business}`;
125
125
  return '';
126
126
  }
127
127
 
@@ -986,7 +986,7 @@ async function cmdActivate() {
986
986
  blank();
987
987
  console.log(` ${B}Pro features:${R}`);
988
988
  console.log(` ${D} content-grade batch ./posts/ ${R}${D}# analyze all files in a directory${R}`);
989
- console.log(` ${D} Unlimited analyses (vs 3/day free)${R}`);
989
+ console.log(` ${D} Unlimited analyses (vs 5/day free)${R}`);
990
990
  blank();
991
991
  console.log(` ${D}To activate a different key: ${CY}content-grade activate <new-key>${R}`);
992
992
  blank();
package/dist/landing.html CHANGED
@@ -1017,7 +1017,7 @@
1017
1017
  </div>
1018
1018
 
1019
1019
  <div class="hero-meta">
1020
- <span>Free · 3 analyses/day</span>
1020
+ <span>Free · 5 runs/day</span>
1021
1021
  <span class="hero-meta-sep">·</span>
1022
1022
  <span>Claude CLI required · Zero data leaves your machine</span>
1023
1023
  <span class="hero-meta-sep">·</span>
@@ -1430,7 +1430,7 @@
1430
1430
  <section class="final-cta">
1431
1431
  <div class="container">
1432
1432
  <h2>Run your best headline.<br />See where it actually stands.</h2>
1433
- <p>Free · 3 analyses/day · No API key · Claude CLI only</p>
1433
+ <p>Free · 5 runs/day · No API key · Claude CLI only</p>
1434
1434
  <div style="display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;">
1435
1435
  <a href="https://github.com/Content-Grade/Content-Grade" class="btn-primary">
1436
1436
  Install free — npx content-grade
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "content-grade",
3
- "version": "1.0.51",
3
+ "version": "1.1.1",
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": {