@aria-cli/tools 1.0.31 → 1.0.33
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/dist/mcp/connection.js
CHANGED
|
@@ -8,7 +8,7 @@ import { EventEmitter } from "events";
|
|
|
8
8
|
import { PassThrough, Writable } from "stream";
|
|
9
9
|
// Hardcoded version — updated by release script.
|
|
10
10
|
// DO NOT read from package.json — breaks when bun bundles the file.
|
|
11
|
-
const TOOLS_VERSION = "1.0.
|
|
11
|
+
const TOOLS_VERSION = "1.0.33";
|
|
12
12
|
import { JSONRPCClient } from "./jsonrpc.js";
|
|
13
13
|
function sanitizeGitEnv(env = process.env) {
|
|
14
14
|
const sanitized = {};
|
|
@@ -11,7 +11,7 @@ const events_1 = require("events");
|
|
|
11
11
|
const stream_1 = require("stream");
|
|
12
12
|
// Hardcoded version — updated by release script.
|
|
13
13
|
// DO NOT read from package.json — breaks when bun bundles the file.
|
|
14
|
-
const TOOLS_VERSION = "1.0.
|
|
14
|
+
const TOOLS_VERSION = "1.0.33";
|
|
15
15
|
const jsonrpc_js_1 = require("./jsonrpc.js");
|
|
16
16
|
function sanitizeGitEnv(env = process.env) {
|
|
17
17
|
const sanitized = {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aria-cli/tools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.33",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
},
|
|
29
29
|
"//dependencies": "TODO: @aria/memoria for ToolContext typing, @aria/types for shared types - needed for future tool execution context",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aria-cli/fastripgrep": "1.0.
|
|
32
|
-
"@aria-cli/search": "1.0.
|
|
33
|
-
"@aria-cli/types": "1.0.
|
|
31
|
+
"@aria-cli/fastripgrep": "1.0.33",
|
|
32
|
+
"@aria-cli/search": "1.0.33",
|
|
33
|
+
"@aria-cli/types": "1.0.33",
|
|
34
34
|
"@mozilla/readability": "^0.6.0",
|
|
35
35
|
"diff": "^8.0.3",
|
|
36
36
|
"fast-glob": "^3.3.3",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"zod": "^4.3.6"
|
|
44
44
|
},
|
|
45
45
|
"optionalDependencies": {
|
|
46
|
-
"@aria-cli/cli": "1.0.
|
|
46
|
+
"@aria-cli/cli": "1.0.33"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@aria-cli/memoria": "1.0.
|
|
49
|
+
"@aria-cli/memoria": "1.0.32",
|
|
50
50
|
"@types/jsdom": "^28.0.0",
|
|
51
51
|
"@types/json-schema": "^7.0.15",
|
|
52
52
|
"@types/turndown": "^5.0.6",
|