Skip to content

Releases: nhost/nhost

@nhost/[email protected]

23 Feb 11:55
22a8d2d
Compare
Choose a tag to compare

Patch Changes

  • c8f2488: build npm package with esbuild instead of vite. Vite does not build isomorphic packages correctly, in particular the dependency to axios

@nhost/[email protected]

23 Feb 11:55
22a8d2d
Compare
Choose a tag to compare

Patch Changes

  • c8f2488: build npm package with esbuild instead of vite. Vite does not build isomorphic packages correctly, in particular the dependency to axios

@nhost/[email protected]

22 Feb 13:54
41c6b4d
Compare
Choose a tag to compare

Patch Changes

@nhost/[email protected]

22 Feb 08:43
764b881
Compare
Choose a tag to compare

Patch Changes

  • 03562af: Build in CommonJS and ESM instead of UMD and ESM as the UMD bundle generated by the default Vite lib build mode doesn't work with NodeJS
  • Updated dependencies [03562af]

@nhost/[email protected]

22 Feb 13:54
41c6b4d
Compare
Choose a tag to compare

Patch Changes

@nhost/[email protected]

22 Feb 08:43
764b881
Compare
Choose a tag to compare

Patch Changes

  • 03562af: Build in CommonJS and ESM instead of UMD and ESM as the UMD bundle generated by the default Vite lib build mode doesn't work with NodeJS
  • Updated dependencies [03562af]

@nhost/[email protected]

22 Feb 13:54
41c6b4d
Compare
Choose a tag to compare

Patch Changes

@nhost/[email protected]

22 Feb 08:43
764b881
Compare
Choose a tag to compare

Patch Changes

@nhost/[email protected]

22 Feb 13:54
41c6b4d
Compare
Choose a tag to compare

Patch Changes

  • 2e1c055: Axios causes some trouble when used NodeJS / CommonJS. Any code importing axios now does so in using the require() syntax

@nhost/[email protected]

22 Feb 08:43
764b881
Compare
Choose a tag to compare

Patch Changes

  • 03562af: Build in CommonJS and ESM instead of UMD and ESM as the UMD bundle generated by the default Vite lib build mode doesn't work with NodeJS