@proappstore/sdk 1.16.35 → 1.16.36

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.
Files changed (2) hide show
  1. package/dist/shell.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/shell.d.ts CHANGED
@@ -32,8 +32,8 @@ export interface ProShellProps {
32
32
  /**
33
33
  * If true, allow free users to see the app (no subscription gate).
34
34
  *
35
- * Default: true while the platform has no payments wired up — every PAS app
36
- * is free to use. Flip the default back to false once Stripe billing is live.
35
+ * Default: true preserves backwards compatibility for existing apps. Apps that
36
+ * should require a paid PAS subscription must pass allowFree={false}.
37
37
  */
38
38
  allowFree?: boolean;
39
39
  /** Show theme toggle in the profile menu. Default: true. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proappstore/sdk",
3
- "version": "1.16.35",
3
+ "version": "1.16.36",
4
4
  "description": "Browser SDK for paid apps on proappstore.online — subscriptions, license keys, premium modules.",
5
5
  "license": "MIT",
6
6
  "type": "module",