sebastianwessel / surrealdb-client-generator

Tool which generates a typescript client for SurrealDB and zod schema of a given database
MIT License
77 stars 12 forks source link

Version 2.6.0 #58

Closed sebastianwessel closed 3 months ago

sebastianwessel commented 3 months ago

Version 2.6

Breaking change

The package now only contains a single bundled CommonJS file. There is no longer a CommonJS & ESM version with types, source maps and so on. This will reduce the package size a lot and reduces the build steps, as it is not needed for a CMD-line tool like this.

Update from surrealdb.js to surrealdb

Surreal changed the lib name to surrealdb - this is aligned now (already merged to main)