@skein-js/storage-memory 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > In-memory `SkeinStore` + run queue + event bus for development and tests.
4
4
 
5
- Part of **[skein-js](https://github.com/mainawycliffe/skein)** — a TypeScript [Agent Protocol](https://github.com/langchain-ai/agent-protocol) server for [LangGraph.js](https://github.com/langchain-ai/langgraphjs), and a drop-in replacement for the LangGraph CLI.
5
+ Part of **[skein-js](../../README.md)** — a TypeScript [Agent Protocol](https://github.com/langchain-ai/agent-protocol) server for [LangGraph.js](https://github.com/langchain-ai/langgraphjs), and a drop-in replacement for the LangGraph CLI.
6
6
 
7
7
  **Status:** 🚧 Pre-alpha — implemented; passes the shared `SkeinStore` conformance suite.
8
8
 
@@ -86,7 +86,7 @@ only Agent Protocol _resources_, never graph state.
86
86
  ## Learn more
87
87
 
88
88
  - [Storage](../../docs/storage.md) · [Runs & Redis](../../docs/runs-and-redis.md)
89
- - [skein-js overview](../../docs/index.md) · [Reuse-first architecture](../../docs/reuse.md)
89
+ - [skein-js overview](../../docs/index.md) · [Reuse-first architecture](../../docs/reuse.md) · [Root README](../../README.md)
90
90
 
91
91
  ## License
92
92
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skein-js/storage-memory",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "In-memory SkeinStore + queue driver for development and tests.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Maina Wycliffe <wmmaina7@gmail.com>",
@@ -40,10 +40,10 @@
40
40
  "node": ">=20"
41
41
  },
42
42
  "dependencies": {
43
- "@skein-js/core": "0.2.0"
43
+ "@skein-js/core": "0.2.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@skein-js/test-support": "0.2.0"
46
+ "@skein-js/test-support": "0.2.1"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"