-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix: Remove bundled dependency from package.json. #711
Conversation
@@ -76,8 +76,5 @@ | |||
"ts-jest": "^29.1.0", | |||
"typedoc": "0.25.0", | |||
"typescript": "5.1.6" | |||
}, |
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.
This didn't do what it was intended to do, but did cause a warning on install.
Basically this dependency is bundled with rollup, but this package.json indicates that the package would contain a .tgz file with this dependency in it.
@launchdarkly/js-sdk-common size report |
@launchdarkly/js-client-sdk-common size report |
@launchdarkly/js-client-sdk size report |
🤖 I have created a release *beep* *boop* --- <details><summary>cloudflare-server-sdk: 2.6.3</summary> ## [2.6.3](cloudflare-server-sdk-v2.6.2...cloudflare-server-sdk-v2.6.3) (2024-12-12) ### Bug Fixes * Remove bundled dependency from package.json. ([#711](#711)) ([0fb5375](0fb5375)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
No description provided.