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

Kotlin Chat SDK is Publishing JavaScript Chat SDK to NPM #141

Open
Cryptoc1 opened this issue Dec 9, 2024 · 2 comments
Open

Kotlin Chat SDK is Publishing JavaScript Chat SDK to NPM #141

Cryptoc1 opened this issue Dec 9, 2024 · 2 comments

Comments

@Cryptoc1
Copy link

Cryptoc1 commented Dec 9, 2024

This morning, I am going through my weekly process of updating dependencies on my projects. Of those projects, one uses the Pubnub Chat SDK.

This morning, running npm outdated indicated a release of @pubnub/chat (v0.9.1). After updating the package, I experienced various errors from webpack related to transitive dependencies (crypto) webpack v5 no longer automatically bundles. Taking the advised steps to define a "fallback" for webpack did not work:
image

Upon looking closer into the 0.9.1 release of the JS Chat SDK, I noticed that the metadata on npmjs.org/packages/@pubnub/chat now points to this repo, rather than github.com/pubnub/js-chat repo:
image

@wkal-pubnub
Copy link
Contributor

Hey, we're looking into the crypto issue.

0.9.x are indeed our first releases from the kmp-chat repository, we'll follow up with 0.9.2 as soon as we've identified the problem.

@Cryptoc1
Copy link
Author

@wkal-pubnub does this mean that the source of the @pubnub/chat npm package is moving to this repository for the Kotlin SDK?

It would seem to me, that it is an error that the source of the @pubnub/chat npm package is not the js-chat repository?

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

No branches or pull requests

2 participants