andywer / squid

🦑 Provides SQL tagged template strings and schema definition functions.
MIT License
148 stars 7 forks source link

Export PgQuery #39

Closed AgentGoldPaw closed 3 years ago

AgentGoldPaw commented 3 years ago

I have function that i need the type for. Hopefully this is ok.

andywer commented 3 years ago

Hey @drpym!

The export is fine, but the 5k lines added to the package-lock.json… What did you do?! 😅

AgentGoldPaw commented 3 years ago

whoops i did a npm install and accidentally committed the changes. that was my bad.

--- edit removed the change. sorry.

andywer commented 3 years ago

No worries 🙂

AgentGoldPaw commented 3 years ago

@andywer not related I have been testing in typescript 4 and it seems ok so far. Is there anything I should look out for? so far everything seems great. also nice work.

andywer commented 3 years ago

Took me a second to realize what you meant. The readme still said that you need (at least) TypeScript 3. Removed that. Thanks!

AgentGoldPaw commented 3 years ago

No worries :)

andywer commented 3 years ago

Published as v0.5.2