@skein-js/redis 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
  > Redis job queue (BullMQ) and cross-instance pub/sub streaming for skein-js.
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 (BullMQ queue + Redis Streams/pub-sub bus); integration tests need Docker.
8
8
 
@@ -71,7 +71,7 @@ This package is the run **queue + pub/sub** — not a checkpointer. For Redis-ba
71
71
  ## Learn more
72
72
 
73
73
  - [Runs & Redis](../../docs/runs-and-redis.md) · [Streaming (SSE)](../../docs/streaming.md)
74
- - [skein-js overview](../../docs/index.md) · [Reuse-first architecture](../../docs/reuse.md)
74
+ - [skein-js overview](../../docs/index.md) · [Reuse-first architecture](../../docs/reuse.md) · [Root README](../../README.md)
75
75
 
76
76
  ## License
77
77
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skein-js/redis",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Redis job queue and cross-instance pub/sub streaming for skein-js.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Maina Wycliffe <wmmaina7@gmail.com>",
@@ -43,10 +43,10 @@
43
43
  "dependencies": {
44
44
  "ioredis": ">=5.4.0",
45
45
  "bullmq": ">=5.0.0",
46
- "@skein-js/core": "0.2.0"
46
+ "@skein-js/core": "0.2.1"
47
47
  },
48
48
  "devDependencies": {
49
- "@skein-js/test-support": "0.2.0"
49
+ "@skein-js/test-support": "0.2.1"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"