@shardworks/animator-apparatus 0.1.113 → 0.1.115
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/types.d.ts +1 -1
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -90,7 +90,7 @@ export interface SessionResult {
|
|
|
90
90
|
* The final assistant text from the session.
|
|
91
91
|
* Extracted by the Animator from the provider's transcript.
|
|
92
92
|
* Useful for programmatic consumers that need the session's conclusion
|
|
93
|
-
* without parsing the full transcript (e.g. the
|
|
93
|
+
* without parsing the full transcript (e.g. the Spider's review collect step).
|
|
94
94
|
*/
|
|
95
95
|
output?: string;
|
|
96
96
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shardworks/animator-apparatus",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.115",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"zod": "4.3.6",
|
|
20
|
-
"@shardworks/loom-apparatus": "0.1.
|
|
21
|
-
"@shardworks/
|
|
22
|
-
"@shardworks/
|
|
23
|
-
"@shardworks/stacks-apparatus": "0.1.
|
|
20
|
+
"@shardworks/loom-apparatus": "0.1.115",
|
|
21
|
+
"@shardworks/nexus-core": "0.1.115",
|
|
22
|
+
"@shardworks/tools-apparatus": "0.1.115",
|
|
23
|
+
"@shardworks/stacks-apparatus": "0.1.115"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "25.5.0"
|