@demind-inc/core 1.6.65 → 1.6.66

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.
@@ -9,11 +9,11 @@ exports.stripeLookupKeySet = {
9
9
  "beta_yearly_prod",
10
10
  ],
11
11
  basic: [
12
- "basic_monthly_staging",
12
+ // "basic_monthly_staging", //Remove monthly plan as of 2025-10-27 https://www.notion.so/demind-inc/Paywall-weekly-vs-yearly-28c7c97113e68019adfeea16e6b21432
13
13
  "basic_yearly_staging",
14
14
  "basic_lifetime_staging",
15
15
  "basic_weekly_staging",
16
- "basic_monthly_prod",
16
+ // "basic_monthly_prod",
17
17
  "basic_yearly_prod",
18
18
  "basic_lifetime_prod",
19
19
  "basic_weekly_prod",
@@ -148,11 +148,11 @@ export const stripeLookupKeySet: Record<"beta" | "basic", StripeLookupkey[]> = {
148
148
  "beta_yearly_prod",
149
149
  ],
150
150
  basic: [
151
- "basic_monthly_staging",
151
+ // "basic_monthly_staging", //Remove monthly plan as of 2025-10-27 https://www.notion.so/demind-inc/Paywall-weekly-vs-yearly-28c7c97113e68019adfeea16e6b21432
152
152
  "basic_yearly_staging",
153
153
  "basic_lifetime_staging",
154
154
  "basic_weekly_staging",
155
- "basic_monthly_prod",
155
+ // "basic_monthly_prod",
156
156
  "basic_yearly_prod",
157
157
  "basic_lifetime_prod",
158
158
  "basic_weekly_prod",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@demind-inc/core",
3
- "version": "1.6.65",
3
+ "version": "1.6.66",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {