@hot-updater/console 0.16.7-0 → 0.18.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.
Files changed (35) hide show
  1. package/dist/assets/index-B40KfAQR.css +1 -0
  2. package/dist/assets/index-ClfoMSQp.js +27 -0
  3. package/dist/index.cjs +1997 -2048
  4. package/dist/index.d.cts +154 -0
  5. package/dist/index.d.ts +154 -0
  6. package/dist/index.html +2 -2
  7. package/dist/index.js +1906 -1911
  8. package/package.json +6 -5
  9. package/dist/assets/index-C9l9iw4B.js +0 -27
  10. package/dist/assets/index-paAi6YFm.css +0 -1
  11. package/dist/src/App.d.ts +0 -2
  12. package/dist/src/components/spash-screen.d.ts +0 -1
  13. package/dist/src/components/ui/button.d.ts +0 -15
  14. package/dist/src/components/ui/label.d.ts +0 -3
  15. package/dist/src/components/ui/layout.d.ts +0 -4
  16. package/dist/src/components/ui/navigation-menu.d.ts +0 -35
  17. package/dist/src/components/ui/pagination.d.ts +0 -27
  18. package/dist/src/components/ui/sheet.d.ts +0 -26
  19. package/dist/src/components/ui/skeleton.d.ts +0 -8
  20. package/dist/src/components/ui/sonner.d.ts +0 -5
  21. package/dist/src/components/ui/switch.d.ts +0 -20
  22. package/dist/src/components/ui/table.d.ts +0 -10
  23. package/dist/src/components/ui/text-field.d.ts +0 -26
  24. package/dist/src/components/ui/toast.d.ts +0 -41
  25. package/dist/src/hooks/useFilter.d.ts +0 -9
  26. package/dist/src/index.d.ts +0 -1
  27. package/dist/src/lib/api.d.ts +0 -157
  28. package/dist/src/lib/extract-timestamp-from-uuidv7.d.ts +0 -1
  29. package/dist/src/lib/utils.d.ts +0 -3
  30. package/dist/src/routes/_components/columns.d.ts +0 -3
  31. package/dist/src/routes/_components/data-table.d.ts +0 -8
  32. package/dist/src/routes/_components/edit-bundle-sheet-content.d.ts +0 -5
  33. package/dist/src/routes/index.d.ts +0 -1
  34. package/dist/src-server/index.d.ts +0 -140
  35. package/dist/src-server/rpc.d.ts +0 -130
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hot-updater/console",
3
3
  "type": "module",
4
- "version": "0.16.7-0",
4
+ "version": "0.18.0",
5
5
  "files": [
6
6
  "dist",
7
7
  "package.json"
@@ -48,14 +48,15 @@
48
48
  "vite": "^6.1.0",
49
49
  "vite-plugin-solid": "^2.11.1",
50
50
  "vite-tsconfig-paths": "^5.1.4",
51
- "@hot-updater/mock": "0.16.7-0"
51
+ "@hot-updater/mock": "0.18.0"
52
52
  },
53
53
  "dependencies": {
54
- "@hot-updater/core": "0.16.7-0",
55
- "@hot-updater/plugin-core": "0.16.7-0"
54
+ "solid-icons": "^1.1.0",
55
+ "@hot-updater/core": "0.18.0",
56
+ "@hot-updater/plugin-core": "0.18.0"
56
57
  },
57
58
  "scripts": {
58
- "build": "vite build --mode client && rslib build",
59
+ "build": "vite build --mode client && tsdown",
59
60
  "check": "biome check --write",
60
61
  "dev": "vite",
61
62
  "format": "biome format --write",