SDK issues again
Folks, can you get your typescript SDK process under control?
I upgraded to 0.10.0, and you've changed the namespace under which you export types, breaking imports across my entire codebase. You used to export types at
I upgraded to 0.10.0, and you've changed the namespace under which you export types, breaking imports across my entire codebase. You used to export types at
@vapi-ai/server-sdk/api, and now they're at @vapi-ai/server-sdk/dist/cjs/api. Neither are really standard. I shouldn't need to know your internal paths in order to determine where to import things. I'm going to go ahead and downgrade for now, but this is very busted.