google / intermock

Mocking library to create mock objects with fake data for TypeScript interfaces
https://google.github.io/intermock/
Apache License 2.0
1.14k stars 71 forks source link

Bump version #22

Closed wesleyyee closed 4 years ago

wesleyyee commented 4 years ago

@ryanmcdermott whats the process for publishing?

ryanmcdermott commented 4 years ago

Done!

wesleyyee commented 4 years ago

@ryanmcdermott any reason you can think of that would cause the installed package to throw an error but it runs fine with your local build?

ryanmcdermott commented 4 years ago

What do you mean specifically? I don't understand what kind of error you're referring to.

wesleyyee commented 4 years ago

Unsupported Primitive type 184 although there are no TypeOperator kinds in my ts. It runs fine for my local build

ryanmcdermott commented 4 years ago

I don't know what you mean by the installed package? If you npm install the latest version 0.2.2 it should have all of the latest changes.

wesleyyee commented 4 years ago

@ryanmcdermott ok installing 0.2.2 seems to have resolved the issue. On your initial bump it was 0.2.1 and that was giving me issues for some reason? 🤷‍♂