@skein-js/runtime 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 +8 -8
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > Assembles a production `ProtocolDeps` (memory / Postgres / Redis) from a `langgraph.json`.
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; the assembler behind `skein dev` and `skein up`.
8
8
 
@@ -91,7 +91,7 @@ back to naive text matching (identical to the memory driver).
91
91
  ## Learn more
92
92
 
93
93
  - [Storage](../../docs/storage.md) · [Runs & Redis](../../docs/runs-and-redis.md) · [LangGraph CLI compatibility](../../docs/langgraph-cli-compat.md)
94
- - [skein-js overview](../../docs/index.md) · [Reuse-first architecture](../../docs/reuse.md)
94
+ - [skein-js overview](../../docs/index.md) · [Reuse-first architecture](../../docs/reuse.md) · [Root README](../../README.md)
95
95
 
96
96
  ## License
97
97
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skein-js/runtime",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Assembles skein-js ProtocolDeps from langgraph.json + selected drivers (memory/Postgres/Redis).",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Maina Wycliffe <wmmaina7@gmail.com>",
@@ -42,12 +42,12 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "cors": "^2.8.5",
45
- "@skein-js/agent-protocol": "0.2.0",
46
- "@skein-js/config": "0.2.0",
47
- "@skein-js/express": "0.2.0",
48
- "@skein-js/redis": "0.2.0",
49
- "@skein-js/storage-memory": "0.2.0",
50
- "@skein-js/storage-postgres": "0.2.0"
45
+ "@skein-js/agent-protocol": "0.2.1",
46
+ "@skein-js/express": "0.2.1",
47
+ "@skein-js/redis": "0.2.1",
48
+ "@skein-js/storage-postgres": "0.2.1",
49
+ "@skein-js/storage-memory": "0.2.1",
50
+ "@skein-js/config": "0.2.1"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@langchain/langgraph": "^1.4.0",
@@ -58,7 +58,7 @@
58
58
  "@langchain/langgraph": "^1.4.0",
59
59
  "@langchain/langgraph-checkpoint-postgres": "^1.0.4",
60
60
  "@types/cors": "^2.8.17",
61
- "@skein-js/test-support": "0.2.0"
61
+ "@skein-js/test-support": "0.2.1"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"