@reddb-io/client
Advanced tools
+1
-1
| { | ||
| "name": "@reddb-io/client", | ||
| "version": "1.21.0", | ||
| "version": "1.22.0-rc.196", | ||
| "description": "Thin remote-only RedDB driver. Downloads the `red_client` binary on install. Speaks RedWire/gRPC/HTTP. Embedded URIs (memory://, file://, red:///path) are rejected — use @reddb-io/sdk for those.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+1
-1
@@ -60,3 +60,3 @@ import { RedDBError } from './protocol.js' | ||
| const result = await this.db.query( | ||
| `UPDATE ${sqlIdentifierPath(collection)} DOCUMENTS SET ${assignments} WHERE rid = $1 RETURNING *`, | ||
| `UPDATE ${sqlIdentifierPath(collection)} SET ${assignments} WHERE rid = $1 RETURNING *`, | ||
| rid, | ||
@@ -63,0 +63,0 @@ ) |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
244288
02
100%