I noticed the library currently depends on surrealdb.js version 1.0.0-beta.9, but the latest version is beta 20. In beta 18, the library was renamed from surrealdb.js to just surrealdb. We're currently using the latest version and it required changing the imports to surrealdb instead of surrealdb.js. On your end, and from what I can tell, this mainly affects import { type RecordId } from "surrealdb.js".
Would you be open to updating the library to support this change? It would ensure compatibility with the latest versions. If not, possibly making a beta version of surrealdb-client-generator to support those of us on SDK beta > 17.
I noticed the library currently depends on surrealdb.js version 1.0.0-beta.9, but the latest version is beta 20. In beta 18, the library was renamed from surrealdb.js to just surrealdb. We're currently using the latest version and it required changing the imports to
surrealdb
instead ofsurrealdb.js
. On your end, and from what I can tell, this mainly affectsimport { type RecordId } from "surrealdb.js"
.Would you be open to updating the library to support this change? It would ensure compatibility with the latest versions. If not, possibly making a beta version of
surrealdb-client-generator
to support those of us on SDK beta > 17.