@aria-cli/tools 1.0.3 → 1.0.5
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.
|
@@ -415,8 +415,8 @@ export declare const HeadlessSessionLoadResultSchema: z.ZodObject<{
|
|
|
415
415
|
stateStatus: z.ZodEnum<{
|
|
416
416
|
paused: "paused";
|
|
417
417
|
running: "running";
|
|
418
|
-
idle: "idle";
|
|
419
418
|
completed: "completed";
|
|
419
|
+
idle: "idle";
|
|
420
420
|
}>;
|
|
421
421
|
activeRunId: z.ZodNullable<z.ZodString>;
|
|
422
422
|
pausedState: z.ZodNullable<z.ZodUnknown>;
|
|
@@ -1017,8 +1017,8 @@ export declare const HeadlessOperationSuccessResultSchema: z.ZodUnion<readonly [
|
|
|
1017
1017
|
stateStatus: z.ZodEnum<{
|
|
1018
1018
|
paused: "paused";
|
|
1019
1019
|
running: "running";
|
|
1020
|
-
idle: "idle";
|
|
1021
1020
|
completed: "completed";
|
|
1021
|
+
idle: "idle";
|
|
1022
1022
|
}>;
|
|
1023
1023
|
activeRunId: z.ZodNullable<z.ZodString>;
|
|
1024
1024
|
pausedState: z.ZodNullable<z.ZodUnknown>;
|
|
@@ -1731,8 +1731,8 @@ export declare const HEADLESS_OPERATION_SCHEMAS: {
|
|
|
1731
1731
|
stateStatus: z.ZodEnum<{
|
|
1732
1732
|
paused: "paused";
|
|
1733
1733
|
running: "running";
|
|
1734
|
-
idle: "idle";
|
|
1735
1734
|
completed: "completed";
|
|
1735
|
+
idle: "idle";
|
|
1736
1736
|
}>;
|
|
1737
1737
|
activeRunId: z.ZodNullable<z.ZodString>;
|
|
1738
1738
|
pausedState: z.ZodNullable<z.ZodUnknown>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aria-cli/tools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
32
32
|
"zod": "^4.3.6",
|
|
33
33
|
"zod-to-json-schema": "^3.25.1",
|
|
34
|
-
"@aria-cli/fastripgrep": "1.0.
|
|
35
|
-
"@aria-cli/
|
|
36
|
-
"@aria-cli/
|
|
34
|
+
"@aria-cli/fastripgrep": "1.0.5",
|
|
35
|
+
"@aria-cli/search": "0.1.0",
|
|
36
|
+
"@aria-cli/types": "1.0.5"
|
|
37
37
|
},
|
|
38
38
|
"optionalDependencies": {
|
|
39
|
-
"@aria-cli/cli": "1.0.
|
|
39
|
+
"@aria-cli/cli": "1.0.5"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/jsdom": "^28.0.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@types/turndown": "^5.0.6",
|
|
45
45
|
"typescript": "^5.9.3",
|
|
46
46
|
"vitest": "^4.0.18",
|
|
47
|
-
"@aria-cli/memoria": "1.0.
|
|
47
|
+
"@aria-cli/memoria": "1.0.5"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"dev": "tsc --watch",
|