@moneybar.online/moneybar 3.5.0 → 3.6.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.
@@ -96,7 +96,7 @@
96
96
  console.log('🚀 Loading MoneyBar...');
97
97
 
98
98
  try {
99
- const { MoneyBar } = await import('https://cdn.jsdelivr.net/npm/@moneybar.online/moneybar/dist/index.bundle.js');
99
+ const { MoneyBar } = await import('https://cdn.jsdelivr.net/npm/@moneybar.online/moneybar@3.5.0/dist/index.bundle.js');
100
100
 
101
101
  // Use FEEDBACK_INTELLIGENCE_CONFIG by default (you can change this)
102
102
  const config = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moneybar.online/moneybar",
3
- "version": "3.5.0",
3
+ "version": "3.6.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",