@dawn-ai/langgraph 0.1.8 → 0.2.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Dawn contributors
3
+ Copyright (c) Brian Love
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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://dawn-ai.org>.
9
+ This is an internal Dawn workspace package. For Dawn documentation, see <https://github.com/cacheplane/dawnai/tree/main/apps/web/content/docs>.
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.1.8",
3
+ "version": "0.2.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.1.8"
41
+ "@dawn-ai/sdk": "0.2.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "25.6.0",
45
- "@dawn-ai/config-typescript": "0.1.8"
45
+ "@dawn-ai/config-typescript": "0.2.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsc -b tsconfig.json",