@reminix/langgraph 0.0.3 → 0.0.4

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 +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Reminix Runtime adapter for [LangGraph](https://langchain-ai.github.io/langgraphjs/). Serve any LangGraph agent as a REST API.
4
4
 
5
- > **Ready to go live?** [Deploy to Reminix](https://reminix.com/docs/deployment) for zero-config hosting, or [self-host](https://reminix.com/docs/deployment/self-hosting) on your own infrastructure.
5
+ > **Ready to go live?** [Deploy to Reminix Cloud](https://reminix.com/docs/deployment) for zero-config hosting, or [self-host](https://reminix.com/docs/deployment/self-hosting) on your own infrastructure.
6
6
 
7
7
  ## Installation
8
8
 
@@ -130,7 +130,7 @@ For information about the server, endpoints, request/response formats, and more,
130
130
 
131
131
  Ready to go live?
132
132
 
133
- - **[Deploy to Reminix](https://reminix.com/docs/deployment)** - Zero-config cloud hosting
133
+ - **[Deploy to Reminix Cloud](https://reminix.com/docs/deployment)** - Zero-config cloud hosting
134
134
  - **[Self-host](https://reminix.com/docs/deployment/self-hosting)** - Run on your own infrastructure
135
135
 
136
136
  ## Links
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reminix/langgraph",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Reminix adapter for LangGraph - serve agents as REST APIs",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -46,7 +46,7 @@
46
46
  "LICENSE"
47
47
  ],
48
48
  "dependencies": {
49
- "@reminix/runtime": "^0.0.3"
49
+ "@reminix/runtime": "^0.0.4"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@langchain/langgraph": ">=1.0.0"