@allbluecn/web-app 0.6.1 → 0.6.2
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@allbluecn/web-app",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
4
4
|
"license": "AGPL-3.0-or-later",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -249,8 +249,6 @@
|
|
|
249
249
|
"@fontsource-variable/geist-mono": "^5.3.0",
|
|
250
250
|
"@iconify/react": "^6.0.2",
|
|
251
251
|
"@lobehub/icons": "^5.16.0",
|
|
252
|
-
"@open-file-viewer/core": "^0.1.43",
|
|
253
|
-
"@open-file-viewer/react": "^0.1.43",
|
|
254
252
|
"@prisma/client": "^7.8.0",
|
|
255
253
|
"@radix-ui/react-dialog": "^1.1.23",
|
|
256
254
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
@@ -333,7 +331,6 @@
|
|
|
333
331
|
"next-themes": "^0.4.6",
|
|
334
332
|
"nitro": "3.0.260603-beta",
|
|
335
333
|
"ogl": "^1.0.11",
|
|
336
|
-
"open-file-viewer-workspace": "github:xushanpei/open-file-viewer",
|
|
337
334
|
"pdfjs-dist": "^6.3.289",
|
|
338
335
|
"pinyin-pro": "^3.29.3",
|
|
339
336
|
"prisma": "^7.8.0",
|
|
@@ -95,7 +95,7 @@ export const SDK_GROUPS: SdkGroup[] = [
|
|
|
95
95
|
"items": [
|
|
96
96
|
{
|
|
97
97
|
"name": "@allbluecn/web-app",
|
|
98
|
-
"version": "v0.6.
|
|
98
|
+
"version": "v0.6.2",
|
|
99
99
|
"lastUpdate": "Sep 3, 2026",
|
|
100
100
|
"source": "apps/web/package.json",
|
|
101
101
|
"docsUrl": "https://github.com/allbluecn/allblue"
|