@batonfx/memory 0.3.0 → 0.3.2
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/.turbo/turbo-build.log +1 -1
- package/dist/index.js +6 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/dist/index.js
CHANGED
|
@@ -32708,6 +32708,12 @@ var empty15 = fromSkills([]);
|
|
|
32708
32708
|
class Steering extends exports_Context.Service()("@batonfx/core/Steering") {
|
|
32709
32709
|
}
|
|
32710
32710
|
|
|
32711
|
+
class SteeringQueueFull extends exports_Schema.TaggedErrorClass()("@batonfx/core/SteeringQueueFull", {
|
|
32712
|
+
queue: exports_Schema.Literals(["steering", "followUp"]),
|
|
32713
|
+
capacity: exports_Schema.Number
|
|
32714
|
+
}) {
|
|
32715
|
+
}
|
|
32716
|
+
|
|
32711
32717
|
// ../core/src/tool-context.ts
|
|
32712
32718
|
class ToolContext extends exports_Context.Service()("@batonfx/core/ToolContext") {
|
|
32713
32719
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@batonfx/memory",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"typecheck": "bun tsc --noEmit"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@batonfx/core": "0.3.
|
|
17
|
+
"@batonfx/core": "0.3.2",
|
|
18
18
|
"effect": "4.0.0-beta.93"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|