feat(sdk): consolidate SDK functionality and update dependencies

- Introduced a new SDK package to replace the previous ssr-sdk, consolidating shared functionality for handling views and reactions.
- Updated package.json files across applications to reference the new @afilmory/sdk.
- Removed the old ssr-sdk package and its associated files, streamlining the codebase.
- Enhanced API routes for reactions and views to utilize the new SDK schemas and client methods.
- Updated dependencies in various packages to ensure compatibility and improved functionality.

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2025-11-08 21:13:02 +08:00
parent d01da030e3
commit 8d0e5dfe6b
25 changed files with 1302 additions and 265 deletions

View File

@@ -21,7 +21,7 @@
"dependencies": {
"@afilmory/data": "workspace:*",
"@afilmory/hooks": "workspace:*",
"@afilmory/ssr-sdk": "workspace:*",
"@afilmory/sdk": "workspace:*",
"@afilmory/ui": "workspace:*",
"@afilmory/utils": "workspace:*",
"@afilmory/webgl-viewer": "workspace:*",