fubi 0.4.6 → 0.4.8

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.
@@ -9798,6 +9798,5 @@ function J0(e = {}) {
9798
9798
  }, l;
9799
9799
  }
9800
9800
  export {
9801
- J0 as default,
9802
- J0 as fubi
9801
+ J0 as default
9803
9802
  };
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "fubi",
3
3
  "description": "A lightweight, universal in-page feedback and collaboration tool for web applications. ",
4
4
  "author": "Wonder Makers",
5
- "version": "0.4.6",
5
+ "version": "0.4.8",
6
6
  "homepage": "https://fubi.dev",
7
7
  "type": "module",
8
8
  "scripts": {
@@ -14,12 +14,12 @@
14
14
  "pub": "bun run publish.js"
15
15
  },
16
16
  "files": [
17
- "src/dist"
17
+ "dist"
18
18
  ],
19
- "main": "./src/dist/fubi.js",
20
- "module": "./src/dist/fubi.js",
19
+ "main": "./dist/fubi.js",
20
+ "module": "./dist/fubi.js",
21
21
  "exports": {
22
- ".": "./src/dist/fubi.js"
22
+ ".": "./dist/fubi.js"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@sveltejs/vite-plugin-svelte": "^5.0.3",