Skip to content
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

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

kinyoklion
Copy link
Member

No description provided.

@kinyoklion kinyoklion requested a review from a team as a code owner December 11, 2024 21:34
@@ -76,8 +76,5 @@
"ts-jest": "^29.1.0",
"typedoc": "0.25.0",
"typescript": "5.1.6"
},
Copy link
Member Author

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.

Copy link
Contributor

@launchdarkly/js-sdk-common size report
This is the brotli compressed size of the ESM build.
Size: 17781 bytes
Size limit: 21000

Copy link
Contributor

@launchdarkly/js-client-sdk-common size report
This is the brotli compressed size of the ESM build.
Size: 15354 bytes
Size limit: 20000

Copy link
Contributor

@launchdarkly/js-client-sdk size report
This is the brotli compressed size of the ESM build.
Size: 19209 bytes
Size limit: 21000

@kinyoklion kinyoklion merged commit 0fb5375 into main Dec 12, 2024
22 checks passed
@kinyoklion kinyoklion deleted the rlamb/SDK-979/remove-bundled-dependencies branch December 12, 2024 18:31
@github-actions github-actions bot mentioned this pull request Dec 12, 2024
kinyoklion pushed a commit that referenced this pull request Dec 12, 2024
🤖 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants