chore: bump deps (#15151)

This commit is contained in:
DarkSky
2026-06-24 23:55:19 +08:00
committed by GitHub
parent c41d613b6e
commit 11db127772
153 changed files with 487 additions and 547 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ affine_common = { workspace = true, features = [
"ydoc-loader",
] }
anyhow = { workspace = true }
aws-sdk-s3 = "1.115"
aws-sdk-s3 = "1.137.0"
base64 = { workspace = true }
chrono = { workspace = true }
doc_extractor = { workspace = true }
+3 -2
View File
@@ -15,8 +15,9 @@ export declare class BackendRuntime {
* the y-octo/yjs round-trip compatibility issue is resolved.
*
* The caller owns quota reconciliation and must pass a fresh
* historyMaxAgeSeconds value. The compactor intentionally does not read
* effective workspace quota state.
* history_max_age_seconds value. The compactor intentionally does not read
* effective_workspace_quota_states; if a future caller cannot provide a
* fresh quota state, fail and retry after Node reconciles it.
*/
compactPendingDocUpdates(workspaceId: string, docId: string, batchLimit: number, historyMinIntervalMs: number, historyMaxAgeSeconds: number, owner: string, leaseTtlMs: number): Promise<RuntimeDocCompactionResult>
upsertDocSnapshot(workspaceId: string, docId: string, blob: Buffer, timestampMs: number, editorId?: string | undefined | null): Promise<boolean>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@affine/server-native",
"version": "0.26.3",
"version": "0.27.0",
"engines": {
"node": ">= 10.16.0 < 11 || >= 11.8.0"
},
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@affine/server",
"private": true,
"version": "0.26.3",
"version": "0.27.0",
"description": "Affine Node.js server",
"type": "module",
"scripts": {
@@ -70,7 +70,7 @@
"commander": "^13.1.0",
"cookie-parser": "^1.4.7",
"cross-env": "^10.1.0",
"date-fns": "^4.0.0",
"date-fns": "^4.4.0",
"dotenv": "^16.4.7",
"eventemitter2": "^6.4.9",
"exa-js": "^2.4.0",