ai-hist 0.15.7 → 0.15.8
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-hist",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.8",
|
|
4
4
|
"description": "Native-backed TypeScript SDK, CLI, and MCP server for RelayHistory.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"build": "npm run clean && tsc -p tsconfig.json && node scripts/build-cloud-auth.mjs",
|
|
69
69
|
"dev": "tsc -p tsconfig.json --watch --preserveWatchOutput",
|
|
70
70
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
71
|
-
"test": "npm run build && node --test dist/*.test.js ../scripts/hydration-benchmark.test.mjs ../scripts/first-search-evidence.test.mjs",
|
|
71
|
+
"test": "npm run build && node --test dist/*.test.js ../scripts/hydration-benchmark.test.mjs ../scripts/first-search-evidence.test.mjs ../scripts/registry-clean-install-smoke.test.mjs ../scripts/npm-install-with-registry-retry.test.mjs",
|
|
72
72
|
"test:architecture": "node --test dist/architecture.test.js",
|
|
73
73
|
"benchmark": "npm run build && node ../scripts/benchmark-native.mjs",
|
|
74
74
|
"benchmark:hydration": "npm run build && node ../scripts/benchmark-hydration.mjs",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
80
|
-
"ai-hist-native": "0.15.
|
|
80
|
+
"ai-hist-native": "0.15.8",
|
|
81
81
|
"zod": "^4.4.3"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|