build
build copied to clipboard
refactor: remove deprecated `@netlify/framework-info`
Summary
@netlify/framework-info was superseded by @netlify/build-info a long time ago, but the entire codebase seemingly still existed to support a couple utility function calls. I refactored these away and deleted the package.
This isn't a breaking change, as this won't result in any releases of any packages with breaking changes. We'll just stop cutting new releases of @netlify/framework-info, but we already stopped doing that long ago. Any remaining consumers should refactor to use @netlify/build-info.
To do
- [ ] Implement replacement for
listFrameworks()
This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files.
Consider converting them to TypeScript.