steamworks.js icon indicating copy to clipboard operation
steamworks.js copied to clipboard

getAuthTicketForWebApi missing in package

Open KlutzyBubbles opened this issue 11 months ago • 4 comments

when adding 0.3.1 with npm install steamworks.js, the client.d.ts file is missing getAuthTicketForWebApi even though its present in this repo.

Haven't tested if the function is actually there and the declaration just hasn't been updated but it still seems like an issue to raise

KlutzyBubbles avatar Mar 05 '24 11:03 KlutzyBubbles

@ceifa Can you please release a new version of the package?

SmoshySmosh avatar Mar 14 '24 04:03 SmoshySmosh

0.3.1 on npmjs is missing this API console.log(client.auth.getAuthTicketForWebApi); => undefined

maoweifan avatar Apr 02 '24 12:04 maoweifan

@KlutzyBubbles @SmoshySmosh This fork package @ai-zen/steamworks.js contains the latest changes.

LZQCN avatar Apr 05 '24 14:04 LZQCN

Thanks for reporting this @KlutzyBubbles. I will look at the PRs and release a new fixed version.

ceifa avatar May 03 '24 22:05 ceifa

Hello, friendly bump here on this issue. I'm looking to use this getAuthTicketForWebApi. Please let me know if I can contribute any assistance, but it looks like everything is implemented, it's just not exposed to javascript.

britg avatar May 18 '24 12:05 britg

Fixed in 0.3.2 🎉

ceifa avatar Jun 03 '24 23:06 ceifa