dayhaysoos / use-shopping-cart

Shopping cart state and logic for Stripe
MIT License
907 stars 118 forks source link

fix ts error - no declartion file for utilities fixes #324 #325

Closed ciruz closed 1 year ago

ciruz commented 1 year ago

Since the utilities/index.js only exports the serverless.js, TypeScripts expects a index.d.ts too.

A simple index.d.ts which exports the serverless.d.ts will do it.

netlify[bot] commented 1 year ago

Deploy request for useshoppingcart pending review.

Visit the deploys page to approve it

Name Link
Latest commit e2fabb2279bedd96c3566ab660b09f842b775ad9
dayhaysoos commented 1 year ago

Yooo thank you @ciruz. I been so busy! I appreciate you. I'm going to look into the other issues you've created too

dayhaysoos commented 1 year ago

@all-contributors please add @ciruz for code

allcontributors[bot] commented 1 year ago

@dayhaysoos

I've put up a pull request to add @ciruz! :tada:

CharlesCCC commented 1 year ago

Awesome fellas, thank you very much for the quick fix. !!!

dayhaysoos commented 1 year ago

@ciruz I still have to do the release lol I'ma do it tomorrow morning!

dayhaysoos commented 1 year ago

I did the release just now @ciruz to 3.1.8 with your fix!

CharlesCCC commented 1 year ago

thank you all for the quick fix !!! you all rock !!!

ciruz commented 1 year ago

thank you @dayhaysoos