mirror of
https://github.com/Afilmory/afilmory
synced 2026-04-24 23:05:05 +00:00
feat: introduce @afilmory/typing package and update imports across the codebase
- Added a new package `@afilmory/typing` to centralize type definitions. - Updated various files to import types from `@afilmory/typing` instead of individual modules. - Adjusted package dependencies in `package.json` files for affected packages. - Modified `pnpm-lock.yaml` to include the new package and its dependencies. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"@afilmory/data": "workspace:*",
|
||||
"@afilmory/hooks": "workspace:*",
|
||||
"@afilmory/sdk": "workspace:*",
|
||||
"@afilmory/typing": "workspace:*",
|
||||
"@afilmory/ui": "workspace:*",
|
||||
"@afilmory/utils": "workspace:*",
|
||||
"@afilmory/webgl-viewer": "workspace:*",
|
||||
|
||||
Reference in New Issue
Block a user