3.43.2 and move SqliteClient to separate entrypoint #43
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have been developing a library based on this package, but I have been stuck on 3.42.0-build2 for a while because the next version added SqliteClient, and I have been unable to resolve build errors resulting from this change. In this PR, I would like to move SqliteClient to be exported from
@sqlite.org/sqlite-wasm/client
. This fixes the build complexity and allows packages based on @sqlite.org/sqlite-wasm to use it without needing to import Comlink or the client code that they may not need.(No disrespect intended toward the work on SqliteClient by @etiennenoel. When I first started experimenting with this package, I was given the impression that it was not intended to extend the sqlite.org code in anyway, only to provide it on npm, so I started working on my own client library. SqliteClient was added here later.)
Additionally, this PR bumps the dependencies from sqlite.org to 3.43.2. Just from running the normal build script.