mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
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:
@@ -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:*",
|
||||
|
||||
Reference in New Issue
Block a user