thingd-native 0.18.3 → 0.19.0

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
@@ -1,6 +1,8 @@
1
1
  # thingd-native
2
2
 
3
- Private native Node.js binding for `thingd`.
3
+ Native Node.js binding for `thingd` — a fast object-first data engine for applications and AI agents.
4
+
5
+ This package provides the native SQLite persistence layer for the thingd SDK. It is currently private and opt-in, loaded only when `driver: "native"` is requested.
4
6
 
5
7
  This package is intentionally private and non-publishable right now. The public package remains `thingd`.
6
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "thingd-native",
3
- "version": "0.18.3",
4
- "description": "Private native Node.js binding for thingd.",
3
+ "version": "0.19.0",
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": {
7
7
  "access": "public",