@thingd/cli 0.65.9 → 0.66.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -343,7 +343,7 @@ async function runBench(context) {
343
343
  "--example",
344
344
  "storage_bench",
345
345
  "--features",
346
- "sqlite",
346
+ "fjall,search",
347
347
  "--",
348
348
  String(count),
349
349
  ], {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thingd/cli",
3
- "version": "0.65.9",
3
+ "version": "0.66.0",
4
4
  "description": "CLI, Interactive TUI Dashboard, and MCP server for thingd — a fast object-first data engine for applications and AI agents.",
5
5
  "type": "module",
6
6
  "homepage": "https://engine.thingd.cloud",
@@ -45,7 +45,7 @@
45
45
  "cli-table3": "^0.6.5",
46
46
  "picocolors": "^1.1.1",
47
47
  "zod": "^4.4.3",
48
- "@thingd/sdk": "0.65.9"
48
+ "@thingd/sdk": "0.66.0"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=24.0.0"