@batonfx/skills 0.3.3 → 0.3.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.
@@ -1,5 +1,5 @@
1
1
  $ bun build ./src/index.ts --outdir dist --target bun --format esm
2
- Bundled 175 modules in 566ms
2
+ Bundled 175 modules in 430ms
3
3
 
4
4
  index.js 1.15 MB (entry point)
5
5
 
package/dist/index.js CHANGED
@@ -34827,7 +34827,8 @@ class Memory extends exports_Context.Service()("@batonfx/core/Memory") {
34827
34827
  }
34828
34828
  var noop = {
34829
34829
  recall: () => exports_Effect.succeed([]),
34830
- remember: () => exports_Effect.void
34830
+ remember: () => exports_Effect.void,
34831
+ forget: () => exports_Effect.void
34831
34832
  };
34832
34833
  var noopLayer = exports_Layer.succeed(Memory, Memory.of(noop));
34833
34834
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@batonfx/skills",
4
- "version": "0.3.3",
4
+ "version": "0.3.5",
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.3",
17
+ "@batonfx/core": "0.3.5",
18
18
  "effect": "4.0.0-beta.93"
19
19
  },
20
20
  "devDependencies": {