thingd-native 0.19.2 → 1.0.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thingd-native",
3
- "version": "0.19.2",
3
+ "version": "1.0.0",
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": {
@@ -9,6 +9,14 @@
9
9
  },
10
10
  "author": "Sayan Mohsin",
11
11
  "license": "Apache-2.0",
12
+ "keywords": [
13
+ "thingd",
14
+ "native",
15
+ "sqlite",
16
+ "napi-rs",
17
+ "rust",
18
+ "data-engine"
19
+ ],
12
20
  "repository": {
13
21
  "type": "git",
14
22
  "url": "git+https://github.com/sayanmohsin/thingd.git"