vidspotai-shared 1.0.111 → 1.0.112

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.
@@ -1 +1 @@
1
- {"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../src/globals/plans.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,aAAa,EAEd,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,aAAa,EAAE,OAAO,CAAC,aAAa,CAgEhD,CAAC"}
1
+ {"version":3,"file":"plans.d.ts","sourceRoot":"","sources":["../../src/globals/plans.ts"],"names":[],"mappings":"AACA,OAAO,EAGL,aAAa,EAEd,MAAM,SAAS,CAAC;AAEjB,eAAO,MAAM,aAAa,EAAE,OAAO,CAAC,aAAa,CA0DhD,CAAC"}
@@ -50,22 +50,16 @@ exports.PAYMENT_PLANS = {
50
50
  // 25% off monthly*12 (270 vs 360), same discount convention as Basic/Pro/
51
51
  // Business (see vidspot-frontend payment-plans.ts). FEATURE_UNLIMITED_PLAN
52
52
  // gates this off in both envs until launch.
53
- // TODO(stripe): dev/test-mode Product+Prices created 2026-08-27
54
- // (prod_V9DDdz8BWR2sRL). PROD id below is still a placeholder — the CLI's
55
- // live-mode key lacks Products/Prices write scope (more_permissions_required
56
- // on acct_1SKMTJ2NIdW9lGlk). A human must either grant that key
57
- // product_write/feature_write at
58
- // https://dashboard.stripe.com/b/acct_1SKMTJ2NIdW9lGlk?destination=%2Fapikeys%2Fmk_1Tg6Cp2NIdW9lGlk4GFZ0rYV%2Fedit
59
- // or create the live Product ("Unlimited Plan") + $30/mo + $270/yr Prices
60
- // by hand and paste the IDs in below.
53
+ // Live-mode Product+Prices created 2026-08-27 (prod_V9HdVZw2wV598k) —
54
+ // permissions issue from the dev-mode TODO resolved; real IDs below.
61
55
  [types_1.ESUBSCRIPTION_PLANS.UNLIMITED]: {
62
56
  [types_1.ERENEWAL_FREQUENCY.MONTHLY]: {
63
- id: config_1.default.env === "dev" ? "price_1U8umk2NIdW9lGlk0gOYXrFt" : "price_TODO_STRIPE_UNLIMITED_MONTHLY_LIVE",
57
+ id: config_1.default.env === "dev" ? "price_1U8umk2NIdW9lGlk0gOYXrFt" : "price_1U8z4K2NIdW9lGlkLsoSPXMu",
64
58
  price: 30,
65
59
  credits: 150,
66
60
  },
67
61
  [types_1.ERENEWAL_FREQUENCY.YEARLY]: {
68
- id: config_1.default.env === "dev" ? "price_1U8uml2NIdW9lGlk91GdcFiz" : "price_TODO_STRIPE_UNLIMITED_YEARLY_LIVE",
62
+ id: config_1.default.env === "dev" ? "price_1U8uml2NIdW9lGlk91GdcFiz" : "price_1U8z4L2NIdW9lGlk3P1FBJXf",
69
63
  price: 270,
70
64
  credits: 150,
71
65
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vidspotai-shared",
3
- "version": "1.0.111",
3
+ "version": "1.0.112",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "exports": {