yellowstone icon indicating copy to clipboard operation
yellowstone copied to clipboard

Most recent version available on NPM

Open j8jacobs opened this issue 1 year ago • 2 comments

Hello, great library. Wondering if I'm doing something wrong, when I pull the lib from NPM the sendAudioBackchannel functionality is not available - I need to download source and integrate into my project to see that code available.

I see the code available in the tagged v3.0.4, but see that the NPM package is at v3.0.1.

j8jacobs avatar Apr 21 '23 19:04 j8jacobs

Michael does the NPM releases. But what I do for my own projects is reference a specific on github in package.json Then 'npm' will pull in the github source instead of the module from the NPM web site

RogerHardiman avatar Jun 11 '23 06:06 RogerHardiman

you can make npm to pull github source by,

npm install git+https://github.com/mbullington/yellowstone.git

GyeongHoKim avatar Jan 03 '24 02:01 GyeongHoKim