fubi 1.0.0-beta.4 → 1.0.0-beta.6

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.
Files changed (3) hide show
  1. package/dist/index.es.js +17054 -10416
  2. package/dist/index.iife.js +2 -2
  3. package/package.json +22 -24
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": "1.0.0-beta.4",
5
+ "version": "1.0.0-beta.6",
6
6
  "homepage": "https://fubi.dev",
7
7
  "type": "module",
8
8
  "types": "./dist/index.d.ts",
@@ -18,42 +18,40 @@
18
18
  "dist"
19
19
  ],
20
20
  "scripts": {
21
- "dev": "concurrently \"vite build --watch\" \"wait-on dist/index.es.js && cd demo && vite --host\"",
21
+ "dev": "concurrently \"vite dev\" \"wait-on dist/index.es.js && vite --host\"",
22
+ "prod": "concurrently \"vite build --watch\" \"wait-on dist/index.es.js && cd demo && vite --host\"",
22
23
  "build": "tsc && vite build",
23
24
  "typecheck": "tsc --noEmit",
24
- "pub": "bun run publish.js",
25
- "format": "prettier --write .",
26
- "lint": "prettier --check ."
25
+ "pub": "bun run publish.js"
27
26
  },
28
27
  "devDependencies": {
29
- "@hugeicons-pro/core-bulk-rounded": "^1.0.17",
30
- "@hugeicons-pro/core-duotone-rounded": "^1.1.0",
31
- "@hugeicons-pro/core-solid-rounded": "^1.0.17",
32
- "@hugeicons-pro/core-stroke-rounded": "^1.0.17",
33
- "@hugeicons-pro/core-stroke-standard": "^1.0.17",
28
+ "@hugeicons-pro/core-bulk-rounded": "^1.2.1",
29
+ "@hugeicons-pro/core-duotone-rounded": "^1.2.1",
30
+ "@hugeicons-pro/core-solid-rounded": "^1.2.1",
31
+ "@hugeicons-pro/core-stroke-rounded": "^1.2.1",
32
+ "@hugeicons-pro/core-stroke-standard": "^1.2.1",
34
33
  "@sveltejs/vite-plugin-svelte": "^4.0.4",
35
- "@tailwindcss/vite": "^4.1.13",
36
- "@types/node": "^20.19.17",
34
+ "@tailwindcss/vite": "^4.1.17",
35
+ "@types/node": "^20.19.25",
37
36
  "astro": "^4.16.19",
38
37
  "concurrently": "^9.2.1",
39
- "prettier": "^3.4.2",
40
- "prettier-plugin-svelte": "^3.3.3",
41
- "svelte": "^5.39.6",
42
- "tailwindcss": "^4.1.13",
43
- "terser": "^5.44.0",
44
- "typescript": "^5.9.2",
45
- "vite": "^5.4.20",
46
- "wait-on": "^8.0.5"
47
- },
48
- "dependencies": {
38
+ "prettier": "^3.7.3",
39
+ "prettier-plugin-svelte": "^3.4.0",
40
+ "svelte": "5.41.2",
41
+ "tailwindcss": "^4.1.17",
42
+ "terser": "^5.44.1",
43
+ "typescript": "^5.9.3",
44
+ "vite": "^5.4.21",
45
+ "wait-on": "^8.0.5",
49
46
  "@hugeicons/svelte": "^1.0.2",
50
- "bits-ui": "^2.11.3",
47
+ "bits-ui": "^2.14.4",
51
48
  "commander": "^12.1.0",
52
49
  "motion": "^12.23.24",
53
- "pocketbase": "^0.26.2",
50
+ "pocketbase": "^0.26.3",
54
51
  "runed": "^0.34.0",
55
52
  "tailwindcss-animate": "^1.0.7"
56
53
  },
54
+ "dependencies": {},
57
55
  "keywords": [
58
56
  "feedback",
59
57
  "collaboration",