Skip to content

edgedb-js v1.3.5

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 13:24
· 286 commits to refs/heads/master since this release
b3bb5a6

The big notable change here is that refactoring how we import the NodeJS crypto module makes it more compatible with other runtimes such as the browser, Edge runtimes, and serverless functions.

Commits:

  • 4b01e37 Fix typescript errors for generated query builder (#716)
  • 1db40b8 Remove require('crypto') imports in browser client (#721)