-
Notifications
You must be signed in to change notification settings - Fork 13
chore: remove deprecated data-sources library #1196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR removes the deprecated data-sources
library from the monorepo and cleans up related references in the Explorer app.
- Deleted the entire
libs/data-sources
directory, including configs, sources, tests, and docs - Removed the
@siafoundation/data-sources
path mapping and dependency - Cleaned up imports and usage of
getGitHub
in theMap/stats.ts
component
Reviewed Changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
tsconfig.base.json | Removed the @siafoundation/data-sources path mapping |
libs/data-sources/* | Deleted library folder (configs, source, tests, docs) |
apps/explorer/package.json | Removed @siafoundation/data-sources dependency |
apps/explorer/components/Map/stats.ts | Removed getGitHub import and related stats properties |
Uh oh!
There was an error while loading. Please reload this page.