chore: refresh dependencies and complete object storage compatibility (#7379)
* chore: refresh workspace dependencies * submodule * fix: complete OSS storage compatibility for v4.15.5 * fix: complete COS storage integration compatibility * fix: align portable storage key limit * test: expand cross-provider storage integration coverage * feat: add Cloudflare R2 storage support * fix: use supported docs code fence language
Showing
| ... | ... | @@ -47,7 +47,7 @@ |
| "@types/node": "24.0.13", | ||
| "@types/react": "^19.1.8", | ||
| "@types/react-dom": "^19.1.6", | ||
| "postcss": "^8.5.10", | ||
| "postcss": "catalog:", | ||
| "tailwindcss": "^4.1.11", | ||
| "textlint": "catalog:lint", | ||
| "textlint-plugin-mdx": "catalog:lint", | ||
| ... | ... |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| ... | ... | @@ -20,7 +20,7 @@ |
| }, | ||
| "dependencies": { | ||
| "@fastgpt-sdk/otel": "workspace:*", | ||
| "@hono/node-server": "^1.13.7", | ||
| "@hono/node-server": "catalog:", | ||
| "@fastgpt/global": "workspace:*", | ||
| "@t3-oss/env-core": "catalog:", | ||
| "acorn": "^8.15.0", | ||
| ... | ... |
| ... | ... | @@ -46,7 +46,7 @@ |
| "@types/react-dom": "catalog:", | ||
| "eslint": "catalog:lint", | ||
| "eslint-config-next": "catalog:lint", | ||
| "postcss": "^8", | ||
| "postcss": "catalog:", | ||
| "tailwindcss": "^3.4.1", | ||
| "typescript": "catalog:" | ||
| } | ||
| ... | ... |
| ... | ... | @@ -14,7 +14,7 @@ |
| "pnpm": "10.x" | ||
| }, | ||
| "dependencies": { | ||
| "@hono/node-server": "^1.13.7", | ||
| "@hono/node-server": "catalog:", | ||
| "hono": "catalog:", | ||
| "undici": "catalog:", | ||
| "zod": "catalog:" | ||
| ... | ... |
sdk/storage/src/adapters/r2.adapter.ts
0 → 100644
Please
register
or
sign in
to comment