@allbluecn/web-app 0.6.0 → 0.6.1
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.1",
|
|
4
4
|
"license": "AGPL-3.0-or-later",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -236,14 +236,9 @@
|
|
|
236
236
|
"prepublishOnly": "node scripts/check-sdk-versions.mjs"
|
|
237
237
|
},
|
|
238
238
|
"dependencies": {
|
|
239
|
-
"@allbluecn/ai-gateway": "workspace:*",
|
|
240
239
|
"@allbluecn/database": "workspace:*",
|
|
241
240
|
"@allbluecn/kernel": "workspace:*",
|
|
242
|
-
"@allbluecn/plugins-core": "workspace:*",
|
|
243
|
-
"@allbluecn/prototype": "workspace:*",
|
|
244
241
|
"@allbluecn/shared": "workspace:*",
|
|
245
|
-
"@allbluecn/tiptap": "workspace:*",
|
|
246
|
-
"@allbluecn/ui": "workspace:*",
|
|
247
242
|
"@ariakit/react": "^0.4.28",
|
|
248
243
|
"@auth/core": "^0.41.2",
|
|
249
244
|
"@auth/prisma-adapter": "^2.11.2",
|
|
@@ -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.1",
|
|
99
99
|
"lastUpdate": "Sep 3, 2026",
|
|
100
100
|
"source": "apps/web/package.json",
|
|
101
101
|
"docsUrl": "https://github.com/allbluecn/allblue"
|