@journal.one/gateway-client 0.2.0 → 0.3.0

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -59,7 +59,7 @@ const result = await server.callTool("postgresql", "query", {
59
59
 
60
60
  ## Full documentation
61
61
 
62
- See the [root README](https://github.com/journal-ai/journal-edge#readme) for protocol details, gateway configuration, and architecture.
62
+ See the [root README](https://github.com/EnduranceLabs/journal-edge#readme) for protocol details, gateway configuration, and architecture.
63
63
 
64
64
  ## License
65
65
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@journal.one/gateway-client",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/server.js",
@@ -20,7 +20,7 @@
20
20
  "dependencies": {
21
21
  "ws": "^8",
22
22
  "zod": "^3.24",
23
- "@journal.one/gateway-protocol": "0.2.0"
23
+ "@journal.one/gateway-protocol": "0.3.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^22",