We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6fd9cd commit dbea4adCopy full SHA for dbea4ad
.changeset/nine-worms-love.md
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @powersync/sql-js
2
3
+## 0.0.2
4
+
5
+### Patch Changes
6
7
+- 371c973: Added support for binding values that are ArrayBuffers. This is needed downstream for the Rust sync implementation.
8
9
## 0.0.1
10
11
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@powersync/sql-js",
- "version": "0.0.1",
+ "version": "0.0.2",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
0 commit comments