@dawn-ai/core 0.7.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 +7 -7
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Filesystem-based route discovery, app config loading, state-field resolution, and typegen primitives that the Dawn CLI builds on.
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/core",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -34,10 +34,10 @@
34
34
  "tsx": "^4.8.1",
35
35
  "typescript": "5.8.3",
36
36
  "zod": "^4.4.3",
37
- "@dawn-ai/permissions": "0.1.8",
38
- "@dawn-ai/sdk": "0.7.0",
39
- "@dawn-ai/sqlite-storage": "0.2.0",
40
- "@dawn-ai/workspace": "0.3.0"
37
+ "@dawn-ai/permissions": "0.8.0",
38
+ "@dawn-ai/sdk": "0.8.0",
39
+ "@dawn-ai/workspace": "0.8.0",
40
+ "@dawn-ai/sqlite-storage": "0.8.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@langchain/langgraph-checkpoint": "^1.0.2"
@@ -45,8 +45,8 @@
45
45
  "devDependencies": {
46
46
  "@langchain/langgraph-checkpoint": "^1.0.2",
47
47
  "@types/node": "25.6.0",
48
- "@dawn-ai/config-typescript": "0.7.0",
49
- "@dawn-ai/sqlite-storage": "0.2.0"
48
+ "@dawn-ai/config-typescript": "0.8.0",
49
+ "@dawn-ai/sqlite-storage": "0.8.0"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsc -b tsconfig.json",