What is the current behavior?
Installing v3.3.0 results in the error Uncaught ReferenceError: process is not defined
What's happening that seems wrong?
It seems that the dist bundle is not correct. dist bundles should have references to process object
Steps to reproduce
- Install deepgram-sdk and use it in a browser application
- Run the application
- Visit the webpage
Expected behavior
- The application should simply run
- And you can use the deepgram client.
Please tell us about your environment
- Operating System/Version: MacOS
- Language: TypeScript
- Browser: Chrome
Other information
Reverting to v3.2.0 resolves the issue.
Anything else we should know? (e.g. detailed explanation, stack-traces, related issues, suggestions how to fix, links for us to have context, eg. stack overflow, codepen, etc)
- deepgram v3.2 Example: https://stackblitz.com/edit/vitejs-vite-fhctlf?file=package.json (This works fine)
- deepgram v3.3 Example: https://stackblitz.com/edit/vitejs-vite-zg6vpu?file=package.json (This fails)

What is the current behavior?
Installing v3.3.0 results in the error
Uncaught ReferenceError: process is not definedWhat's happening that seems wrong?
It seems that the dist bundle is not correct. dist bundles should have references to
processobjectSteps to reproduce
Expected behavior
Please tell us about your environment
Other information
Reverting to v3.2.0 resolves the issue.
Anything else we should know? (e.g. detailed explanation, stack-traces, related issues, suggestions how to fix, links for us to have context, eg. stack overflow, codepen, etc)