You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #6 from cloudnc/fix/ensure-page-route-is-registered
fix(mockGrpcUnary): ensure route registration is awaited to avoid race conditions where a route might be attempted before registration completes
fix: build as module commonjs instead of esnext
This fixes an issue in the project consumming that library when it was saying
```
JavaScript files must end with .mjs to use import.
```