mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
chore: bump deps (#15151)
This commit is contained in:
@@ -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 }
|
||||
|
||||
Vendored
+3
-2
@@ -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,6 +1,6 @@
|
||||
{
|
||||
"name": "@affine/server-native",
|
||||
"version": "0.26.3",
|
||||
"version": "0.27.0",
|
||||
"engines": {
|
||||
"node": ">= 10.16.0 < 11 || >= 11.8.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user