@moneybar.online/moneybar 3.7.0 → 3.8.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.
package/package.json CHANGED
@@ -1,17 +1,15 @@
1
1
  {
2
2
  "name": "@moneybar.online/moneybar",
3
- "version": "3.7.0",
3
+ "version": "3.8.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",
7
- "browser": "dist/index.browser.js",
8
7
  "unpkg": "dist/index.bundle.js",
9
8
  "types": "dist/index.d.ts",
10
9
  "type": "module",
11
10
  "exports": {
12
11
  ".": {
13
12
  "import": "./dist/index.esm.js",
14
- "browser": "./dist/index.browser.js",
15
13
  "types": "./dist/index.d.ts"
16
14
  }
17
15
  },