@thingd/native 0.82.1 → 0.83.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,6 +6,10 @@ Native Node.js binding for [thingd](https://github.com/sayanmohsin/thingd) — w
6
6
 
7
7
  This package is an internal dependency of `@thingd/sdk` and provides the native persistent store via napi-rs. You don't need to install it directly — `@thingd/sdk` pulls it in automatically when using `driver: "native"`.
8
8
 
9
+ The addon embeds the RocksDB durable backend; it does not connect to a
10
+ database service or require a companion container. The public SDK store
11
+ contract remains unchanged.
12
+
9
13
  The native open boundary accepts an optional 64-character hexadecimal key for
10
14
  authenticated encrypted storage. The key is validated before opening the Rust
11
15
  engine. Missing or wrong keys are reported as stable open errors without
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thingd/native",
3
- "version": "0.82.1",
3
+ "version": "0.83.1",
4
4
  "description": "Native Node.js binding for thingd — a fast object-first data engine for applications and AI agents.",
5
5
  "type": "module",
6
6
  "publishConfig": {