@dawn-ai/langgraph 0.6.0 → 0.8.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 +3 -3
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  LangGraph runtime adapters and route module contracts (`graphAdapter`, `workflowAdapter`, `defineEntry`) used by the Dawn CLI.
8
8
 
9
- This is an internal Dawn workspace package. For Dawn documentation, see <https://github.com/cacheplane/dawnai/tree/main/apps/web/content/docs>.
9
+ This is an internal Dawn workspace package, part of [Dawn the TypeScript meta-framework for LangGraph](https://github.com/cacheplane/dawnai). For documentation, see [dawnai.org/docs](https://dawnai.org/docs/getting-started).
10
10
 
11
11
  ## License
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dawn-ai/langgraph",
3
- "version": "0.6.0",
3
+ "version": "0.8.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -38,11 +38,11 @@
38
38
  "access": "public"
39
39
  },
40
40
  "dependencies": {
41
- "@dawn-ai/sdk": "0.6.0"
41
+ "@dawn-ai/sdk": "0.8.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "25.6.0",
45
- "@dawn-ai/config-typescript": "0.6.0"
45
+ "@dawn-ai/config-typescript": "0.8.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsc -b tsconfig.json",