mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-05 11:30:04 +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"
|
||||
},
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user