mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-03-22 23:30:36 +08:00
#### PR Dependency Tree * **PR #14690** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated package manager and development tooling to latest compatible versions. * Updated backend framework and monitoring dependencies to latest minor/patch releases. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
19 lines
328 B
JSON
19 lines
328 B
JSON
{
|
|
"name": "@affine/s3-compat",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"aws4": "^1.13.2",
|
|
"fast-xml-parser": "^5.5.7",
|
|
"s3mini": "^0.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/aws4": "^1.11.6",
|
|
"vitest": "^4.0.18"
|
|
},
|
|
"version": "0.26.3"
|
|
}
|