@atbash/atbash-langgraph 0.0.15-dev.3 → 0.0.15-dev.5

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
@@ -7,7 +7,7 @@ This package adds a guard node before tool execution and an audit node after, us
7
7
  ## Installation
8
8
 
9
9
  ```bash
10
- npm install @atbash/atbash-langgraph@0.0.15-dev.2
10
+ npm install @atbash/atbash-langgraph@0.0.15-dev.3
11
11
  ```
12
12
 
13
13
  Peer dependencies:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atbash/atbash-langgraph",
3
- "version": "0.0.15-dev.3",
3
+ "version": "0.0.15-dev.5",
4
4
  "description": "Atbash safety guard and audit nodes for LangGraph workflows",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -45,7 +45,7 @@
45
45
  "release:dev": "node scripts/release.mjs --channel dev"
46
46
  },
47
47
  "dependencies": {
48
- "@atbash/sdk": "0.13.3-dev.0",
48
+ "@atbash/sdk": "0.15.0-dev.0",
49
49
  "zod": "^3.25.76"
50
50
  },
51
51
  "peerDependencies": {