@moneybar.online/moneybar 7.2.10 → 8.0.0

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.
@@ -8,7 +8,7 @@
8
8
 
9
9
  // Self-contained bundle (works without import map)
10
10
  // Use specific version to avoid CDN cache issues
11
- import { MoneyBar } from 'https://cdn.jsdelivr.net/npm/@moneybar.online/moneybar@7.2.9/dist/index.bundle.js';
11
+ import { MoneyBar } from 'https://cdn.jsdelivr.net/npm/@moneybar.online/moneybar@7.2.10/dist/index.bundle.js';
12
12
 
13
13
  // For NPM projects:
14
14
  // import { MoneyBar } from '@moneybar.online/moneybar';
@@ -27,7 +27,7 @@ const CONFIG = {
27
27
  actionLabel: 'PDF Generations', // e.g., 'Image Exports', 'iPad Syncs', 'Conversions'
28
28
 
29
29
  // Number of free attempts before paywall
30
- freeAttemptLimit: 12,
30
+ freeAttemptLimit: 15,
31
31
 
32
32
  // Supabase configuration
33
33
  supabase: {
@@ -74,11 +74,11 @@ const CONFIG = {
74
74
  },
75
75
 
76
76
  // Success message after action (optional)
77
- successMessage: {
78
- enabled: true,
79
- title: 'Action Completed!',
80
- message: 'Your action was successful. Try more features!'
81
- }
77
+ // successMessage: {
78
+ // enabled: true,
79
+ // title: 'Action Completed!',
80
+ // message: 'Your action was successful. Try more features!'
81
+ // }
82
82
  };
83
83
 
84
84
  // ========================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneybar.online/moneybar",
3
- "version": "7.2.10",
3
+ "version": "8.0.0",
4
4
  "description": "The navbar of monetization. Fix the 3 money-blocking stages: forced sign-ins, silent drop-offs, and broken payment flows. Turn browsers into buyers.",
5
5
  "main": "dist/index.esm.js",
6
6
  "module": "dist/index.esm.js",