@moneybar.online/moneybar 9.1.2 → 9.1.3
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.
- package/README.md +6 -11
- package/moneybar-config-template.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -415,18 +415,13 @@ window.moneyBar.attachToButton('#process-image-btn', async (userContext) => {
|
|
|
415
415
|
|
|
416
416
|
## Getting Your Security Key
|
|
417
417
|
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
'yourdomain.com', -- Your domain
|
|
424
|
-
'your@email.com', -- Your email
|
|
425
|
-
3 -- Free attempt limit
|
|
426
|
-
);
|
|
427
|
-
```
|
|
418
|
+
**MoneyBar is currently in private beta.**
|
|
419
|
+
|
|
420
|
+
To get a security key for beta testing, please contact the authors:
|
|
421
|
+
- **Email**: ravi@cloudworks.com
|
|
422
|
+
- **GitHub**: [Open an issue](https://github.com/ravi-cloudworks/moneybar/issues)
|
|
428
423
|
|
|
429
|
-
|
|
424
|
+
We'll provide you with a security key and help you get set up!
|
|
430
425
|
|
|
431
426
|
---
|
|
432
427
|
|
|
@@ -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@9.1.
|
|
11
|
+
import { MoneyBar } from 'https://cdn.jsdelivr.net/npm/@moneybar.online/moneybar@9.1.2/dist/index.bundle.js';
|
|
12
12
|
|
|
13
13
|
// For NPM projects:
|
|
14
14
|
// import { MoneyBar } from '@moneybar.online/moneybar';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moneybar.online/moneybar",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.3",
|
|
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",
|